Skip to content

Commit e702d01

Browse files
committed
Update to cardano-cli 10.4
1 parent 33af3e9 commit e702d01

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

bench/tx-generator/tx-generator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ library
108108
, bytestring
109109
, cardano-api ^>= 10.8
110110
, cardano-binary
111-
, cardano-cli ^>= 10.3
111+
, cardano-cli ^>= 10.4
112112
, cardano-crypto-class
113113
, cardano-crypto-wrapper
114114
, cardano-data

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ test-suite chairman-tests
8989
ghc-options: -threaded -rtsopts "-with-rtsopts=-N -T"
9090

9191
build-tool-depends: cardano-node:cardano-node
92-
, cardano-cli:cardano-cli ^>= 10.3
92+
, cardano-cli:cardano-cli ^>= 10.4
9393
, cardano-node-chairman:cardano-node-chairman

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ library
4141
, bytestring
4242
, cardano-api ^>= 10.8
4343
, cardano-binary
44-
, cardano-cli ^>= 10.3
44+
, cardano-cli ^>= 10.4
4545
, cardano-crypto-class ^>= 2.1.2
4646
, http-media
4747
, iohk-monitoring

cardano-testnet/cardano-testnet.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
, ansi-terminal
3737
, bytestring
3838
, cardano-api ^>= 10.8
39-
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.3
39+
, cardano-cli:{cardano-cli, cardano-cli-test-lib} ^>= 10.4
4040
, cardano-crypto-class
4141
, cardano-crypto-wrapper
4242
, cardano-git-rev ^>= 0.2.2

cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Cli/Query.hs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,14 @@ hprop_cli_queries = integrationWorkspace "cli-queries" $ \tempAbsBasePath' -> H.
447447
-- TODO @cardano-cli team
448448
pure ()
449449

450+
TestQueryRatifyStateCmd -> do
451+
-- TODO @cardano-cli team
452+
pure ()
453+
454+
TestQueryFuturePParamsCmd -> do
455+
-- TODO @cardano-cli team
456+
pure ()
457+
450458
where
451459
-- | Wait for the part of the epoch when futurePParams are known
452460
waitForFuturePParamsToStabilise

0 commit comments

Comments
 (0)