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
2 changes: 1 addition & 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 2025-10-17T00:26:22Z
, cardano-haskell-packages 2025-11-07T15:42:47Z
, cardano-haskell-packages 2025-11-20T19:55:27Z

packages:
cardano-node
Expand Down
2 changes: 1 addition & 1 deletion cardano-node-chairman/cardano-node-chairman.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ test-suite chairman-tests

build-depends: , cardano-api
, cardano-testnet
, cardano-crypto-class ^>= 2.2
, cardano-crypto-class ^>=2.2.3.2
, data-default-class
, filepath
, hedgehog
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/cardano-node.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ library
, base16-bytestring
, bytestring
, cardano-api ^>= 10.19
, cardano-crypto-class
, cardano-crypto-class ^>=2.2.3.2
, cardano-crypto-wrapper
, cardano-git-rev ^>=0.2.2
, cardano-ledger-alonzo
Expand Down
2 changes: 1 addition & 1 deletion cardano-node/src/Cardano/Node/Protocol/Cardano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
shelleyGenesisHash,
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
}
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 3
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 7
-- The remaining arguments specify the parameters needed to transition between two eras
, Consensus.cardanoLedgerTransitionConfig =
Ledger.mkLatestTransitionConfig
Expand Down
4 changes: 2 additions & 2 deletions cardano-submit-api/cardano-submit-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
, cardano-api ^>= 10.19
, cardano-binary
, cardano-cli ^>= 10.13
, cardano-crypto-class ^>= 2.2
, cardano-crypto-class ^>=2.2.3.2
, http-media
, iohk-monitoring
, mtl
Expand Down Expand Up @@ -97,4 +97,4 @@ test-suite unit
main-is: test.hs
hs-source-dirs: test
build-depends: base
, cardano-crypto-class ^>= 2.2
, cardano-crypto-class ^>=2.2.3.2
4 changes: 2 additions & 2 deletions cardano-testnet/cardano-testnet.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ library
, bytestring
, cardano-api ^>= 10.19
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.13
, cardano-crypto-class
, cardano-crypto-class ^>=2.2.3.2
, cardano-crypto-wrapper
, cardano-git-rev ^>= 0.2.2
, cardano-ledger-alonzo
Expand Down Expand Up @@ -145,7 +145,7 @@ executable cardano-testnet

main-is: cardano-testnet.hs

build-depends: cardano-crypto-class
build-depends: cardano-crypto-class ^>=2.2.3.2
, cardano-cli
, cardano-testnet
, optparse-applicative-fork
Expand Down
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