Skip to content

Commit

Permalink
Release cardano-api-8.46.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucsanszky committed May 14, 2024
1 parent 6d7285b commit b0d6191
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for cardano-api

## 8.46.0.0

- - Updated `cardano-ledger`, `ouroboros-consensus` and `plutus` packages.
- Added `FailT` dependency.
- Updated `conwayGenesisDefaults` and `alonzoGenesisDefaults`.
- Changed `CostModel` to use `Int64` instead of `Integer`.
- Fixed `ProtocolParameters` golden test to account for the `Integer` -> `Int64` change in the `CostModel`.
(breaking, test)
[PR 523](https://github.com/IntersectMBO/cardano-api/pull/523)

## 8.45.2.0

- Update estimateBalancedTxBody to account for required deposits due to
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.45.2.0
version: 8.46.0.0
synopsis: The cardano API
description: The cardano API.
category: Cardano,
Expand Down

0 comments on commit b0d6191

Please sign in to comment.