File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed
Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for cardano-api
22
3+ ## 10.11.0.0
4+
5+ - Added support for generating mnemonics and for deriving payment and stake keys from mnemonics.
6+ (feature)
7+ [ PR 678] ( https://github.com/IntersectMBO/cardano-api/pull/678 )
8+
9+ - Add ` fromCtxUTxOTxOut ` , inverse of ` toCtxUTxOTxOut `
10+ (compatible)
11+ [ PR 770] ( https://github.com/IntersectMBO/cardano-api/pull/770 )
12+
13+ - Make 1-1 relationship of witness and policy ID in TxMintValue instead of 1-*
14+ Remove exports: ` parseValue ` , ` ParserValueRole `
15+ Add new type ` PolicyAssets ` representing minted assets within a single PolicyId
16+ Add ` mkTxMintValue ` helper function
17+ (breaking, refactoring)
18+ [ PR 776] ( https://github.com/IntersectMBO/cardano-api/pull/776 )
19+
20+ - Add Key instance for StakePoolExtendedKey
21+ (feature, compatible)
22+ [ PR 777] ( https://github.com/IntersectMBO/cardano-api/pull/777 )
23+
24+ - Add missing certificates in compatible transaction building in eras after Shelley and prior to Alonzo
25+ (bugfix)
26+ [ PR 775] ( https://github.com/IntersectMBO/cardano-api/pull/775 )
27+
28+ - Added ` HasTextEnvelope ` instance for ` EraHistory `
29+ (feature, compatible)
30+ [ PR 771] ( https://github.com/IntersectMBO/cardano-api/pull/771 )
31+
32+ - Define ` fromList ` and ` toList ` in ` Cardano.Api.UTxO ` module.
33+ (compatible)
34+ [ PR 767] ( https://github.com/IntersectMBO/cardano-api/pull/767 )
35+
336## 10.10.0.0
437
538- Include deserialisation of stake keys in deserialiseAnyVerificationKeyTextEnvelope
Original file line number Diff line number Diff line change 11cabal-version : 3.4
22name : cardano-api
3- version : 10.10 .0.0
3+ version : 10.11 .0.0
44synopsis : The cardano API
55description : The cardano API.
66category :
You can’t perform that action at this time.
0 commit comments