Skip to content
Open
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
2 changes: 1 addition & 1 deletion configuration/cardano/mainnet-config-legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"SnapshotInterval": 4320
},
"MaxKnownMajorProtocolVersion": 2,
"MinNodeVersion": "10.6.2",
"MinNodeVersion": "10.7.0",
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresNoMagic",
"ShelleyGenesisFile": "mainnet-shelley-genesis.json",
Expand Down
2 changes: 1 addition & 1 deletion configuration/cardano/mainnet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"SnapshotInterval": 4320
},
"MaxKnownMajorProtocolVersion": 2,
"MinNodeVersion": "10.6.2",
"MinNodeVersion": "10.7.0",
"Protocol": "Cardano",
"RequiresNetworkMagic": "RequiresNoMagic",
"ShelleyGenesisFile": "mainnet-shelley-genesis.json",
Expand Down
6 changes: 3 additions & 3 deletions configuration/cardano/mainnet-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@ LedgerDB:

##### Version Information #####

# Min is currently 10.6.2 for proper default handling of mempool timeout
# parameters.
MinNodeVersion: 10.6.2
# Min is currently 10.7.0 due to change of config bundled peer-snapshot
# version.
MinNodeVersion: 10.7.0

##### Logging configuration #####

Expand Down
Loading
Loading