chore: bump sei-config v0.0.14 → v0.0.15#187
Merged
Merged
Conversation
Picks up sei-protocol/sei-config#19 — validator-mode defaults now leave `API.GRPC.Enable = true`, matching canonical sei-infra EC2 validators. Behavioral effect for seictl: validator-mode `app.toml` generated by the sidecar's config-apply path will now include `[grpc] enable = true` (was `false`). gRPCWeb stays disabled. Downstream: bumping seictl's image in sei-k8s-controller's platform overlays will, on next validator pod cycle, propagate the new app.toml and unblock cosmos-exporter (which dials localhost:9090 at startup and currently Fatal-loops on K8s validators). Co-Authored-By: Claude Opus 4.7 <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. |
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
Picks up sei-protocol/sei-config#19, which removed the
API.GRPC.Enable = falseoverride onapplyValidatorOverridesto align with canonical sei-infra EC2 validators.Behavioral effect for seictl
Validator-mode
app.tomlfiles generated by the sidecar's config-apply path will now include[grpc] enable = true(wasfalse).gRPCWebstays disabled (no current consumer). REST / EVM / StateStore overrides unchanged.Downstream
After this merges (and the matching
chore: bump version to v0.0.52fast-follow lands), bumping seictl's image SHA in sei-k8s-controller's platform overlays will, on next validator pod cycle, propagate the new app.toml. That unblocks the cosmos-exporter sidecar, which dialslocalhost:9090at startup and currently Fatal-loops on K8s validators because gRPC isn't listening.Note: config-apply only re-runs on Init/NodeUpdate plans, not on env-var change. Existing validator pods will retain their old app.toml until cycled.
Cross-review
Substantive review happened on the underlying sei-config#19 PR (security-specialist + platform-engineer + kubernetes-specialist all returned proceed-with-conditions; conditions are tracked as sei-k8s-controller#311 + #312). This PR is the mechanical dep bump only.
Test plan
go build ./...cleango test ./...passeschore: bump version to v0.0.52PR after mergeSEI_SIDECAR_IMAGEoverlay bump🤖 Generated with Claude Code