diff --git a/cabal.project b/cabal.project index af6d67cd16..8d34ceba70 100644 --- a/cabal.project +++ b/cabal.project @@ -14,7 +14,7 @@ repository cardano-haskell-packages -- you need to run if you change them index-state: , hackage.haskell.org 2024-12-24T12:56:48Z - , cardano-haskell-packages 2025-01-08T16:35:32Z + , cardano-haskell-packages 2025-01-15T09:59:24Z packages: cardano-cli @@ -59,3 +59,4 @@ write-ghc-environment-files: always -- IMPORTANT -- Do NOT add more source-repository-package stanzas here unless they are strictly -- temporary! Please read the section in CONTRIBUTING about updating dependencies. + diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 1fdf02ce9e..6139f4be88 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -207,7 +207,7 @@ library binary, bytestring, canonical-json, - cardano-api ^>=10.5, + cardano-api ^>=10.6, cardano-binary, cardano-crypto, cardano-crypto-class ^>=2.1.2, diff --git a/cardano-cli/src/Cardano/CLI/Compatible/Transaction.hs b/cardano-cli/src/Cardano/CLI/Compatible/Transaction.hs index 05854ca6ae..52d169d10a 100644 --- a/cardano-cli/src/Cardano/CLI/Compatible/Transaction.hs +++ b/cardano-cli/src/Cardano/CLI/Compatible/Transaction.hs @@ -260,7 +260,8 @@ runCompatibleTransactionCmd signedTx <- firstExceptT CompatiblePParamsConversionError . hoistEither $ - createCompatibleSignedTx sbe ins allOuts allKeyWits fee protocolUpdates votes + -- FIXME https://github.com/IntersectMBO/cardano-cli/pull/972 + createCompatibleSignedTx sbe ins allOuts allKeyWits fee protocolUpdates votes TxCertificatesNone firstExceptT CompatibleFileError $ newExceptT $ diff --git a/flake.lock b/flake.lock index 6dddfe24e1..1a52b082dd 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1736355014, - "narHash": "sha256-2eKlS3k8Up/2oxDSBrw5aoXHFhBq+WV1HwjWwjetom4=", + "lastModified": 1736937016, + "narHash": "sha256-dmLSu2SvSaTDjSE03cU6DwY62J3nWJbVhIn/kKtMwJg=", "owner": "intersectmbo", "repo": "cardano-haskell-packages", - "rev": "b7f0f0885cd6f507cc767263488f4a07ebdd79d1", + "rev": "045875beec586ff57a7333c0563fd5c2b1a308fa", "type": "github" }, "original": {