Bump cardano-api to 11.6.0.0 - #1424
Merged
Merged
Conversation
carbolymer
requested review from
a team,
Jimbo4350,
disassembler,
kevinhammond,
newhoggy and
palas
as code owners
August 25, 2026 14:45
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the cardano-cli dependency set to use cardano-api 11.6, aligning the Cabal solver’s cardano-haskell-packages index-state and the Nix flake input pin (CHaP) to newer snapshots.
Changes:
- Bump
cardano-apidependency bound from^>=11.5to^>=11.6incardano-cli.cabal. - Update
cabal.projectCHaPindex-stateto a newer timestamp. - Update
flake.lockto pin CHaP to a newer commit/hash.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| flake.lock | Advances CHaP input pin to match the newer dependency snapshot. |
| cardano-cli/cardano-cli.cabal | Raises the cardano-api version bound to ^>=11.6. |
| cabal.project | Moves CHaP index-state forward to resolve/build against the updated snapshot. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
carbolymer
force-pushed
the
mgalazyn/feature/bump-cardano-api
branch
from
August 25, 2026 14:51
23d5856 to
c6e35b6
Compare
carbolymer
force-pushed
the
mgalazyn/feature/bump-cardano-api
branch
from
August 25, 2026 15:45
c6e35b6 to
a6cffd1
Compare
carbolymer
enabled auto-merge
August 25, 2026 15:45
carbolymer
force-pushed
the
mgalazyn/feature/bump-cardano-api
branch
from
August 25, 2026 15:54
a6cffd1 to
83f48da
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.
Context
Bump the
cardano-apidependency to 11.6.0.0.See the cardano-api 11.6.0.0 release notes for details.
How to trust this PR
CI building against cardano-api 11.6.0.0 across the GHC matrix, plus the existing test suites, cover this change.
Changes
cardano-apidependency from^>=11.5to^>=11.6incardano-cli.cabalcabal.projectto2026-08-25T14:04:50Zflake.lockaccordinglyShelleyBasedEraDijkstraarm tomkTxOutincardano-cli/src/Cardano/CLI/Compatible/Transaction/TxOut.hs, mirroring the existing Conway arm: cardano-api 11.6.0.0 completes the Dijkstra era wiring, which turned this era match into a non-exhaustive pattern under-WerrorChecklist
.changes/