-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
testnet
command, and clean up CLI (#205)
* removed index parameter, added testnet command, simplified init command * Update help message * Remove `--config`, `--genesis` and `--private-key` options * Unpretty private key bytes * Log output in `testnet` command * Use CometBFT-compatible format for `priv_validator_key.json` file * Add test for `testnet` command --------- Co-authored-by: Greg Szabo <greg@philosobear.com>
- Loading branch information
1 parent
ae40835
commit d4b9f35
Showing
11 changed files
with
314 additions
and
231 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
pub mod init; | ||
pub mod start; | ||
pub mod testnet; |
Oops, something went wrong.