Skip to content

Commit 2b86066

Browse files
neilmayhewcarbolymer
authored andcommitted
Upgrade cardano-api-10.6.0.0
1 parent 7c14761 commit 2b86066

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

cabal.project

Lines changed: 2 additions & 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 2024-12-24T12:56:48Z
17-
, cardano-haskell-packages 2025-01-08T16:35:32Z
17+
, cardano-haskell-packages 2025-01-15T09:59:24Z
1818

1919
packages:
2020
cardano-cli
@@ -59,3 +59,4 @@ write-ghc-environment-files: always
5959
-- IMPORTANT
6060
-- Do NOT add more source-repository-package stanzas here unless they are strictly
6161
-- temporary! Please read the section in CONTRIBUTING about updating dependencies.
62+

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ library
207207
binary,
208208
bytestring,
209209
canonical-json,
210-
cardano-api ^>=10.5,
210+
cardano-api ^>=10.6,
211211
cardano-binary,
212212
cardano-crypto,
213213
cardano-crypto-class ^>=2.1.2,

cardano-cli/src/Cardano/CLI/Compatible/Transaction.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ runCompatibleTransactionCmd
260260

261261
signedTx <-
262262
firstExceptT CompatiblePParamsConversionError . hoistEither $
263-
createCompatibleSignedTx sbe ins allOuts allKeyWits fee protocolUpdates votes
263+
-- FIXME https://github.com/IntersectMBO/cardano-cli/pull/972
264+
createCompatibleSignedTx sbe ins allOuts allKeyWits fee protocolUpdates votes TxCertificatesNone
264265

265266
firstExceptT CompatibleFileError $
266267
newExceptT $

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)