Skip to content

Commit

Permalink
changelog: add #870
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 12, 2023
1 parent 182b275 commit 41bd404
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changelog/unreleased/features/870-pre-genesis-wallet.md
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))

0 comments on commit 41bd404

Please sign in to comment.