From b4c001ac33dc1a14d6b934eb686956421de53fad Mon Sep 17 00:00:00 2001 From: Samuel Leathers Date: Thu, 16 May 2024 18:24:41 -0400 Subject: [PATCH] sanchonet: add CC to genesis * fixes minNodeVersion in mainnet config --- configuration/cardano/mainnet-config.json | 2 +- configuration/cardano/mainnet-config.yaml | 2 +- configuration/cardano/shelley_qa-config.json | 2 +- flake.lock | 7 +++---- flake.nix | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/configuration/cardano/mainnet-config.json b/configuration/cardano/mainnet-config.json index 189f335a128..10a51793c21 100644 --- a/configuration/cardano/mainnet-config.json +++ b/configuration/cardano/mainnet-config.json @@ -10,7 +10,7 @@ "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 0, "MaxKnownMajorProtocolVersion": 2, - "MinNodeVersion": "8.10.0", + "MinNodeVersion": "8.11.0", "PeerSharing": true, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresNoMagic", diff --git a/configuration/cardano/mainnet-config.yaml b/configuration/cardano/mainnet-config.yaml index 7b426c26096..343b4e2b9bd 100644 --- a/configuration/cardano/mainnet-config.yaml +++ b/configuration/cardano/mainnet-config.yaml @@ -42,7 +42,7 @@ TargetNumberOfRootPeers: 60 ##### Version Information ##### -MinNodeVersion: 8.10.0 +MinNodeVersion: 8.11.0 ##### Logging configuration ##### diff --git a/configuration/cardano/shelley_qa-config.json b/configuration/cardano/shelley_qa-config.json index db55440802c..fdecc0a704b 100644 --- a/configuration/cardano/shelley_qa-config.json +++ b/configuration/cardano/shelley_qa-config.json @@ -11,7 +11,7 @@ "LastKnownBlockVersion-Alt": 0, "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 1, - "MinNodeVersion": "8.10.0", + "MinNodeVersion": "8.11.0", "PeerSharing": true, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", diff --git a/flake.lock b/flake.lock index 92216d82fd1..4264c1762a4 100644 --- a/flake.lock +++ b/flake.lock @@ -921,16 +921,15 @@ "sodium": "sodium" }, "locked": { - "lastModified": 1715311504, - "narHash": "sha256-Jxma8/3WMb++2V1sp/iMF+6azv8cBR+ZbkLr61p2R24=", + "lastModified": 1715898223, + "narHash": "sha256-G1LFsvP53twrqaC1FVard/6rjJJ3oitnpJ1E+mTZDGM=", "owner": "input-output-hk", "repo": "iohk-nix", - "rev": "47727032a26ed92438afef6bdd45c95cd7399694", + "rev": "29f19cd41dc593cf17bbc24194e34e7c20889fc9", "type": "github" }, "original": { "owner": "input-output-hk", - "ref": "node-8.11", "repo": "iohk-nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 9b272ae3a4f..5f9bac94f86 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; utils.url = "github:numtide/flake-utils"; iohkNix = { - url = "github:input-output-hk/iohk-nix/node-8.11"; + url = "github:input-output-hk/iohk-nix"; inputs.nixpkgs.follows = "nixpkgs"; }; ops-lib = {