Skip to content

Commit a542852

Browse files
committed
Bump index state to include cardano-cli-10.7.0.0
1 parent a2b1d2d commit a542852

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

bench/plutus-scripts-bench/plutus-scripts-bench.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ library
8282
-- IOG dependencies
8383
--------------------------
8484
build-depends:
85-
, cardano-api ^>=10.12
85+
, cardano-api ^>=10.13.1
8686
, plutus-ledger-api ^>=1.43
8787
, plutus-tx ^>=1.43
8888
, plutus-tx-plugin ^>=1.43

bench/tx-generator/tx-generator.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ library
112112
, attoparsec-aeson
113113
, base16-bytestring
114114
, bytestring
115-
, cardano-api ^>= 10.12
115+
, cardano-api ^>= 10.13.1
116116
, cardano-binary
117-
, cardano-cli ^>= 10.6
117+
, cardano-cli ^>= 10.7
118118
, cardano-crypto-class
119119
, cardano-crypto-wrapper
120120
, cardano-data

cabal.project

+1-1
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-03-18T07:42:38Z
17-
, cardano-haskell-packages 2025-04-03T12:29:59Z
17+
, cardano-haskell-packages 2025-04-08T17:22:48Z
1818

1919
packages:
2020
cardano-node

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ test-suite chairman-tests
9090
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"
9191

9292
build-tool-depends: cardano-node:cardano-node
93-
, cardano-cli:cardano-cli ^>= 10.6
93+
, cardano-cli:cardano-cli ^>= 10.7
9494
, cardano-node-chairman:cardano-node-chairman

cardano-node/cardano-node.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ library
146146
, async
147147
, base16-bytestring
148148
, bytestring
149-
, cardano-api ^>= 10.12
149+
, cardano-api ^>= 10.13.1
150150
, cardano-crypto-class
151151
, cardano-crypto-wrapper
152152
, cardano-git-rev ^>=0.2.2
@@ -189,8 +189,8 @@ library
189189
, network-mux >= 0.5
190190
, nothunks
191191
, optparse-applicative-fork >= 0.18.1
192-
, ouroboros-consensus ^>= 0.23
193-
, ouroboros-consensus-cardano ^>= 0.22
192+
, ouroboros-consensus ^>= 0.24
193+
, ouroboros-consensus-cardano ^>= 0.23
194194
, ouroboros-consensus-diffusion ^>= 0.21
195195
, ouroboros-consensus-protocol
196196
, ouroboros-network-api ^>= 0.13

cardano-node/src/Cardano/Tracing/OrphanInstances/HardFork.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import Ouroboros.Consensus.HardFork.Combinator.AcrossEras (EraMismatch
3333
OneEraValidationErr (..), mkEraMismatch)
3434
import Ouroboros.Consensus.HardFork.Combinator.Condense ()
3535
import Ouroboros.Consensus.HardFork.Combinator.Serialisation.Common
36-
(EraNodeToClientVersion (..), HardForkNodeToClientVersion (..),
36+
(EraNodeToClientVersion (..),
3737
HardForkNodeToNodeVersion (..), HardForkSpecificNodeToClientVersion (..),
3838
HardForkSpecificNodeToNodeVersion (..))
3939
import Ouroboros.Consensus.HardFork.History.EraParams (EraParams (..), SafeZone)

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ library
3939
, aeson
4040
, async
4141
, bytestring
42-
, cardano-api ^>= 10.12
42+
, cardano-api ^>= 10.13.1
4343
, cardano-binary
44-
, cardano-cli ^>= 10.6
44+
, cardano-cli ^>= 10.7
4545
, cardano-crypto-class ^>= 2.2
4646
, http-media
4747
, iohk-monitoring

cardano-testnet/cardano-testnet.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ library
3535
, aeson-pretty
3636
, ansi-terminal
3737
, bytestring
38-
, cardano-api ^>= 10.12
39-
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.6
38+
, cardano-api ^>= 10.13.1
39+
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.7
4040
, cardano-crypto-class
4141
, cardano-crypto-wrapper
4242
, cardano-git-rev ^>= 0.2.2

cardano-testnet/src/Testnet/Start/Types.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ newtype NumDReps = NumDReps Int
109109
instance Default CardanoTestnetOptions where
110110
def = CardanoTestnetOptions
111111
{ cardanoNodes = cardanoDefaultTestnetNodeOptions
112-
, cardanoNodeEra = AnyShelleyBasedEra ShelleyBasedEraBabbage
112+
, cardanoNodeEra = AnyShelleyBasedEra ShelleyBasedEraConway
113113
, cardanoMaxSupply = 100_000_020_000_000 -- 100 000 billions Lovelace, so 100 millions ADA. This amount should be bigger than the 'byronTotalBalance' in Testnet.Start.Byron
114114
, cardanoNodeLoggingFormat = NodeLoggingFormatAsJson
115115
, cardanoNumDReps = 3

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/FoldEpochState.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ prop_foldEpochState = integrationWorkspace "foldEpochState" $ \tempAbsBasePath'
2828
conf <- TN.mkConf tempAbsBasePath'
2929

3030
let tempAbsPath' = unTmpAbsPath $ tempAbsPath conf
31-
sbe = ShelleyBasedEraBabbage
31+
sbe = ShelleyBasedEraConway
3232
options = def { cardanoNodeEra = AnyShelleyBasedEra sbe }
3333

3434
runtime@TestnetRuntime{configurationFile} <- cardanoTestnetDefault options def conf

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Node/Shutdown.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ hprop_shutdown = integrationRetryWorkspace 2 "shutdown" $ \tempAbsBasePath' -> H
6868
logDir' = makeLogDir $ tempAbsPath conf
6969
socketDir' = makeSocketDir $ tempAbsPath conf
7070
testnetMagic' = 42
71-
sbe = ShelleyBasedEraBabbage
71+
sbe = ShelleyBasedEraConway
7272

7373
-- TODO: We need to uniformly create these directories
7474
H.createDirectoryIfMissing_ logDir'

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)