diff --git a/docs/Scripts/topologyupdater.md b/docs/Scripts/topologyupdater.md index 51f9b2e0f..d1e97e399 100644 --- a/docs/Scripts/topologyupdater.md +++ b/docs/Scripts/topologyupdater.md @@ -1,5 +1,5 @@ !!! tip "Reminder !!" - - As of node 8.9.2, it is recommended to run node with P2P config enabled. If running node with P2P, one does not require to run topology updater anymore. + - Starting cardano-node release 8.9.2, it is recommended to run node with P2P config enabled. If running node with P2P, one does not require to run topology updater anymore. - Since the network had to get along without the P2P network module for a while, it needed static topology files. This "TopologyUpdater" service, which was far from being perfect due to its centralization factor, was intended to be a **temporary** solution to allow everyone to activate their relay nodes without having to postpone and wait for manual topology completion requests. - You should **NOT** set up topologyUpdater for your block producing nodes. diff --git a/files/configs/guild/config.json b/files/configs/guild/config.json index 024ea00a8..3e9582fcb 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": "8.9.2", + "MinNodeVersion": "8.9.4", "PeerSharing": true, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", diff --git a/files/configs/mainnet/config.json b/files/configs/mainnet/config.json index a60ea7136..3e112311c 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": "8.9.2", + "MinNodeVersion": "8.9.4", "PeerSharing": false, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresNoMagic", diff --git a/files/configs/preprod/config.json b/files/configs/preprod/config.json index 7523ba613..dcdbb2c85 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": "8.9.2", + "MinNodeVersion": "8.9.4", "PeerSharing": false, "Protocol": "Cardano", "RequiresNetworkMagic": "RequiresMagic", diff --git a/files/configs/preview/config.json b/files/configs/preview/config.json index 81d1ed3e3..7e7beb59c 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": "8.9.2", + "MinNodeVersion": "8.9.4", "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 675e45a4e..031d3e411 100644 --- a/files/docker/node/release-versions/cardano-node-latest.txt +++ b/files/docker/node/release-versions/cardano-node-latest.txt @@ -1 +1 @@ -8.9.3 \ No newline at end of file +8.9.4 \ No newline at end of file diff --git a/files/node-deps.json b/files/node-deps.json index 450215c64..0f22af8b0 100644 --- a/files/node-deps.json +++ b/files/node-deps.json @@ -5,7 +5,7 @@ "secp256k1": "v0.3.2", "sodium": "dbb48cce5429cb6585c9034f002568964f1ce567" }, - "8.9.3": + "8.9.4": { "blst": "3dd0f804b1819e5d03fb22ca2e6fac105932043a", "secp256k1": "v0.3.2", diff --git a/scripts/cnode-helper-scripts/env b/scripts/cnode-helper-scripts/env index dbbbbbd16..e73b1bc3c 100644 --- a/scripts/cnode-helper-scripts/env +++ b/scripts/cnode-helper-scripts/env @@ -961,8 +961,8 @@ fi node_version="$(${CNODEBIN} version | head -1 | cut -d' ' -f2)" cli_version="$(${CCLI} version | head -1 | cut -d' ' -f2)" -if ! versionCheck "8.9.2" "${node_version}" || ! versionCheck "8.20.3.0" "${cli_version}"; then - echo -e "\nKoios scripts have now been upgraded to support cardano-node 8.9.x ('${node_version}' found) / cardano-cli 8.20.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: ./