Skip to content

Commit 65f269f

Browse files
authored
Merge pull request #819 from IntersectMBO/release/cardano-api-10.14.0.0
Release cardano-api-10.14.0.0
2 parents 215dba1 + d32df4d commit 65f269f

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

cardano-api/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog for cardano-api
22

3+
## 10.14.0.0
4+
5+
- Update to Plutus 1.45
6+
(feature, compatible)
7+
[PR 818](https://github.com/IntersectMBO/cardano-api/pull/818)
8+
9+
- Implement the changes required for UTxO-HD. See the documentation https://ouroboros-consensus.cardano.intersectmbo.org/docs/for-developers/utxo-hd/Overview.
10+
- Augment `Cardano.Api.Internal.LedgerState.LedgerState` with Cardano `LedgerTables`.
11+
- Require `SingI` for `QueryFootprint`s in Consensus queries
12+
(feature, breaking)
13+
[PR 774](https://github.com/IntersectMBO/cardano-api/pull/774)
14+
15+
- Better reporting of negative balance in transaction balancing. Remove redundant `Either` from `evaluateTransactionExecutionUnits` and `evaluateTransactionExecutionUnitsShelley` signatures.
16+
(breaking, refactoring, bugfix)
17+
[PR 799](https://github.com/IntersectMBO/cardano-api/pull/799)
18+
19+
- Add `outputs`, `fromShelleyUTxO` and `toShelleyUTxO` functions to `Cardano.Api.Tx.UTxO`.
20+
(compatible)
21+
[PR 812](https://github.com/IntersectMBO/cardano-api/pull/812)
22+
23+
- New `ToJSON (Consensus.ChainDepState (ConsensusProtocol era))` constraints for shelley based eons.
24+
New constraints for `ShelleyBasedEra`:
25+
* FromCBOR (Consensus.ChainDepState (ConsensusProtocol era))
26+
* IsCardanoEra era
27+
* IsShelleyBasedEra era
28+
(feature)
29+
[PR 806](https://github.com/IntersectMBO/cardano-api/pull/806)
30+
331
## 10.13.1.0
432

533
- Fix `toAnyWitness` to not ignore simple scripts

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cardano-api
3-
version: 10.13.1.0
3+
version: 10.14.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)