Skip to content

Commit

Permalink
Merge pull request #492 from IntersectMBO/newhoggy/new-version-cardan…
Browse files Browse the repository at this point in the history
…o-api-8.43.0.0

New version `cardano-api-8.43.0.0`
  • Loading branch information
newhoggy authored Mar 25, 2024
2 parents a02a8fb + 3999f41 commit 14deccd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for cardano-api

# 8.43.0.0

- Undeprecate `evaluateTransactionFee`
(compatible)
[PR 493](https://github.com/IntersectMBO/cardano-api/pull/493)

- Re-implement `evaluateTransactionFee` using ledger's `calcMinFeeTx`
The `evaluateTransactionFee` takes an additional `utxo` parameter and no longer takes `byronwitcount`.
(breaking)
[PR 490](https://github.com/IntersectMBO/cardano-api/pull/490)

## 8.42.0.0

- Add support for script-based CC members
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.42.0.0
version: 8.43.0.0
synopsis: The cardano API
description: The cardano API.
category: Cardano,
Expand Down

0 comments on commit 14deccd

Please sign in to comment.