Skip to content

Commit c2c6794

Browse files
matiwinnetouMateusz Czeladkaclaude
authored
chore: upgrade cardano-node from 10.4.1 to 10.5.1 (#626)
Updates cardano-node version across Dockerfile, config files, and documentation to 10.5.1. Key changes in 10.5.1: - PeerSharing configuration behavior changes (default depends on BP vs relay) - Networking improvements (DNS caching reduced to 15min, Windows socket fixes) - Tracing system improvements for slotsMissed_int metric Changes: - Update CARDANO_NODE_VERSION build arg to 10.5.1 in both Dockerfiles - Update MinNodeVersion to 10.5.0 in mainnet/preprod/preview configs - Download official config.json, topology.json, checkpoints.json for all networks - Download peer-snapshot.json for mainnet, preprod, and preview - Keep hasPrometheus as 0.0.0.0 in all configs for metrics access - Update version references in documentation and test configs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Mateusz Czeladka <mateusz.czeladka@cardanofoundation.org> Co-authored-by: Claude <noreply@anthropic.com>
1 parent 4086a25 commit c2c6794

File tree

15 files changed

+9060
-41
lines changed

15 files changed

+9060
-41
lines changed

api/src/test/resources/config/application-test-integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ cardano:
4343
GENESIS_SHELLEY_PATH: ${GENESIS_SHELLEY_PATH:../config/node/devkit/shelley-genesis.json}
4444
GENESIS_ALONZO_PATH: ${GENESIS_ALONZO_PATH:../config/node/devkit/alonzo-genesis.json}
4545
GENESIS_CONWAY_PATH: ${GENESIS_CONWAY_PATH:../config/node/devkit/conway-genesis.json}
46-
CARDANO_NODE_VERSION: ${CARDANO_NODE_VERSION:10.4.1}
46+
CARDANO_NODE_VERSION: ${CARDANO_NODE_VERSION:10.5.1}
4747
CARDANO_NODE_SUBMIT_HOST: ${CARDANO_NODE_SUBMIT_HOST:localhost}
4848
NODE_SUBMIT_API_PORT: ${NODE_SUBMIT_API_PORT:8090}
4949
CARDANO_NODE_SOCKET_PATH: ${CARDANO_NODE_SOCKET_PATH:""}

config/node/mainnet/config.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,21 +19,12 @@
1919
"SnapshotInterval": 4320
2020
},
2121
"MaxKnownMajorProtocolVersion": 2,
22-
"MinBigLedgerPeersForTrustedState": 5,
23-
"MinNodeVersion": "10.4.0",
22+
"MinNodeVersion": "10.5.0",
2423
"PeerSharing": true,
2524
"Protocol": "Cardano",
2625
"RequiresNetworkMagic": "RequiresNoMagic",
2726
"ShelleyGenesisFile": "shelley-genesis.json",
2827
"ShelleyGenesisHash": "1a3be38bcbb7911969283716ad7aa550250226b76a61fc51cc9a9a35d9276d81",
29-
"SyncTargetNumberOfActiveBigLedgerPeers": 30,
30-
"SyncTargetNumberOfActivePeers": 0,
31-
"SyncTargetNumberOfEstablishedBigLedgerPeers": 50,
32-
"SyncTargetNumberOfKnownBigLedgerPeers": 100,
33-
"TargetNumberOfActivePeers": 20,
34-
"TargetNumberOfEstablishedPeers": 40,
35-
"TargetNumberOfKnownPeers": 150,
36-
"TargetNumberOfRootPeers": 60,
3728
"TraceAcceptPolicy": true,
3829
"TraceBlockFetchClient": false,
3930
"TraceBlockFetchDecisions": false,

0 commit comments

Comments
 (0)