Skip to content

Commit f846e5e

Browse files
committed
Update cardano node to 10.5.1
1 parent f709ae2 commit f846e5e

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

integration-test/configs/local-chang/config.json

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"LastKnownBlockVersion-Major": 3,
1212
"LastKnownBlockVersion-Minor": 1,
1313
"ApplicationName": "cardano-sl",
14-
"MinNodeVersion": "9.0",
14+
"MinNodeVersion": "10.4.0",
1515
"ApplicationVersion": 1,
1616
"TurnOnLogging": true,
1717
"TurnOnLogMetrics": true,
@@ -77,21 +77,8 @@
7777
"TraceTxInbound": false,
7878
"TraceTxOutbound": false,
7979
"TraceTxSubmissionProtocol": false,
80-
"options": {
81-
"mapBackends": {
82-
"cardano.node.metrics": [
83-
"EKGViewBK"
84-
]
85-
},
86-
"mapScribes": {
87-
"cardano.node.metrics": [
88-
"FileSK::logs/mainnet.log"
89-
]
90-
},
91-
"mapSeverity": {
92-
"cardano.node.ChainDB": "Notice",
93-
"cardano.node.DnsSubscription": "Debug"
94-
}
80+
"TraceOptions": {
81+
9582
},
9683
"EnableLogMetrics": false,
9784
"EnableLogging": true,
@@ -102,5 +89,6 @@
10289
"TestBabbageHardForkAtEpoch": 4,
10390
"TestConwayHardForkAtEpoch": 5,
10491
"EnableDevelopmentHardForkEras": true,
92+
"ExperimentalHardForksEnabled": true,
10593
"ExperimentalProtocolsEnabled": true
10694
}

integration-test/docker-compose-chang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ networks:
99
services:
1010

1111
cardano-node:
12-
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.1.4}
12+
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.5.1}
1313
platform: linux/amd64
1414
entrypoint: bash
1515
environment:
@@ -35,7 +35,7 @@ services:
3535
max-file: "10"
3636

3737
cardano-pool:
38-
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.1.4}
38+
image: ghcr.io/intersectmbo/cardano-node:${CARDANO_NODE_VERSION:-10.5.1}
3939
platform: linux/amd64
4040
entrypoint: bash
4141
environment:
@@ -56,7 +56,7 @@ services:
5656
max-file: "10"
5757

5858
ogmios:
59-
image: cardanosolutions/ogmios:v6.11.2
59+
image: cardanosolutions/ogmios:v6.13.0
6060
platform: linux/amd64
6161
environment:
6262
NETWORK: "${NETWORK:-local-alonzo}"
@@ -79,7 +79,7 @@ services:
7979
max-file: "10"
8080

8181
kupo:
82-
image: cardanosolutions/kupo:v2.9.0
82+
image: cardanosolutions/kupo:v2.11.0
8383
platform: linux/amd64
8484
environment:
8585
NETWORK: "${NETWORK:-local}"

integration-test/run_pool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ then
1414

1515
export CARDANO_NODE_SOCKET_PATH=/ipc/node.socket
1616

17-
cardano-cli alonzo transaction submit \
17+
cardano-cli latest transaction submit \
1818
--tx-file /code/keys/pool/pool_registration_tx.signed \
1919
--testnet-magic 42
2020

0 commit comments

Comments
 (0)