-
Notifications
You must be signed in to change notification settings - Fork 978
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update TendermintMode in Namada config for new post-genesis validator #1549
Merged
Conversation
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
brentstone
force-pushed
the
brent/fix-init-validator-tendermint-mode
branch
from
June 12, 2023 20:59
3c6ca89
to
d36683b
Compare
tzemanovic
force-pushed
the
brent/fix-init-validator-tendermint-mode
branch
from
June 13, 2023 09:17
fcc721b
to
2748048
Compare
tzemanovic
added a commit
that referenced
this pull request
Jun 13, 2023
tzemanovic
previously approved these changes
Jun 13, 2023
Fraccaman
added a commit
that referenced
this pull request
Jun 13, 2023
* origin/brent/fix-init-validator-tendermint-mode: fix: remove invalid condition around prepare-proposal update TendermintMode in Namada config for new post-genesis validator
Closed
tzemanovic
force-pushed
the
brent/fix-init-validator-tendermint-mode
branch
from
June 13, 2023 09:42
f72d50b
to
000e72d
Compare
Fraccaman
added a commit
that referenced
this pull request
Jun 13, 2023
* brent/fix-init-validator-tendermint-mode: 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
The state machine test failure is most-like a problem with pre-conditions because |
…thub.com/anoma/namada into brent/fix-init-validator-tendermint-mode * 'brent/fix-init-validator-tendermint-mode' of https://github.com/anoma/namada: 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 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
Fraccaman
added a commit
that referenced
this pull request
Jun 14, 2023
* 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
Fraccaman
pushed a commit
that referenced
this pull request
Jun 14, 2023
Fraccaman
approved these changes
Jun 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #1553. Closes #1542.