You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New feature: sending 1.0 ONE from the recovery address to a wallet would trigger the recovery process, causing all funds in the wallet to be transferred to the recovery address. The recovery address can be either an externally owned account, or any contract address. If the recovery address is a ONE Wallet contract address, the wallet must be created using v0.2 version or above (such that its major version no less than 3). This is because previous versions of the ONE Wallet contract does not provide enough gas when it sends funds elsewhere.
Fixed a bug in CLI which shows incorrect recovery address in detailed wallet information
Web client is now compatible with mobile screens
Various stability and performance improvements
Binary is now available for macOS M1
Recovery feature step-by-step guide
We start with ~15.9 ONE in our in-browser ONE wallet
We created another ONE Wallet in CLI (gadget-leopard-analyst) with recovery address set to the address of the in-browser wallet (Wrap)
The CLI wallet has 0 balance
We send 10 ONE from in-browser wallet to CLI wallet
Now we see CLI wallet has 10 ONE
And in-browser wallet has 5.9 ONE left
We trigger the recovery process by sending 1.0 ONE from in-browser wallet to CLI wallet
As soon as the transaction is completed, the in-browser wallet now has 15.9 ONE, because it recovered everything it sent to CLI wallet.