diff --git a/docs/Build/node-cli.md b/docs/Build/node-cli.md index f7b9ec559..9f44ec0f7 100644 --- a/docs/Build/node-cli.md +++ b/docs/Build/node-cli.md @@ -41,10 +41,10 @@ Execute `cardano-cli` and `cardano-node` to verify output as below (the exact ve ```bash cardano-cli version -# cardano-cli 9.x.x - linux-x86_64 - ghc-8.10 +# cardano-cli 10.x.x - linux-x86_64 - ghc-8.10 # git rev <...> cardano-node version -# cardano-node 9.x.x - linux-x86_64 - ghc-8.10 +# cardano-node 10.x.x - linux-x86_64 - ghc-8.10 # git rev <...> ``` diff --git a/files/configs/guild/config.json b/files/configs/guild/config.json index b2ada33fe..ffd00c478 100644 --- a/files/configs/guild/config.json +++ b/files/configs/guild/config.json @@ -6,7 +6,7 @@ "LastKnownBlockVersion-Alt": 0, "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 1, - "MinNodeVersion": "10.0.0", + "MinNodeVersion": "10.1.3", "PeerSharing": true, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", diff --git a/files/configs/mainnet/config.json b/files/configs/mainnet/config.json index bbd7817c3..55428bdd8 100644 --- a/files/configs/mainnet/config.json +++ b/files/configs/mainnet/config.json @@ -7,7 +7,7 @@ "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 0, "MaxKnownMajorProtocolVersion": 2, - "MinNodeVersion": "10.0.0", + "MinNodeVersion": "10.1.3", "PeerSharing": false, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresNoMagic", diff --git a/files/configs/preprod/config.json b/files/configs/preprod/config.json index 5c693cf40..33073d4be 100644 --- a/files/configs/preprod/config.json +++ b/files/configs/preprod/config.json @@ -6,7 +6,7 @@ "LastKnownBlockVersion-Alt": 0, "LastKnownBlockVersion-Major": 2, "LastKnownBlockVersion-Minor": 0, - "MinNodeVersion": "10.0.0", + "MinNodeVersion": "10.1.3", "PeerSharing": false, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", diff --git a/files/configs/preview/config.json b/files/configs/preview/config.json index 48d793ac0..d8ee5fe76 100644 --- a/files/configs/preview/config.json +++ b/files/configs/preview/config.json @@ -8,7 +8,7 @@ "LastKnownBlockVersion-Alt": 0, "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 1, - "MinNodeVersion": "10.0.0", + "MinNodeVersion": "10.1.3", "PeerSharing": false, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", diff --git a/files/configs/sanchonet/config.json b/files/configs/sanchonet/config.json index f6324e19d..71d14f334 100644 --- a/files/configs/sanchonet/config.json +++ b/files/configs/sanchonet/config.json @@ -8,7 +8,7 @@ "LastKnownBlockVersion-Alt": 0, "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 1, - "MinNodeVersion": "10.0.0", + "MinNodeVersion": "10.1.3", "PeerSharing": false, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", diff --git a/files/docker/node/release-versions/cardano-node-latest.txt b/files/docker/node/release-versions/cardano-node-latest.txt index 6aeecf6e1..023370573 100644 --- a/files/docker/node/release-versions/cardano-node-latest.txt +++ b/files/docker/node/release-versions/cardano-node-latest.txt @@ -1 +1 @@ -10.1.2 \ No newline at end of file +10.1.3 \ No newline at end of file diff --git a/files/node-deps.json b/files/node-deps.json index 63be44433..9a13055d4 100644 --- a/files/node-deps.json +++ b/files/node-deps.json @@ -12,6 +12,12 @@ "sodium": "dbb48cce5429cb6585c9034f002568964f1ce567" }, "9.2.1": + { + "blst": "3dd0f804b1819e5d03fb22ca2e6fac105932043a", + "secp256k1": "v0.3.2", + "sodium": "dbb48cce5429cb6585c9034f002568964f1ce567" + }, + "10.1.3": { "blst": "3dd0f804b1819e5d03fb22ca2e6fac105932043a", "secp256k1": "v0.3.2", diff --git a/scripts/cnode-helper-scripts/env b/scripts/cnode-helper-scripts/env index 104e1823d..f18053e6a 100644 --- a/scripts/cnode-helper-scripts/env +++ b/scripts/cnode-helper-scripts/env @@ -1110,8 +1110,8 @@ fi node_version="$(${CNODEBIN} version | head -1 | cut -d' ' -f2)" cli_version="$(${CCLI} version | head -1 | cut -d' ' -f2)" -if ! versionCheckNode "10.1.1" "${node_version}" || ! versionCheckNode "10.1.1.0" "${cli_version}"; then - echo -e "\nKoios scripts have now been upgraded to support cardano-node 10.1.x ('${node_version}' found) / cardano-cli 10.1.x.x ('${cli_version}' found).\nPlease update cardano-node binaries (ensure to read release notes and update various configs using guild-deploy (use appropriate options to download/install/overwrite parts you need) or use tagged branches for older node version (eg: ./