Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ docker compose -f docker-compose.yml -f docker-compose.loki.yml up -d

## Version History

### `shutter-api-keyper/2026.04.03` – `2026-04-17`
- Upgrade to [Keyper v1.4.2](https://github.com/shutter-network/rolling-shutter/releases/tag/v1.4.2)
- Update chain initialization to support default state initialization when only the validator key is present
- Update event registrations to use the keyper set index instead of the eon as a parameter
- Add a `mise` test setup to improve integration testing

### `shutter-api-keyper/2026.04.02` – `2026-04-10`
Important: This release includes a one-off maintenance script. Affected operators will be contacted directly.
- Add script to delete queued Shuttermint outgoing message for affected keypers. See rolling-shutter#683 for context.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ x-logging: &logging
max-file: 10

x-image-main: &image-main
image: ${SHUTTER_IMAGE_ROLLING_SHUTTER:-ghcr.io/shutter-network/keyper:v1.4.1}
image: ${SHUTTER_IMAGE_ROLLING_SHUTTER:-ghcr.io/shutter-network/keyper:v1.4.2}

x-image-assets: &image-assets
image: ${SHUTTER_IMAGE_ASSETS:-ghcr.io/shutter-network/assets:shutter-api-gnosis-1002-set1.1.0}
Expand Down