-
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.
Merge branch 'bat/feat/new-genesis' (#2088)
* origin/bat/feat/new-genesis: changelog: add #2088 make: fix test-coverage wallet: don't crash when no wallet make: separate integration tests from units coverage genesis: rm dbg!s fix integration tests shell initialization deps: remove now unused file-serve allow to join-network with archive in a dir genesis: fix import warn test+bench: use `defaults::validator_keypair` for genesis validator-0 rename `HexString::to_bytes` to `parse` and remove other unused methods bench: fix txs benches by writing a chain genesis config to FS make: skip pos_state_machine_test in unit tests genesis: use the default addresses for tests and benches bench: fix voting epochs to correspond to PoS params apps/genesis: change root dir detection remove the rest of the "dev" feature usages [fix]: Fixed benchmarks, e2e test ci scripts, masp conversion persistence issue, and formatting [fix]: Formatting [fix]: Fixed signer decoding for ibc [fix]: Linting [fix] Regenerated MASP integration test proofs merging in upstream changes from feature branch fix `make check-crates` [fix]: Compiling now. Tests need fixing Namada 0.24.1 test: remove dead multitoken_tests changelog: add #2047 apps: turn off rocksdb jemalloc on windows remove vp/tx cache at startup improve sdk added changelog wasm server download via env [ci skip] specifiy aws region [fix]: Fix integration tests fix fmt fix `make check-crates` More fixes [fix]: Fixed unit tests [fix]: Compiling now. Tests need fixing fixup! [feat] Re-implementing new genesis flow in v0.24 [feat] Re-implementing new genesis flow in v0.24 More fixes [fix]: Fixed unit tests [fix]: Compiling now. Tests need fixing fixup! [feat] Re-implementing new genesis flow in v0.24 [feat] Re-implementing new genesis flow in v0.24
- Loading branch information
Showing
144 changed files
with
9,064 additions
and
5,636 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)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Empty file.
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
Oops, something went wrong.