-
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 'origin/brent/fix-init-validator-tendermint-mode' (#1549)
* origin/brent/fix-init-validator-tendermint-mode: client: mention to restart the node after init validator changelog: add #1549 test/e2e/pos_init_validator: ensure that node after init-validator works changelog: add #1553 [ci] wasm checksums update test/pos: check is_validator for a new validator pos: fix is_validator to be epoch agnostic Namada 0.17.1 changelog: add #1534 [ci] wasm checksums update test/storage: fill-in block header for commit if missing test/e2e/ledger/genesis_validators: validator wait for tx block height rpc: use the new shell last_block query to find last committed block core/storage: impl Display for BlockHash core/time: impl Display for DateTimeUtc shared/queries/shell: expose the last committed block from storage core/storage: Store last committed block's hash and time with its height fix: remove invalid condition around prepare-proposal update TendermintMode in Namada config for new post-genesis validator changelog: add #1549 test/e2e/pos_init_validator: ensure that node after init-validator works fix: remove invalid condition around prepare-proposal update TendermintMode in Namada config for new post-genesis validator
- Loading branch information
Showing
5 changed files
with
134 additions
and
65 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/1549-fix-init-validator-tm-mode.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,3 @@ | ||
- PoS: Fixed the client to change configuration to validator | ||
mode after a successful `init-validator` transaction. | ||
([\#1549](https://github.com/anoma/namada/pull/1549)) |
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.