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 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 ,
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 ,
10289 "TestBabbageHardForkAtEpoch" : 4 ,
10390 "TestConwayHardForkAtEpoch" : 5 ,
10491 "EnableDevelopmentHardForkEras" : true ,
92+ "ExperimentalHardForksEnabled" : true ,
10593 "ExperimentalProtocolsEnabled" : true
10694}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ networks:
99services :
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}"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments