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
10 changes: 8 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,20 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2026-02-17T10:15:41Z
, cardano-haskell-packages 2026-03-20T13:09:44Z
, cardano-haskell-packages 2026-03-23T16:30:47Z

constraints:
-- haskell.nix patch does not work for 1.6.8
, any.crypton-x509-system < 1.6.8
-- TODO move this to cardano-rpc.cabal (cardano-api repo)
, any.proto-lens >= 0.7.1.6

-- acts has a finitary flag; disabling it avoids pulling in finitary entirely,
-- which sidesteps the GHC type-checker plugin incompatibility with
-- cross-compilation to Windows (finitary-2.2.0.0+)
package acts
flags: -finitary

packages:
cardano-node
cardano-node-capi
Expand All @@ -39,7 +45,7 @@ packages:
trace-forward

-- Needed when cross compiling
extra-packages: alex
extra-packages: alex, dmq-node == 0.3.0.0

program-options
ghc-options: -Werror
Expand Down
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