Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 4 additions & 16 deletions integration-test/configs/local-chang/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand All @@ -102,5 +89,6 @@
"TestBabbageHardForkAtEpoch": 4,
"TestConwayHardForkAtEpoch": 5,
"EnableDevelopmentHardForkEras": true,
"ExperimentalHardForksEnabled": true,
"ExperimentalProtocolsEnabled": true
}
8 changes: 4 additions & 4 deletions integration-test/docker-compose-chang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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}"
Expand All @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion integration-test/run_pool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down