File tree Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Original file line number Diff line number Diff line change 11
11
"LastKnownBlockVersion-Major" : 3 ,
12
12
"LastKnownBlockVersion-Minor" : 1 ,
13
13
"ApplicationName" : " cardano-sl" ,
14
- "MinNodeVersion" : " 9 .0" ,
14
+ "MinNodeVersion" : " 10.4 .0" ,
15
15
"ApplicationVersion" : 1 ,
16
16
"TurnOnLogging" : true ,
17
17
"TurnOnLogMetrics" : true ,
77
77
"TraceTxInbound" : false ,
78
78
"TraceTxOutbound" : false ,
79
79
"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
+
95
82
},
96
83
"EnableLogMetrics" : false ,
97
84
"EnableLogging" : true ,
102
89
"TestBabbageHardForkAtEpoch" : 4 ,
103
90
"TestConwayHardForkAtEpoch" : 5 ,
104
91
"EnableDevelopmentHardForkEras" : true ,
92
+ "ExperimentalHardForksEnabled" : true ,
105
93
"ExperimentalProtocolsEnabled" : true
106
94
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ networks:
9
9
services :
10
10
11
11
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 }
13
13
platform : linux/amd64
14
14
entrypoint : bash
15
15
environment :
@@ -35,7 +35,7 @@ services:
35
35
max-file : " 10"
36
36
37
37
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 }
39
39
platform : linux/amd64
40
40
entrypoint : bash
41
41
environment :
@@ -56,7 +56,7 @@ services:
56
56
max-file : " 10"
57
57
58
58
ogmios :
59
- image : cardanosolutions/ogmios:v6.11.2
59
+ image : cardanosolutions/ogmios:v6.13.0
60
60
platform : linux/amd64
61
61
environment :
62
62
NETWORK : " ${NETWORK:-local-alonzo}"
@@ -79,7 +79,7 @@ services:
79
79
max-file : " 10"
80
80
81
81
kupo :
82
- image : cardanosolutions/kupo:v2.9 .0
82
+ image : cardanosolutions/kupo:v2.11 .0
83
83
platform : linux/amd64
84
84
environment :
85
85
NETWORK : " ${NETWORK:-local}"
Original file line number Diff line number Diff line change 14
14
15
15
export CARDANO_NODE_SOCKET_PATH=/ipc/node.socket
16
16
17
- cardano-cli alonzo transaction submit \
17
+ cardano-cli latest transaction submit \
18
18
--tx-file /code/keys/pool/pool_registration_tx.signed \
19
19
--testnet-magic 42
20
20
You can’t perform that action at this time.
0 commit comments