File tree 2 files changed +28
-1
lines changed
2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for cardano-api
2
2
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
+
3
30
## 10.12.0.0
4
31
5
32
- Bumped ledger and dependencies for node 10.3 release.
Original file line number Diff line number Diff line change 1
1
cabal-version : 3.4
2
2
name : cardano-api
3
- version : 10.12 .0.0
3
+ version : 10.13 .0.0
4
4
synopsis : The cardano API
5
5
description : The cardano API.
6
6
category :
You can’t perform that action at this time.
0 commit comments