feat: support for upcoming Cardano 11.1 - #3441
Draft
jpraynaud wants to merge 8 commits into
Draft
Conversation
cardano-cli 11.1.0+ adds an 'extraConfig' block the node rejects; remove it for node versions >= 11.1.0, leaving older versions untouched.
….1.0+ Take a ledger snapshot once per epoch (epoch length * slot length), never faster than once per second, so the aggregator can build the Cardano DB.
…o '11.1' Add the 'From11_1' converter that runs the new 'convert' command, plus an 'lsm import' step for the LSM flavor through an intermediate export directory.
… in snapshot converter Strip the pre-release tag before comparing so builds like '11.1.0-integration' match their release version instead of ranking lower per semver rules.
…l fields cardano-cli 11.1.0+ moves initial funds, pools and delegations into an 'extraConfig' block; migrate them back so pools register and forge blocks.
jpraynaud
force-pushed
the
jpraynaud/3346-support-cardano-11.1
branch
from
July 29, 2026 14:53
9d172bb to
12628a9
Compare
turmelclem
approved these changes
Jul 29, 2026
The 'next_era' include entries were YAML lists, which rendered as 'Array'. The '--mithril-next-era' flag is now built before the heredoc.
jpraynaud
force-pushed
the
jpraynaud/3346-support-cardano-11.1
branch
from
July 29, 2026 16:38
12628a9 to
85a732e
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 the upcoming Cardano
11.1release based on the integration branch.Pre-submit checklist
Issue(s)
Relates to #3346