Skip to content

Commit

Permalink
changelog: add #2088
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic authored and brentstone committed Nov 11, 2023
1 parent 360d2fb commit c112793
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changelog/unreleased/features/2088-new-genesis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- Added bech32m string encoding for `common::PublicKey` and `DkgPublicKey`.
([\#2088](https://github.com/anoma/namada/pull/2088))
- 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 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 inside base-dir in
`pre-genesis/wallet.toml`.
([\#2088](https://github.com/anoma/namada/pull/2088))
- Reworked the genesis templates, setup and related utils commands.
([\#2088](https://github.com/anoma/namada/pull/2088))

0 comments on commit c112793

Please sign in to comment.