Skip to content

Release cardano-node-11.0#6541

Draft
geo2a wants to merge 3 commits intomasterfrom
geo2a/release-11.0
Draft

Release cardano-node-11.0#6541
geo2a wants to merge 3 commits intomasterfrom
geo2a/release-11.0

Conversation

@geo2a
Copy link
Copy Markdown
Contributor

@geo2a geo2a commented Apr 20, 2026

Description

Bump the npcExperimentalHardForksEnabled-gated ProtVer to 12

  • The experimental hard fork becomes ProtVer 12
  • ProtVer 11 is now the default

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
  • 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.

@geo2a geo2a self-assigned this Apr 20, 2026
@geo2a geo2a force-pushed the geo2a/release-11.0 branch 3 times, most recently from 9241796 to 81ba6a9 Compare April 21, 2026 07:14
- The experimental hard fork becomes `ProtVer 12`
- `ProtVer 11` is not the default
@geo2a geo2a force-pushed the geo2a/release-11.0 branch from 81ba6a9 to 857aa7a Compare April 21, 2026 14:10
@Jimbo4350 Jimbo4350 self-requested a review April 21, 2026 17:31
Copy link
Copy Markdown
Contributor

@Jimbo4350 Jimbo4350 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but there appears to be some RPC related test failures. cc: @carbolymer

There are some failures I will investigate

@Jimbo4350 Jimbo4350 self-requested a review April 21, 2026 17:51
After ProtVer 12 became the experimental-gated version, Conway-era
testnets forged blocks with PV 12 in the header, which the Conway
BBody rule rejects (max PV = 11). Dropping the unconditional flag
from hardforkViaConfig makes the node fall back to ProtVer 11, which
Conway accepts, so the testnet chain progresses.
- Rewrite the singleton-list `++` in hardforkViaConfig as `:` to satisfy
  hlint's "Use :" hint.
- Add scriv fragment documenting the previous commit's disabling of
  ExperimentalHardForksEnabled.
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.

3 participants