fix(presets/genesis-chain): opt validators into sidecar signing via operatorKeyring#185
Closed
bdchatham wants to merge 1 commit into
Closed
fix(presets/genesis-chain): opt validators into sidecar signing via operatorKeyring#185bdchatham wants to merge 1 commit into
bdchatham wants to merge 1 commit into
Conversation
…peratorKeyring
Adds operatorKeyring: {} to the bench validator template. Without it,
sei-k8s-controller emits no SEI_KEYRING_BACKEND env on the sidecar, so the
Cosmos SDK can't open any keyring and gov-vote / gov-software-upgrade tasks
fail their preconditions.
With the empty block, the controller wires the sidecar with
SEI_KEYRING_BACKEND=test + SEI_KEYRING_DIR=\$SEI_HOME/keyring-test —
exactly where the gentx task writes the validator key during the genesis
ceremony. The sidecar reads it back, gov-vote / gov-software-upgrade
unlock for nightly major-upgrade workflows.
Depends on sei-k8s-controller#296.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
You have used all Bugbot PR reviews included in your free trial for your GitHub account on this workspace. To continue using Bugbot reviews, enable Bugbot for your team in the Cursor dashboard. |
Contributor
Author
|
Superseded — the preset opt-in is no longer needed. Per cross-review (sei-protocol/sei-k8s-controller#296), the controller now defaults validators to a test-backend keyring rooted at $SEI_HOME (the SDK appends keyring-test/), removing the need for an explicit operatorKeyring: {} block on the preset. Replaced by #186 (rename gentx uid to node_admin) which fixes the actual blocker (key uid mismatch between gentx and the sidecar's signing flow). |
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.
Summary
Depends on
Test plan
🤖 Generated with Claude Code