Node-ng 10.5.1, cardano-signer, nix job updates#71
Merged
johnalotoski merged 10 commits intomainfrom Jul 23, 2025
Merged
Conversation
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.
Overview:
Cardano-node pre-release has been updated to
10.5.1. Cardano-signer has been added, blockperf and credential manager tools updated. Nix jobs for facilitating governance activities have been improved, easing operations. Other miscellaneous improvements are detailed below.Details:
Important versioning updates in this release are underlined:
* = For nixos machine deployments
2.29-maintinput for cve update10.5.1as pre-release, blockperf2.0.2, creds mgr10.5.1job-submit-gov-actionjob to handle guardrails changes in flakeModules jobs10.6.0is used in flakeModules entrypointsquery-gov-action-statusoutput for improved output and fixes a typocardano-signerto the flakeModules pkgs and default test devShellreturn-utxoBreaking Changes, Recommended Updates and Action Items:
Breaking:
Recommended Updates:
v2025-07-23Action Items:
Diff and patch the following files with
just template-diff "$FILE"and thenjust template-patch "$FILE". Looking at the short PR diff for these files found at directorytemplates/cardano-parts-project/prior to diffing and patching against your own repo can also be helpful.Alternatively, if you know you would just like to mirror any of these template files without diffing or patching, use the
just template-clone "$FILE"` recipe.
Known Issues:
just start-node $NETWORKwith no or partial pre-existing state present, a file write error may be encountered during startup. Resolve this by adding write permission to the config directory for the network, typically found at:chmod -R +w ~/.local/share/$REPO/config.