Skip to content

chore: bump sei-config v0.0.17 → v0.0.18#192

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

chore: bump sei-config v0.0.17 → v0.0.18#192
bdchatham merged 1 commit into
mainfrom
chore/bump-sei-config-v0.0.18

Conversation

@bdchatham
Copy link
Copy Markdown
Contributor

Picks up sei-config#25 — v1→v2 write mode migration for seid v6.5.

What changes:

  • Default WriteMode is now memiavl_only (was cosmos_only)
  • Nodes with v1 configs (cosmos_only, dual_write, split_write) are automatically migrated on startup via DefaultMigrations()

Why: The nightly seid image rejects cosmos_only with invalid state-commit.sc-write-mode "cosmos_only", crash-looping all 13 chaos scenario validators. This fix makes the sidecar emit memiavl_only for all new and migrated nodes.

All tests pass.

🤖 Generated with Claude Code

Picks up the v1→v2 write mode migration (sei-config#25):
- Default WriteMode changes from cosmos_only → memiavl_only
- v1→v2 migration renames cosmos_only/dual_write/split_write to their
  seid v6.5 equivalents so existing nodes upgrade cleanly

Unblocks nightly chaos validators that crash-loop with
"invalid state-commit.sc-write-mode cosmos_only" on the current nightly
seid image.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
@cursor
Copy link
Copy Markdown

cursor Bot commented May 27, 2026

PR Summary

Medium Risk
Indirect but operationally significant: default and migrated state-commit write mode affects how nodes persist state at startup, though this PR only changes the dependency pin.

Overview
Bumps github.com/sei-protocol/sei-config from v0.0.17 to v0.0.18 (lockfile updates only in this repo).

That release aligns node config with seid v6.5: default state-commit.sc-write-mode becomes memiavl_only instead of cosmos_only, and legacy v1 modes are migrated on startup via DefaultMigrations(). Intended to stop validators from crash-looping when newer seid rejects cosmos_only.

Reviewed by Cursor Bugbot for commit d5f63cc. Bugbot is set up for automated code reviews on this repo. Configure here.

@bdchatham bdchatham merged commit c85ea20 into main May 27, 2026
2 of 3 checks passed
@bdchatham bdchatham deleted the chore/bump-sei-config-v0.0.18 branch May 27, 2026 19:54
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