Update CHaP - #1436
Merged
Merged
Conversation
palas
requested review from
a team,
Jimbo4350,
carbolymer,
disassembler,
kevinhammond and
newhoggy
as code owners
September 2, 2026 15:45
palas
force-pushed
the
update-chap-in-flake
branch
from
September 2, 2026 15:46
39cebe6 to
7c25113
Compare
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The new changelog fragment does not follow the repo’s established .changes YAML convention for description formatting and may be interpreted differently by tooling.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates the Cardano Haskell Packages (CHaP) snapshot used by cardano-cli so the dependency set includes ouroboros-consensus-4.2.1.0, which addresses the hang described in issue #1434.
Changes:
- Bump the pinned CHaP Git revision in
flake.lock. - Update
cabal.projectindex-stateforcardano-haskell-packagesto match the new snapshot timing. - Add a changelog fragment describing the dependency bump and impacted commands.
File summaries
| File | Description |
|---|---|
| flake.lock | Updates the pinned CHaP revision/hash used by Nix flakes. |
| cabal.project | Advances the CHaP index-state timestamp to align with the updated snapshot. |
| .changes/20260902_154535_cardano-cli_pablo.lamela_update_chap_in_flake.yml | Adds a changelog fragment for the CHaP/dependency bump. |
Review details
- Files reviewed: 2/3 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
palas
force-pushed
the
update-chap-in-flake
branch
from
September 2, 2026 15:51
7c25113 to
b02965c
Compare
Jimbo4350
approved these changes
Sep 2, 2026
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
This issue is caused by this other issue which has been solved by ouroboros-consensus-4.2.1.0. So this PR updates CHaP to include this fixed version.
How to trust this PR
You can test this issue on this PR. Fixes #1434.
Checklist
.changes/