Skip to content

chore: bump seictl sidecar image to sha-e9353d9#18

Merged
bdchatham merged 1 commit intomainfrom
chore/bump-seictl-sidecar-image
Mar 20, 2026
Merged

chore: bump seictl sidecar image to sha-e9353d9#18
bdchatham merged 1 commit intomainfrom
chore/bump-seictl-sidecar-image

Conversation

@bdchatham
Copy link
Collaborator

@bdchatham bdchatham commented Mar 20, 2026

Summary

  • Bumps the default seictl sidecar image to pick up the fix from seictl#39 -- the /status response parsing was expecting a JSONRPC result wrapper that seid does not return, causing await-condition to silently fail on every poll.
  • Updates all sample manifests to the new digest.
  • Adds genesis.s3 config to the shadow replayer manifest.

Test plan

  • seictl tests pass with the new response format
  • Deploy updated controller and verify shadow replayer pre-init completes

Picks up fix for /status response parsing (seictl#39). The
statusResponse struct expected a JSONRPC result wrapper but seid
returns a flat format, causing await-condition to silently fail on
every poll even after the target height was reached.

Also adds genesis.s3 config to the shadow replayer manifest.
@bdchatham bdchatham merged commit a5665ad into main Mar 20, 2026
2 checks passed
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