Skip to content

Commit

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

New version `cardano-api-8.40.0.0`
  • Loading branch information
newhoggy authored Mar 13, 2024
2 parents 048a1ab + a6733d0 commit 9523d3d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.39.2.0
version: 8.40.0.0
synopsis: The cardano API
description: The cardano API.
category: Cardano,
Expand Down

0 comments on commit 9523d3d

Please sign in to comment.