Skip to content

v0.1.7

Latest
Compare
Choose a tag to compare
@mario4tier mario4tier released this 17 Oct 18:54
· 2 commits to main since this release

Added

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