All releases

Version 0.82.0

2026-08-20 23:42:20 UTC

HotfixBeta

Changed

1
  • The 「복구」 item in the footer is a link now — it goes to the independent recovery tool.

    It was plain text that did nothing, and it only appeared on screens you had to be signed in to reach. The reason written beside it in the code was that the independent recovery tool did not exist yet and a link would be promising one — true when it was written, and no longer true since the tool was published on 17 August. It is now in the footer of the pages you can reach WITHOUT signing in, too, which matters because the moment you most need that tool is the moment you cannot get into your account screen. The tool is a program you run on your own computer; it rebuilds your files from your account code and the recovery list, with NMTS not involved.

Security

1
  • Nothing is signed until the site has confirmed it is reading the network this build was made for.

    The page reads Sui and Walrus through a public mirror server, because the official nodes do not answer browsers, and a mirror answering for a different network would show you the wrong balances and let you build a transaction against the wrong chain. The code to detect that had been in NMTS for a long time and nothing called it; before any signature, and before any bytes go to the upload relay, the site now asks the server which chain it is on and stops if the answer is not the expected one. It runs once per page load at the one point every signature passes through, so a future feature cannot skip it. It cannot reach a browser extension wallet, which uses its own network setting, and reads are deliberately not blocked — a wrong balance corrects itself and a signed transaction does not.

NMTS — cloud storage that encrypts in your browser