chore(deps): bump sei-config to v0.0.27 across all three modules - #507
Conversation
v0.0.27 carries chain.freeze_height (sei-config#49, released in #50). Until the pin moves, the sidecar's override resolution rejects the key as unknown, so a SeiNode cannot set a freeze height declaratively. All three modules move together so the schema stays consistent across the controller, the sidecar that resolves overrides, and the shared API types. Pins only; no source change. All three modules build and test clean.
PR SummaryMedium Risk Overview The pin unlocks Side effect reviewers should know: v0.0.27 also introduces Reviewed by Cursor Bugbot for commit 23bf19f. Bugbot is set up for automated code reviews on this repo. Configure here. |
Bumps
sei-configv0.0.25 → v0.0.27 in all three Go modules. Pins only; no source change.Why
v0.0.27 carries
chain.freeze_height(sei-config#49, released in sei-config#50). Until the pin moves, the sidecar's override resolution rejects the key as unknown, so a SeiNode cannot set a freeze height declaratively.All three modules move together so the schema stays consistent across the controller, the sidecar that resolves overrides, and the shared API types.
One thing the diff does not show
v0.0.27 also adds
network.p2p.accept_interval, defaulted to10ms, which renders intoconfig.toml [p2p] accept-intervalfor every node whose config-apply runs after the bump. Existing Running nodes are unaffected, because config-apply is init-only — the exposure is newly-bootstrapped nodes. Flagging it because "pins only" is true of the Go source, not of the rendered artifact.Whether a 10 ms inbound accept interval is right for a seed under a handshake burst is a separate question; this PR does not change any value.
Testing
go build ./...in all three modulesgo test ./...in all three modulesgo vet ./...gofmt -l .go mod tidyleaves no diffConsumed by
sei-protocol/sei-k8s-controller#NEXT stacks on this branch and adds the
freezesub-spec that uses the key. This PR is independently mergeable.🤖 Generated with Claude Code