-
Notifications
You must be signed in to change notification settings - Fork 986
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'tiago/remove-genesis-aliases' (#2186)
* tiago/remove-genesis-aliases: changelog: add #2186 small grammar fixes benches: fix the default validator key for signing txs genesis: update starter README genesis: update README and update files Mandatory `--pre-genesis` flag Pre-genesis wallet fixes Tune error message on invalid chain id Make pre-genesis a global arg Add some lobsters or something Revert "Fix bug in cli arg multi" Fix bug in cli arg multi Fix e2e test setup Change aliases arg Check if two pubkeys are used for the same established acc Improve genesis tx signing's janky code Output unsigned established account txs struct Fix signatures once again Denominate amounts before signing them Fix localnet template sigs Set new pre-genesis txs timestamp Genesis bond subcmd Revert "Use a Unix epoch as a pre-genesis tx timestamp" Use a Unix epoch as a pre-genesis tx timestamp Fix typo Convert some static strs to consts Make `vp_user` a constant Update masp proofs gen_localnet working on mac os End-to-end test fixes add other missing e2e tests to CI fix `test_bond_queries` and trigger in CI Fix e2e wallet tests Temporarily disable test_bond_queries fixing more dumb shit Appease clippy Set chain id in e2e tests through env var Allow the chain id to be configured through an env var Fixed stupid epoch sleep and now pass chain-id to post-genesis ledger commands [fix] Wallet can generated keys without genesis files more e2e fixes [fix]: fix e2e test Fix setup process on e2e tests Rename sign genesis txs subcmd Generate localnet script fixes Improve signing failure error msg Update masp proofs Add base dir arg to gen localnet script Fix dev genesis wip: fixing localnet genesis templates lifetime heaven lifetime hell Validator key validation Sign over an actual become validator tx Implement signable tx helper Sign over an actual bond tx sumbish Temporarily revert hw wallet signing changes some dicking around [feat]: Fixed cli tooling for multi-signing txs Revert "Unify genesis templates" Unify genesis templates Revert "Remove established account init CLI subcmd" clippy is pleased wip mess Implement serde serialization for validator meta Implement Display and FromStr for established addrs Fix rebase + multisig related compilation issues Remove established account init CLI subcmd rebased on v0.27 and some initial multisig fixes Fix masp integration tests Update masp proofs CLI utils subcmd to derive genesis account addrs Rework CLI utils subcmd to generate validator account genesis tx CLI utils subcmd to generate established account genesis tx Fix PoS rewards rounding errors in unit tests Adjust dev genesis Early check of available balance to bond Fix localnet genesis templates Load test established addrs from pre-genesis wallet Remove aliases from genesis templates
- Loading branch information
Showing
89 changed files
with
3,144 additions
and
2,884 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/improvements/2186-remove-genesis-aliases.md
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,4 @@ | ||
- Changed pre-genesis established addresses to be derived from their data. | ||
Improved signing of pre-genesis transactions to use the same format as | ||
regular transactions. Genesis token balances now can be directly assigned to | ||
established addresses. ([\#2186](https://github.com/anoma/namada/pull/2186)) |
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
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
Large diffs are not rendered by default.
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
Oops, something went wrong.