File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for cardano-api
22
3+ ## 10.9.0.0
4+
5+ - Re-export ` DebugPlutusFailure ` and ` renderDebugPlutusFailure ` .
6+ (compatible)
7+ [ PR 715] ( https://github.com/IntersectMBO/cardano-api/pull/715 )
8+
9+ - Add ` Cardano.Api.Tx.UTxO ` module for common UTxO operations.
10+ (feature, compatible)
11+ [ PR 710] ( https://github.com/IntersectMBO/cardano-api/pull/710 )
12+
13+ - Removed ` serialiseTxLedgerCddl ` and ` deserialiseTxLedgerCddl ` , and updated ` writeTxFileTextEnvelopeCddl ` to use new format.
14+ (breaking)
15+ [ PR 746] ( https://github.com/IntersectMBO/cardano-api/pull/746 )
16+
17+ - Upgrade ouroboros-consensus-diffusion to >=0.19 && <0.21
18+ (compatible)
19+ [ PR 751] ( https://github.com/IntersectMBO/cardano-api/pull/751 )
20+
21+ - Update TxProposalProcedures type to make invalid states irrepresentable.
22+ (breaking, refactoring)
23+ [ PR 726] ( https://github.com/IntersectMBO/cardano-api/pull/726 )
24+
25+ - Add function ` collectPlutusScriptHashes ` to collect script hashes needed to validate a given transaction
26+ (feature)
27+ [ PR 735] ( https://github.com/IntersectMBO/cardano-api/pull/735 )
28+
29+ - Fix transaction autobalancing when deregistering a credential
30+ (bugfix)
31+ [ PR 718] ( https://github.com/IntersectMBO/cardano-api/pull/718 )
32+
333## 10.8.0.0
434
535- Add QueryFuturePParams
Original file line number Diff line number Diff line change 11cabal-version : 3.4
22name : cardano-api
3- version : 10.8 .0.0
3+ version : 10.9 .0.0
44synopsis : The cardano API
55description : The cardano API.
66category :
You can’t perform that action at this time.
0 commit comments