Skip to content
Draft
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 bench/tx-generator/tx-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ library
, network
, network-mux
, optparse-applicative
, ouroboros-consensus:{ouroboros-consensus, cardano, diffusion} >= 1.0
, ouroboros-consensus:{ouroboros-consensus, cardano, diffusion} >= 2.0
, ouroboros-network:{api, framework, framework-tracing, ouroboros-network, protocols} >= 1.1
, plutus-ledger-api
, plutus-tx
Expand Down
18 changes: 17 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2026-03-26T20:21:33Z
, cardano-haskell-packages 2026-03-30T16:24:57Z
, cardano-haskell-packages 2026-04-01T09:04:56Z

active-repositories:
, :rest
Expand Down Expand Up @@ -108,3 +108,19 @@ if impl(ghc >= 9.12)
proto-lens-tests-dep
proto-lens-tests
proto-lens

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-api
tag: 526f50bd0f8e56be30cd050979e713cfd3a19afb
--sha256: sha256-KoE0aEHQZzmNzkb/H28C8X6yv7F5+40sC10XcEKZpTQ=
subdir:
cardano-api

source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-cli
tag: 3ffb75f2c46eafa4aaf271e81b7868c75138579e
--sha256: sha256-6fAqWGFbLM/Rzc/B8jZMteXDfxcKWfaxwLLwhZF999Q=
subdir:
cardano-cli
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ library
, network-mux >= 0.8
, nothunks
, optparse-applicative
, ouroboros-consensus:{ouroboros-consensus, lmdb, lsm, cardano, diffusion, protocol} ^>= 1.0
, ouroboros-consensus:{ouroboros-consensus, lmdb, lsm, cardano, diffusion, protocol} ^>= 2.0
, ouroboros-network:{api, ouroboros-network, orphan-instances, framework, protocols, framework-tracing, tracing} ^>= 1.1
, cardano-diffusion:{api, cardano-diffusion, orphan-instances, tracing} ^>=1.0
, prettyprinter
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Node/Configuration/LedgerDB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ selectorToArgs (V1LMDB ff fp l mxReaders) fastStoragePath =
( maybe id (\overrideMaxReaders lim -> lim{LMDB.lmdbMaxReaders = overrideMaxReaders}) mxReaders $
maybe id (\ll lim -> lim{LMDB.lmdbMapSize = toBytes ll}) l defaultLMDBLimits
)
selectorToArgs (V2LSM fp) fastStoragePath = LSM.mkLSMArgs (Proxy @blk) (fromMaybe "lsm" fp) fastStoragePath
selectorToArgs (V2LSM fp) fastStoragePath = LSM.mkLSMArgsIO (Proxy @blk) (fromMaybe "lsm" fp) fastStoragePath
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading