Skip to content

Bump cardano-node to 10.5.4#5179

Merged
paolino merged 3 commits into
masterfrom
paolino/5172/bump-cardano-node-10.5.4
Feb 13, 2026
Merged

Bump cardano-node to 10.5.4#5179
paolino merged 3 commits into
masterfrom
paolino/5172/bump-cardano-node-10.5.4

Conversation

@paolino
Copy link
Copy Markdown
Collaborator

@paolino paolino commented Feb 13, 2026

Closes #5172
Closes #5181

Bump cardano-node 10.5.4 runtime and dependencies.

Note: cardano-node 10.5.4 requires libblst 0.3.14 when building from source. Our nix flake already pins this version.

Changes

  • cardano-node runtime: 10.5.3 → 10.5.4 (flake.nix, flake.lock)
  • CHaP index-state: 2026-01-28 → 2026-02-05 (cabal.project)
  • MonadEvaluate constraint: ouroboros-network 0.21 changed runPeer/Stateful.runPeer to require MonadEvaluate m instead of MonadThrow/MonadMask — updated Network.Implementation accordingly
  • Cleanup: removed unused mapMaybe import in FlakyTests.GHA

@paolino paolino force-pushed the paolino/5172/bump-cardano-node-10.5.4 branch from b437cf4 to 87a3d89 Compare February 13, 2026 09:36
@paolino paolino mentioned this pull request Feb 13, 2026
3 tasks
@paolino paolino force-pushed the paolino/5172/bump-cardano-node-10.5.4 branch 2 times, most recently from 34755ed to 32708e4 Compare February 13, 2026 11:11
runPeer and Stateful.runPeer now require MonadEvaluate m
after the ouroboros-network bump in cardano-node 10.5.4.
MonadEvaluate implies MonadThrow and MonadMask, so those
become redundant.

Also fix: redundant mapMaybe import in FlakyTests.GHA.
@paolino paolino force-pushed the paolino/5172/bump-cardano-node-10.5.4 branch from 32708e4 to 69efc03 Compare February 13, 2026 11:27
@paolino paolino self-assigned this Feb 13, 2026
@paolino paolino added the Node Node bumps label Feb 13, 2026
ruby-e2e.sh no longer contains a version string, so the sed
replacement is a no-op and git commit fails with "nothing to commit".
Use git diff --quiet to skip commits when there are no changes.
@paolino paolino merged commit 0f1cdc5 into master Feb 13, 2026
176 of 181 checks passed
@paolino paolino deleted the paolino/5172/bump-cardano-node-10.5.4 branch February 13, 2026 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Node Node bumps

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation error after nix-develop Bump cardano-node to 10.5.4 (runtime + deps)

1 participant