Added
- New built-in sui explorer (do "localnet status" to see URL). Code from https://github.com/kkomelin/sui-explorer
- New VSCode extension https://marketplace.visualstudio.com/items?itemName=suibase.suibase
- (#113) Reduce localnet storage (less checkpoints per secs)
- (#101) Eliminate rust dependencies (suibase-daemon precompiled for most platforms)
Fixed
- (#112) fix for keytool generate command (.key were created in unexpected location)
- "lsui/dsui/tsui client faucet" commands now work.
- More robust handling of backend (suibase-daemon)
- Reduce localnet storage on regen (delete full_node_db).
Changed
- For better stability, localnet uses Mysten Labs testnet branch (instead of devnet).
Full Changelog: v0.1.6...v0.1.7
How to update?
Do ~/suibase/update
to download and update to latest.
Troubleshooting
Typing "localnet" returns 'command not found'
Suibase scripts are installed in ~/.local/bin
Verify that ~/.local/bin is added to your $PATH. If missing then add it on shell initialization (e.g. by changing ~/.profile on Linux).
"localnet start" fail to start...
(1) Sometimes it takes longer than the "start" script is willing to wait for. Check with localnet status
after a few seconds.
(2) Try again with localnet stop
followed by localnet start
.
(3) Try localnet regen
to reset the network to a good state.
Installation seems broken
Might happen if you accidentally delete some files under ~/suibase
.
Try ~/suibase/repair
You can also do ~/suibase/install
over an existing installation to fix symlinks.
New Code Contributors
- @rockbmb made its first contribution in #84
- @kkomelin maintains the sui-explorer fork and additionally contributed feedback + docs
Special thanks to:
@kkomelin, @porkbrain, @FrankC01, @georgescharlesbrain, @rockbmb, @tedks