Skip to content

Node-ng 10.5.1, cardano-signer, nix job updates#71

Merged
johnalotoski merged 10 commits intomainfrom
next-2025-07-23
Jul 23, 2025
Merged

Node-ng 10.5.1, cardano-signer, nix job updates#71
johnalotoski merged 10 commits intomainfrom
next-2025-07-23

Conversation

@johnalotoski
Copy link
Collaborator

@johnalotoski johnalotoski commented Jul 23, 2025

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:

Component Release Pre-release
blockperf 2.0.2 N/A
cardano-address 4.0.0 N/A
cardano-cli 10.8.0.0 10.11.0.0
cardano-db-sync 13.6.0.5 13.6.0.5
cardano-node 10.4.1 10.5.1
cardano-ogmios 6.11.2 N/A
cardano-signer 1.27.0 N/A
credential-manager 0.1.5.0 N/A
mithril 2524.0 b76f911
nix* 2.29.2 N/A
nixpkgs* 25.05 N/A

* = For nixos machine deployments

  • Bumps nix 2.29-maint input for cve update
  • Bumps capkgs for node 10.5.1 as pre-release, blockperf 2.0.2, creds mgr
  • Bumps cardano-node-service-ng for internal TargetNumber cfg handling of 10.5.1
  • Updates the job-submit-gov-action job to handle guardrails changes in flakeModules jobs
  • Updates node config entrypoints to avoid fatal error on multiple devShell node pids until node 10.6.0 is used in flakeModules entrypoints
  • Updates the template recipe query-gov-action-status output for improved output and fixes a typo
  • Adds cardano-signer to the flakeModules pkgs and default test devShell
  • Adds a check for unencrypted files in the decrypt function in flakeModules jobs
  • Adds an optional pool id for a registering drep to auto-delegate to and creates drep key hashes in flakeModules jobs
  • Adds a new template script bash function of return-utxo

Breaking Changes, Recommended Updates and Action Items:

Breaking:

  • N/A

Recommended Updates:

  • Update the cardano-parts pin to this release version v2025-07-23
  • Apply the template Justfile diff and patch or clone recipes on files described below.

Action Items:

Diff and patch the following files with just template-diff "$FILE" and then just template-patch "$FILE". Looking at the short PR diff for these files found at directory templates/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.

scripts/bash-fns.sh               # For a new return-utxo function
scripts/recipes/governance.just   # For updates to query-gov-action-status recipe

Known Issues:

  • If a local node is started using just start-node $NETWORK with 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.

@johnalotoski johnalotoski changed the title Next 2025 07 23 Node-ng 10.5.1, cardano-signer, nix job updates Jul 23, 2025
@johnalotoski johnalotoski merged commit 0e02770 into main Jul 23, 2025
3 checks passed
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.

1 participant