diff --git a/README.md b/README.md index 0d47bc7..ea3c452 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docker-compose.yml b/docker-compose.yml index 9bf559a..b6ab7eb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}