-
Notifications
You must be signed in to change notification settings - Fork 992
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
360d2fb
commit c112793
Showing
1 changed file
with
11 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,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)) |