File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for cardano-api
22
3+ ## 10.20.0.0
4+
5+ - Deprecate "old" certificate api helper functions and introduce equivalent functions exposed by:
6+ ` Cardano.Api.Compatible.Certificate `
7+ ` Cardano.Api.Experimental.Certificate `
8+ (feature, breaking, refactoring)
9+ [ PR 983] ( https://github.com/IntersectMBO/cardano-api/pull/983 )
10+
11+ - Added ` HasTypeProxy ` ` FromCBOR ` , ` ToCBOR ` , and ` SerialiseAsCBOR ` instances to ` TxOut ` .
12+ (feature)
13+ [ PR 960] ( https://github.com/IntersectMBO/cardano-api/pull/960 )
14+
15+ - Replace ` Certificate ` in ` TxCertificates ` with new api's ` Certificate ` type.
16+ (breaking)
17+ [ PR 962] ( https://github.com/IntersectMBO/cardano-api/pull/962 )
18+
319## 10.19.1.0
420
521- Update ` cardano-ledger-api ` to fix bug in ` queryPoolState ` , where current Pool parameters were returned instead of the future ones.
Original file line number Diff line number Diff line change 11cabal-version : 3.8
22name : cardano-api
3- version : 10.19.1 .0
3+ version : 10.20.0 .0
44synopsis : The cardano API
55description : The cardano API.
66category :
You can’t perform that action at this time.
0 commit comments