feat: support for Cardano 11.1.2 configuration - #3545
Merged
Merged
Conversation
jpraynaud
force-pushed
the
jpraynaud/infra-update-cardano-node-11.1.1
branch
from
September 16, 2026 14:06
e91f7cf to
8b21be0
Compare
There was a problem hiding this comment.
🟡 Changes recommended
Correct the bootstrap documentation and align aggregator defaults with Cardano 11.1.1.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Adds Cardano 11.1.1 support across infrastructure, devnet, Docker images, CI, fixtures, and documentation.
Changes:
- Updates Cardano version defaults, images, and package metadata.
- Refreshes CI workflows, infrastructure topology, and fake aggregator data.
- Updates supported-version documentation and bootstrap examples.
File summaries
| File | Summary |
|---|---|
mithril-test-lab/mithril-end-to-end/src/main.rs |
Updates the E2E default version. |
mithril-test-lab/mithril-end-to-end/Cargo.toml |
Bumps the package version. |
mithril-test-lab/mithril-aggregator-fake/default_data/status.json |
Updates fake status metadata. |
mithril-test-lab/mithril-aggregator-fake/default_data/cardano-databases.json |
Updates fake database metadata. |
mithril-test-lab/mithril-aggregator-fake/default_data/cardano-databases-list.json |
Updates fake database list metadata. |
mithril-test-lab/cardano-devnet/VERSION |
Bumps the devnet version. |
mithril-test-lab/cardano-devnet/mkfiles/mkfiles-init.sh |
Updates the devnet default; aggregator configuration remains misaligned. |
mithril-signer/Dockerfile.ci |
Updates the embedded Cardano CLI default. |
mithril-infra/variables.tf |
Updates the infrastructure image default. |
mithril-infra/assets/infra.version |
Bumps the infrastructure asset version. |
mithril-infra/assets/docker/cardano/config/11.1/mainnet/cardano-node/topology.json |
Refreshes the mainnet topology. |
mithril-aggregator/Dockerfile.ci |
Updates the embedded CLI; bundled aggregator configurations remain on 11.0.1. |
docs/website/root/networks-matrix.md |
Documents Cardano 11.1.1 support. |
docs/website/root/manual/getting-started/bootstrap-cardano-node.md |
Updates bootstrap instructions; sample commands and metadata need correction. |
CHANGELOG.md |
Records Cardano support changes. |
Cargo.lock |
Updates lockfile metadata. |
.github/workflows/test-e2e.yml |
Updates E2E workflow defaults. |
.github/workflows/test-docker-distribution.yml |
Updates the Cardano binary URL. |
.github/workflows/ci.yml |
Adds Cardano 11.1.1 E2E coverage. |
.github/workflows/backward-compatibility.yml |
Updates compatibility workflow defaults. |
Review details
Suppressed comments (3)
docs/website/root/manual/getting-started/bootstrap-cardano-node.md:466
- This changes only the displayed version while the digest, archive location, and creation timestamp remain the exact sample for the previous
11.0.1snapshot (as preserved in the versioned documentation). Because this field comes from the snapshot metadata, the transcript is now internally inconsistent; please regenerate the complete sample with an actual11.1.1snapshot or leave the old version and update the instructions separately.
| Cardano node version | 11.1.1 |
mithril-aggregator/Dockerfile.ci:20
- The image still copies
mithril-aggregator/config/dev.jsonandpreview.json, which both declarecardano_node_versionas11.0.1;MainOptsalso defaults to run modedevand loads that file. A container using this image without an overriding environment value will therefore report/use 11.0.1 for status, artifact metadata, and version-dependent logic even when the Cardano node (or the optionally embedded CLI) is upgraded to 11.1.1. Update the bundled aggregator configs together with this default.
ARG CARDANO_NODE_VERSION=11.1.1
mithril-test-lab/cardano-devnet/mkfiles/mkfiles-init.sh:33
- The devnet default is being changed to
11.1.1, but the aggregator's defaultconfig/dev.jsonstill declares11.0.1. The aggregator defaults to thedevrun mode and uses this manually supplied value when building Cardano database artifacts, so a local stack will pair an 11.1.1 node with artifacts/configuration for a different node version. Update that default config or derive it from the devnet version.
CARDANO_NODE_VERSION="11.1.1"
- Files reviewed: 19/20 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jpraynaud
force-pushed
the
jpraynaud/infra-update-cardano-node-11.1.1
branch
from
September 16, 2026 14:16
8b21be0 to
75299f9
Compare
Alenar
approved these changes
Sep 17, 2026
jpraynaud
force-pushed
the
jpraynaud/infra-update-cardano-node-11.1.1
branch
from
September 17, 2026 10:21
75299f9 to
382ae0f
Compare
11.1.1 configuration11.1.2 configuration
The snapshot converter rejects 'LMDB' for Cardano node '11.1.0' and newer.
* mithril-end-to-end from `0.5.17` to `0.5.18` * mithril-infra/assets/infra.version from `0.5.24` to `0.5.25` * mithril-test-lab/cardano-devnet/VERSION from `0.4.41` to `0.4.42`
jpraynaud
force-pushed
the
jpraynaud/infra-update-cardano-node-11.1.1
branch
from
September 17, 2026 15:26
382ae0f to
a5e153c
Compare
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.
Content
This PR includes support for Cardano
11.1.2configuration.Pre-submit checklist
Issue(s)
Relates to #3346