Skip to content

Commit d29c618

Browse files
bump cardano-crytpo-class
Bump cardano-crypto-class Report 10.7 in header
1 parent 8db5cb3 commit d29c618

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2025-10-17T00:26:22Z
17-
, cardano-haskell-packages 2025-11-07T15:42:47Z
17+
, cardano-haskell-packages 2025-11-20T19:55:27Z
1818

1919
packages:
2020
cardano-node

cardano-node-chairman/cardano-node-chairman.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test-suite chairman-tests
6969

7070
build-depends: , cardano-api
7171
, cardano-testnet
72-
, cardano-crypto-class ^>= 2.2
72+
, cardano-crypto-class ^>=2.2.3.2
7373
, data-default-class
7474
, filepath
7575
, hedgehog

cardano-node/cardano-node.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ library
142142
, base16-bytestring
143143
, bytestring
144144
, cardano-api ^>= 10.19
145-
, cardano-crypto-class
145+
, cardano-crypto-class ^>=2.2.3.2
146146
, cardano-crypto-wrapper
147147
, cardano-git-rev ^>=0.2.2
148148
, cardano-ledger-alonzo

cardano-node/src/Cardano/Node/Protocol/Cardano.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ mkSomeConsensusProtocolCardano NodeByronProtocolConfiguration {
177177
shelleyGenesisHash,
178178
shelleyBasedLeaderCredentials = shelleyLeaderCredentials
179179
}
180-
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 3
180+
, Consensus.cardanoProtocolVersion = ProtVer (natVersion @10) 7
181181
-- The remaining arguments specify the parameters needed to transition between two eras
182182
, Consensus.cardanoLedgerTransitionConfig =
183183
Ledger.mkLatestTransitionConfig

cardano-submit-api/cardano-submit-api.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
, cardano-api ^>= 10.19
4343
, cardano-binary
4444
, cardano-cli ^>= 10.13
45-
, cardano-crypto-class ^>= 2.2
45+
, cardano-crypto-class ^>=2.2.3.2
4646
, http-media
4747
, iohk-monitoring
4848
, mtl
@@ -97,4 +97,4 @@ test-suite unit
9797
main-is: test.hs
9898
hs-source-dirs: test
9999
build-depends: base
100-
, cardano-crypto-class ^>= 2.2
100+
, cardano-crypto-class ^>=2.2.3.2

cardano-testnet/cardano-testnet.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ library
4242
, bytestring
4343
, cardano-api ^>= 10.19
4444
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.13
45-
, cardano-crypto-class
45+
, cardano-crypto-class ^>=2.2.3.2
4646
, cardano-crypto-wrapper
4747
, cardano-git-rev ^>= 0.2.2
4848
, cardano-ledger-alonzo
@@ -145,7 +145,7 @@ executable cardano-testnet
145145

146146
main-is: cardano-testnet.hs
147147

148-
build-depends: cardano-crypto-class
148+
build-depends: cardano-crypto-class ^>=2.2.3.2
149149
, cardano-cli
150150
, cardano-testnet
151151
, optparse-applicative-fork

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)