File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for cardano-api
22
3+ ## 10.10.0.0
4+
5+ - Include deserialisation of stake keys in deserialiseAnyVerificationKeyTextEnvelope
6+ (feature, compatible)
7+ [ PR 757] ( https://github.com/IntersectMBO/cardano-api/pull/757 )
8+
9+ - Fixed a bug that caused balancing algorithm to drop unwitnessed government actions
10+ (bugfix)
11+ [ PR 765] ( https://github.com/IntersectMBO/cardano-api/pull/765 )
12+
13+ - Modify ` estimateTransactionKeyWitnessCount ` to estimate simple scripts too
14+ (bugfix)
15+ [ PR 755] ( https://github.com/IntersectMBO/cardano-api/pull/755 )
16+
17+ - Split compatible transaction building into separate building and signing functions.
18+ Rename ` Cardano.Api.Internal.Tx.Compatible ` to ` Cardano.Api.Internal.Compatible.Tx ` .
19+ (breaking)
20+ [ PR 750] ( https://github.com/IntersectMBO/cardano-api/pull/750 )
21+
22+ - Fixed wrong type of space in cardano-api's change log
23+ (bugfix)
24+ [ PR 754] ( https://github.com/IntersectMBO/cardano-api/pull/754 )
25+
326## 10.9.0.0
427
528- Re-export ` DebugPlutusFailure ` and ` renderDebugPlutusFailure ` .
Original file line number Diff line number Diff line change 11cabal-version : 3.4
22name : cardano-api
3- version : 10.9 .0.0
3+ version : 10.10 .0.0
44synopsis : The cardano API
55description : The cardano API.
66category :
You can’t perform that action at this time.
0 commit comments