Skip to content

Commit

Permalink
bump: minNodeVersion in cardano-lib to 10.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Feb 5, 2025
1 parent dc900a3 commit c84b169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cardano-lib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ let
# all networks by default but can be overridden on a per network basis below
# as needed. Any node version string suffixes, such as `-pre`, should be
# removed from this string identifier.
minNodeVersion = { MinNodeVersion = "8.12.0"; };
minNodeVersion = { MinNodeVersion = "10.1.4"; };

environments = lib.mapAttrs (name: env: {
inherit name;
Expand Down Expand Up @@ -265,8 +265,8 @@ let
}
];
edgePort = 3001;
networkConfig = import ./sanchonet-config.nix // { MinNodeVersion = "10.0.0"; };
networkConfigBp = import ./sanchonet-config-bp.nix // { MinNodeVersion = "10.0.0"; };
networkConfig = import ./sanchonet-config.nix // minNodeVersion;
networkConfigBp = import ./sanchonet-config-bp.nix // minNodeVersion;
usePeersFromLedgerAfterSlot = 33695977;
extraDbSyncConfig = {
enableFutureGenesis = true;
Expand Down

0 comments on commit c84b169

Please sign in to comment.