poa - local node and k8s startup scripts#1497
Open
sampocs wants to merge 3 commits into
Open
Conversation
… seeding Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
30c77c9 to
2a48fbc
Compare
… POA seeding Replace the CCV add-consumer-section flow with direct POA genesis seeding. add_validators now accumulates a JSON array of POA validator entries (consensus pubkey, operator address, moniker, power=1) which update_stride_genesis injects into app_state.poa.validators along with the gov-module admin address. Stride no longer pulls a validator set from the provider, so POA is the sole source of the InitChain validator set. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The POA module (new in v33) emits "service cosmos.poa.v1.Msg does not have cosmos.msg.v1.service proto annotation" to stderr on every CLI invocation. Line 26's `2>&1` merged that warning into the stdout piped to jq, breaking JSON parse and leaving CATCHING_UP non-"false" even after the chain was healthy — k8s pods stayed unready. Switch to `2>/dev/null` to match the existing pattern on line 21. Verified locally against a running stride-local-1: with the old redirect jq fails with "parse error: Invalid numeric literal"; with the new one CATCHING_UP=false as expected. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or 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
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.
No description provided.