Skip to content

chore: bump sei-config v0.0.14 → v0.0.15#187

Merged
bdchatham merged 1 commit into
mainfrom
chore/bump-sei-config-v0.0.15
May 20, 2026
Merged

chore: bump sei-config v0.0.14 → v0.0.15#187
bdchatham merged 1 commit into
mainfrom
chore/bump-sei-config-v0.0.15

Conversation

@bdchatham
Copy link
Copy Markdown
Contributor

@bdchatham bdchatham commented May 20, 2026

Summary

Picks up sei-protocol/sei-config#19, which removed the API.GRPC.Enable = false override on applyValidatorOverrides to align with canonical sei-infra EC2 validators.

Behavioral effect for seictl

Validator-mode app.toml files generated by the sidecar's config-apply path will now include [grpc] enable = true (was false). gRPCWeb stays disabled (no current consumer). REST / EVM / StateStore overrides unchanged.

Downstream

After this merges (and the matching chore: bump version to v0.0.52 fast-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 dials localhost:9090 at 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 ./... clean
  • go test ./... passes
  • Fast-follow chore: bump version to v0.0.52 PR after merge
  • Downstream: sei-k8s-controller SEI_SIDECAR_IMAGE overlay bump

🤖 Generated with Claude Code

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>
@cursor
Copy link
Copy Markdown

cursor Bot commented May 20, 2026

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.

@bdchatham bdchatham merged commit 1f0c036 into main May 20, 2026
2 checks passed
@bdchatham bdchatham deleted the chore/bump-sei-config-v0.0.15 branch May 20, 2026 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant