Skip to content

Update ouroboros-consensus, cardano-api, cardano-cli and cardano-rpc for 11.2 release. - #6677

Draft
koslambrou wants to merge 1 commit into
masterfrom
koslambrou/prepare-11.2
Draft

koslambrou wants to merge 1 commit into
masterfrom
koslambrou/prepare-11.2

Conversation

@koslambrou

Copy link
Copy Markdown
Contributor

Description

Add your description here, if it fixes a particular issue please provide a
link
to the issue.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. These may include:
    • golden tests
    • property tests
    • roundtrip tests
    • integration tests
      See Running tests for more details
  • Any changes are noted in the CHANGELOG.md for affected package
    • cardano-node-chairman, cardano-submit-api and cardano-testnet instead need a
      changelog fragment in <package>/.changes/, because their CHANGELOG.md is generated
      from fragments at release time. Copy _TEMPLATE.yml from that directory, or run
      nix run github:input-output-hk/cardano-dev#herald -- new
  • The version bounds in .cabal files are updated
  • CI passes. See note on CI. The following CI checks are required:
    • Code is linted with hlint. See .github/workflows/check-hlint.yml to get the hlint version
    • Code is formatted with stylish-haskell. See .github/workflows/stylish-haskell.yml to get the stylish-haskell version
    • Code builds on Linux, MacOS and Windows for ghc-9.6 and ghc-9.12
  • Self-reviewed the diff

Note on CI

If your PR is from a fork, the necessary CI jobs won't trigger automatically for security reasons.
You will need to get someone with write privileges. Please contact IOG node developers to do this
for you.

@koslambrou koslambrou mentioned this pull request Sep 3, 2026
@koslambrou
koslambrou force-pushed the koslambrou/prepare-11.2 branch 4 times, most recently from df2ac99 to 3b679a6 Compare September 4, 2026 13:55
@koslambrou
koslambrou force-pushed the koslambrou/prepare-11.2 branch 4 times, most recently from f006ac2 to 3d77a7d Compare September 11, 2026 17:55
@koslambrou koslambrou changed the title Prepare release 11.2 Update ouroboros-consensus, cardano-api, cardano-cli and cardano-rpc for 11.2 release. Sep 11, 2026
…for 11.2 release.

* Replace leiosKernelTracer/leiosPeerTracer (removed) with new Peras
  diffusion tracers: perasCertDiffusionInbound/Outbound,
  perasVoteDiffusionInbound/Outbound, perasCertInclusion,
  perasVoteForging — all stubbed with nullTracer for now
* Remove ObjectDiffusion inbound/outbound helpers from Consensus.hs
  (TraceObjectDiffusionInbound/Outbound no longer exported)
* ExtValidationError has two new constructors:
  ExtValidationErrorPerasEpochContextResolver and
  ExtValidationErrorPerasCertInBlock; add pattern matches and
  Show (PerasError blk) constraint to all affected LogFormatting
  instances (TraceEvent, TraceAddBlockEvent, TraceValidationEvent,
  TraceInitChainSelEvent, TraceForgeEvent, ExtValidationError)
* PerasVoteDB.TraceEvent now requires Show (PerasCert blk) instead of
  StandardHash blk for its LogFormatting instance
* Drop stale tracing namespace registrations for removed tracers in
  Consistency.hs and Documentation.hs
* Replace deprecated caseByronOrShelleyBasedEra with inEonForEra
  in tx-generator
* mkNodeKernelAccess gains a ShelleyGenesisFile In argument between the
  genesis hash and block type; extract it alongside the hash in Run.hs
* Update TraceRpc constructor names in Rpc.hs
* Fix incomplete pattern match in namespaceFor for TraceRpcSync:
  add TraceRpcFetchBlockNotFound and TraceRpcNodeKernelAccessUnavailable
* Rename StakeKeyAlreadyRegisteredDELEG to DelegAccountAlreadyRegistered
* Add allow-newer for plutus-scripts-bench plutus-* bounds
* Add PlutusV4 cost model values in emptyDijkstraGenesis (Dijkstra.hs)
@koslambrou
koslambrou force-pushed the koslambrou/prepare-11.2 branch from a384d4a to 8ff994d Compare September 14, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant