Merged
Conversation
Picks up the new [receipt-store] config section and archive zero-pruning defaults landed in sei-config#11. No reconcile-loop changes needed — the receipt-store fields land via baseDefaults and applyArchiveOverrides; existing controller config emission paths consume the unified SeiConfig unchanged.
2 tasks
bdchatham
added a commit
that referenced
this pull request
May 6, 2026
Pulls in PR #185 — reverts the fork-genesis pipeline (#169, #170, #173, #174, #179, #183) after research surfaced two chain-won't-start blockers in the cosmos-sdk export/init round-trip (F1 bonded-pool retention, F2 sei-cosmos streaming exit-code) that can't be resolved in the near term. Also picks up #177 (.status.endpoints), #181 (sei-config v0.0.13). Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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-config v0.0.13, which adds the new
[receipt-store]config section and archive zero-pruning defaults (sei-protocol/sei-config#11).What this enables
When the controller's sidecar emits app.toml for archive
SeiNoderesources, it now writes:The retention semantics are documented in sei-config#11 —
min-retain-blocks=0is the load-bearing knob on post-#3237 sei-chain; the receipt-store keys are emitted to self-document intent.Note: this PR alone does not change runtime behavior — the controller's sidecar image pin (
internal/platform/platform.go) still points at a pre-#3237 seictl/seid build. A subsequent sidecar bump is needed to pick up post-#3237 sei-chain semantics wheremin-retain-blocksbecomes the only load-bearing knob.Test plan
go mod tidycleanup of workspace-induced indirect deps; keeps the diff to 3 lines)GOWORK=off go build ./...cleanGOWORK=off go test ./...clean across node, nodedeployment, noderesource, planner, task🤖 Generated with Claude Code