-
Notifications
You must be signed in to change notification settings - Fork 956
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
182b275
commit 41bd404
Showing
1 changed file
with
6 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Added `--pre-genesis` argument to the wallet commands to allow to generate | ||
keys, implicit addresses and shielded keys without having a chain setup. If | ||
no chain is setup yet (i.e. there's no base-dir `.namada` or it's empty), the | ||
wallet defaults to use the pre-genesis wallet even without the `--pre-genesis` | ||
flag. The pre-genesis wallet is located in `.namada/pre-genesis/wallet.toml`. | ||
([#870](https://github.com/anoma/namada/pull/870)) |