From f846e5efe1c32523519f03a6a6ccbd5838301b86 Mon Sep 17 00:00:00 2001 From: Jerry Date: Sat, 30 Aug 2025 13:27:20 -0700 Subject: [PATCH] Update cardano node to 10.5.1 --- .../configs/local-chang/config.json | 20 ++++--------------- integration-test/docker-compose-chang.yml | 8 ++++---- integration-test/run_pool.sh | 2 +- 3 files changed, 9 insertions(+), 21 deletions(-) diff --git a/integration-test/configs/local-chang/config.json b/integration-test/configs/local-chang/config.json index 17f5ec71..cc839351 100644 --- a/integration-test/configs/local-chang/config.json +++ b/integration-test/configs/local-chang/config.json @@ -11,7 +11,7 @@ "LastKnownBlockVersion-Major": 3, "LastKnownBlockVersion-Minor": 1, "ApplicationName": "cardano-sl", - "MinNodeVersion": "9.0", + "MinNodeVersion": "10.4.0", "ApplicationVersion": 1, "TurnOnLogging": true, "TurnOnLogMetrics": true, @@ -77,21 +77,8 @@ "TraceTxInbound": false, "TraceTxOutbound": false, "TraceTxSubmissionProtocol": false, - "options": { - "mapBackends": { - "cardano.node.metrics": [ - "EKGViewBK" - ] - }, - "mapScribes": { - "cardano.node.metrics": [ - "FileSK::logs/mainnet.log" - ] - }, - "mapSeverity": { - "cardano.node.ChainDB": "Notice", - "cardano.node.DnsSubscription": "Debug" - } + "TraceOptions": { + }, "EnableLogMetrics": false, "EnableLogging": true, @@ -102,5 +89,6 @@ "TestBabbageHardForkAtEpoch": 4, "TestConwayHardForkAtEpoch": 5, "EnableDevelopmentHardForkEras": true, + "ExperimentalHardForksEnabled": true, "ExperimentalProtocolsEnabled": true } \ No newline at end of file diff --git a/integration-test/docker-compose-chang.yml b/integration-test/docker-compose-chang.yml index df9ac91a..790b5b2a 100644 --- a/integration-test/docker-compose-chang.yml +++ b/integration-test/docker-compose-chang.yml @@ -9,7 +9,7 @@ networks: services: cardano-node: - image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.1.4} + image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.5.1} platform: linux/amd64 entrypoint: bash environment: @@ -35,7 +35,7 @@ services: max-file: "10" cardano-pool: - image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.1.4} + image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.5.1} platform: linux/amd64 entrypoint: bash environment: @@ -56,7 +56,7 @@ services: max-file: "10" ogmios: - image: cardanosolutions/ogmios:v6.11.2 + image: cardanosolutions/ogmios:v6.13.0 platform: linux/amd64 environment: NETWORK: "${NETWORK:-local-alonzo}" @@ -79,7 +79,7 @@ services: max-file: "10" kupo: - image: cardanosolutions/kupo:v2.9.0 + image: cardanosolutions/kupo:v2.11.0 platform: linux/amd64 environment: NETWORK: "${NETWORK:-local}" diff --git a/integration-test/run_pool.sh b/integration-test/run_pool.sh index a1caa84d..6952a505 100644 --- a/integration-test/run_pool.sh +++ b/integration-test/run_pool.sh @@ -14,7 +14,7 @@ then export CARDANO_NODE_SOCKET_PATH=/ipc/node.socket - cardano-cli alonzo transaction submit \ + cardano-cli latest transaction submit \ --tx-file /code/keys/pool/pool_registration_tx.signed \ --testnet-magic 42