From a6733d0b3ce7536acb94b95c3e981fb59582112a Mon Sep 17 00:00:00 2001 From: John Ky Date: Thu, 14 Mar 2024 01:39:09 +1100 Subject: [PATCH] New version cardano-api-8.40.0.0 --- cardano-api/CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ cardano-api/cardano-api.cabal | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/cardano-api/CHANGELOG.md b/cardano-api/CHANGELOG.md index 22b9440e2a..d247f892d6 100644 --- a/cardano-api/CHANGELOG.md +++ b/cardano-api/CHANGELOG.md @@ -1,5 +1,36 @@ # Changelog for cardano-api +## 8.40.0.0 + +- Use the ledger's Coin instead of our custom Lovelace type + (breaking, improvement) + [PR 475](https://github.com/IntersectMBO/cardano-api/pull/475) + +- Remove error `"evaluateTransactionFee: TODO support Byron key witnesses"` in `estimateMinFeeTx` + (compatible) + [PR 478](https://github.com/IntersectMBO/cardano-api/pull/478) + +- Revert #316 "Remove unused constraint" + (improvement) + [PR 472](https://github.com/IntersectMBO/cardano-api/pull/472) + +- Expose Block constructors + (improvement) + [PR 468](https://github.com/IntersectMBO/cardano-api/pull/468) + +- Add `SlotNo` and `BlockNo` parameters to `foldEpochState`'s callback function + This gives access to the current `SlotNo` and `BlockNo` in a given requested block. + (feature, breaking) + [PR 470](https://github.com/IntersectMBO/cardano-api/pull/470) + +- Default genesis parameters yielding positive treasury + (compatible) + [PR 425](https://github.com/IntersectMBO/cardano-api/pull/425) + +- Simplify `EraInEon` to take fewer constraints + (compatible) + [PR 316](https://github.com/IntersectMBO/cardano-api/pull/316) + ## 8.39.2.0 - Update ouroboros-consensus-0.16, ouroboros-consensus-cardano-0.14, ouroboros-consensus-diffusion-0.11, ouroboros-consensus-protocol-0.7, ouroboros-network-api-0.7 diff --git a/cardano-api/cardano-api.cabal b/cardano-api/cardano-api.cabal index 31a5690625..705403ba18 100644 --- a/cardano-api/cardano-api.cabal +++ b/cardano-api/cardano-api.cabal @@ -1,7 +1,7 @@ cabal-version: 3.4 name: cardano-api -version: 8.39.2.0 +version: 8.40.0.0 synopsis: The cardano API description: The cardano API. category: Cardano,