forked from MystenLabs/sui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Interactive CLI (MystenLabs#357)
* * renamed cli to wallet * use conf file instead of account/ committee files and arg values * removed create accounts command * added add-address command * removed benchmark from CLI commands * revert client.rs code * more refactoring * got structopt working with shellfish add sync client command added transfer command added objects command cli refactoring * get_owned_objects don't need to be async * fixup after rebase * * port should be u16 * added fastx binary for genesis and start authorities * * more verbose * * remove portpicker * new PortAllocator * * move call using args instead of config file * * minor improvements * * remove shellfish * command completion using rustyline * new Config trait for easy loading/storing config files * address some PR comment * fixup after rebase * replace rustyline with reedline to avoid BSL license * fixup after rebase * * command completion support multiple command flag * Revert "replace rustyline with reedline to avoid BSL license" This reverts commit 371dce41 * * fixup after revert * allow BSL-1.0 license * * allow BSL-1.0 license * * add back clear command * * bugfix genesis not writing to wallet.conf * fixup after rebase * use unescape crate to handle unescaping string address PR comments * fixup after rebase
- Loading branch information
1 parent
7a1575c
commit 232da92
Showing
17 changed files
with
1,180 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.