File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed
Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for cardano-api
22
3+ ## 10.13.0.0
4+
5+ - Sort transaction fields in CBOR representation
6+ (feature, compatible)
7+ [ PR 785] ( https://github.com/IntersectMBO/cardano-api/pull/785 )
8+
9+ - Fix bug in the construction of the redeemer pointer map.
10+ (breaking, bugfix)
11+ [ PR 800] ( https://github.com/IntersectMBO/cardano-api/pull/800 )
12+
13+ - Removed ` createPreviousGovernanceActionId ` . Use ` GovPurposeId . createGovernanceActionId ` instead.
14+ Export ` GovPurposeId ` through ` Cardano.Api.Ledger ` .
15+ (breaking, refactoring)
16+ [ PR 797] ( https://github.com/IntersectMBO/cardano-api/pull/797 )
17+
18+ - Remove unused ledger types' wrappers: ` GovernanceActionId ` and ` Voter ` . Use ` GovActionId ` and ` Voter ` from ledger instead.
19+ (breaking, refactoring)
20+ [ PR 796] ( https://github.com/IntersectMBO/cardano-api/pull/796 )
21+
22+ - Delegate decision on supported versions for queries to Consensus.
23+ (feature)
24+ [ PR 790] ( https://github.com/IntersectMBO/cardano-api/pull/790 )
25+
26+ - Adding missing ` fromCtxUTxOTxOut ` export
27+ (compatible)
28+ [ PR 794] ( https://github.com/IntersectMBO/cardano-api/pull/794 )
29+
330## 10.12.0.0
431
532- Bumped ledger and dependencies for node 10.3 release.
Original file line number Diff line number Diff line change 11cabal-version : 3.4
22name : cardano-api
3- version : 10.12 .0.0
3+ version : 10.13 .0.0
44synopsis : The cardano API
55description : The cardano API.
66category :
You can’t perform that action at this time.
0 commit comments