From 3bc96b92526e6cc2197f86f36e6c1b2c45fecb56 Mon Sep 17 00:00:00 2001 From: John Ky Date: Sun, 5 Nov 2023 16:16:12 +1100 Subject: [PATCH] Update to cardano-api-8.31.0.0 --- cabal.project | 6 ++++++ cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs | 2 ++ 2 files changed, 8 insertions(+) diff --git a/cabal.project b/cabal.project index fee28e5cad..92223c6334 100644 --- a/cabal.project +++ b/cabal.project @@ -43,3 +43,9 @@ 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. + +source-repository-package + type: git + location: https://github.com/input-output-hk/cardano-api + tag: c27daab1cf43fbe1cd5fca47fafcfeef0cab053e + subdir: cardano-api diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs b/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs index 8d74b09651..b55e28dd7c 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs @@ -903,6 +903,7 @@ runTransactionSignCmd firstExceptT TxCmdWriteFileError . newExceptT $ writeLazyByteStringFile outTxFile + $ shelleyBasedEraConstraints sbe $ textEnvelopeToJSON Nothing tx -- ---------------------------------------------------------------------------- @@ -1201,6 +1202,7 @@ runTransactionWitnessCmd firstExceptT TxCmdWriteFileError . newExceptT $ writeLazyByteStringFile outFile + $ shelleyBasedEraConstraints sbe $ textEnvelopeToJSON Nothing witness runTransactionSignWitnessCmd :: ()