Skip to content

Commit

Permalink
Merge pull request #804 from IntersectMBO/smelc/update-api-to-8.49.0.0
Browse files Browse the repository at this point in the history
Update cardano-api to 8.49.0.0
  • Loading branch information
smelc committed Jun 28, 2024
2 parents 0e085e6 + 24a197b commit b8a4bf0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ repository cardano-haskell-packages
-- See CONTRIBUTING for information about these, including some Nix commands
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-06-17T19:25:27Z
, cardano-haskell-packages 2024-06-20T13:59:42Z
, hackage.haskell.org 2024-06-27T12:26:16Z
, cardano-haskell-packages 2024-06-27T12:26:16Z

packages:
cardano-cli
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.48.0.1
, cardano-api ^>= 8.49.0.0
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down
4 changes: 2 additions & 2 deletions cardano-cli/src/Cardano/CLI/EraBased/Run/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ runTransactionBuildCmd
& onLeft (left . TxCmdQueryConvenienceError . AcqFailure)
& onLeft (left . TxCmdQueryConvenienceError . QceUnsupportedNtcVersion)

(txEraUtxo, _, eraHistory, systemStart, _, _, _) <-
(txEraUtxo, _, eraHistory, systemStart, _, _, _, _) <-
lift (executeLocalStateQueryExpr localNodeConnInfo Consensus.VolatileTip (queryStateForBalancedTx nodeEra allTxInputs []))
& onLeft (left . TxCmdQueryConvenienceError . AcqFailure)
& onLeft (left . TxCmdQueryConvenienceError)
Expand Down Expand Up @@ -775,7 +775,7 @@ runTxBuild
TxCertificates _ cs _ -> cs
_ -> []

(txEraUtxo, pparams, eraHistory, systemStart, stakePools, stakeDelegDeposits, drepDelegDeposits) <-
(txEraUtxo, pparams, eraHistory, systemStart, stakePools, stakeDelegDeposits, drepDelegDeposits, _) <-
lift (executeLocalStateQueryExpr localNodeConnInfo Consensus.VolatileTip $ queryStateForBalancedTx nodeEra allTxInputs certs)
& onLeft (left . TxCmdQueryConvenienceError . AcqFailure)
& onLeft (left . TxCmdQueryConvenienceError)
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8a4bf0

Please sign in to comment.