chore: update cardano-node to 11.0.1#586
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying blockfrost-platform with
|
| Latest commit: |
68c46cc
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://babe7d70.blockfrost-platform.pages.dev |
| Branch Preview URL: | https://chore-node-11-0-1.blockfrost-platform.pages.dev |
…fork) Bump `pallas` to the node-11.0.1-compatible revision and re-sync decoder tests: drop 26 fixtures that encoded now-illegal empty `NonEmpty` collections, add 3 regression fixtures for new cases.
Member
Author
|
Mainnet tests are failing? - Expected
+ Received
@@ -3,11 +3,11 @@
"active_epoch": toBeOneOf<Array [
toBeGreaterThan<223>,
null,
]>,
"controlled_amount": toBeGreaterThanOrEqual<"0">,
- "drep_id": "drep1yf2jzhuc4f7eu2yay9d9ta3dykxxcwn34wz8kak7nhd7vcgrxn7ns",
+ "drep_id": "drep1ygsgfhcydhlfglamhzkjn97rz3edef8a4z99fwl2frcwnrcmgurt3",
"pool_id": toBeOneOf<Array [
StringContaining "pool1",
null,
]>,
"registered": Any<Boolean>,And two other similar ones. @vladimirvolek I'll try updating the |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the platform’s Cardano toolchain to cardano-node 11.0.1 (and aligned ecosystem inputs), including necessary dependency/version adjustments and a Nix workaround to keep mithril-client-cli available across non-x86_64-linux devshell targets.
Changes:
- Bump Nix flake inputs:
cardano-nodeto 11.0.1,testgen-hsto 11.0.1.0,dolosto v1.2.0,mithrilto 2617.0 (and refreshflake.lockaccordingly). - Update Rust dependencies to a newer
pallascommit to support the Rust CBOR tx error deserializer changes. - Patch Nix devshell packaging to restore
mithril-client-clionaarch64-linuxand Darwin; adjust release workflow Nix installer configuration.
Reviewed changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
nix/internal/unix.nix |
Adds a conditional patching mechanism to restore mithril-client-cli availability on non-x86_64-linux targets. |
flake.nix |
Bumps key flake inputs (cardano-node/dolos/mithril/testgen-hs) to the versions required for 11.0.1 alignment. |
flake.lock |
Updates locked revisions/hashes for the bumped inputs (and transitive flake inputs). |
crates/error_decoder/src/external.rs |
Updates a test expectation string to match new external decoder output formatting. |
crates/build_utils/src/testgen_hs.rs |
Aligns the downloaded testgen-hs release version with the new toolchain. |
Cargo.toml |
Updates pallas-* git rev to the commit containing required deserializer changes. |
Cargo.lock |
Refreshes the Rust dependency lockfile to match updated dependencies. |
.github/workflows/release.yml |
Adjusts Nix installer action configuration for the release workflow. |
vladimirvolek
approved these changes
Jun 18, 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
Pallas changes were needed for the Rust CBOR tx error deserializer:
testgen-hschanges:cardano-node11.0.1 testgen-hs#11