-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into ty/856-sellorders_query
- Loading branch information
Showing
31 changed files
with
453 additions
and
477 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
File renamed without changes
Binary file not shown.
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 |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
*/ | ||
|
||
$accentColor = #3eaf7c | ||
$textColor = #2c3e50 | ||
$textColor = #3B454E | ||
$borderColor = #eaecef | ||
$codeBgColor = #282c34 |
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Commands | ||
|
||
The following commands are available using the `regen` binary. The documentation for each command is auto-generated from the help text. | ||
|
||
- [regen](/commands/regen) | ||
- [regen add-genesis-account](/commands/regen_add-genesis-account) | ||
- [regen collect-gentxs](/commands/regen_collect-gentxs) | ||
- [regen config](/commands/regen_config) | ||
- [regen debug](/commands/regen_debug) | ||
- [regen export](/commands/regen_export) | ||
- [regen gentx](/commands/regen_gentx) | ||
- [regen init](/commands/regen_init) | ||
- [regen keys](/commands/regen_keys) | ||
- [regen migrate](/commands/regen_migrate) | ||
- [regen query](/commands/regen_query) | ||
- [regen rosetta](/commands/regen_rosetta) | ||
- [regen start](/commands/regen_start) | ||
- [regen status](/commands/regen_status) | ||
- [regen tendermint](/commands/regen_tendermint) | ||
- [regen testnet](/commands/regen_testnet) | ||
- [regen tx](/commands/regen_tx) | ||
- [regen unsafe](/commands/regen_unsafe-reset-all) | ||
- [regen validate](/commands/regen_validate-genesis) | ||
- [regen version](/commands/regen_version) |
Oops, something went wrong.