File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for cardano-api
22
3+ ## 10.17.2.0
4+
5+ - Add JavaScript wrapper and HTML browser example of usage for the ` cardano-wasm ` API
6+ (feature)
7+ [ PR 894] ( https://github.com/IntersectMBO/cardano-api/pull/894 )
8+
9+ - Add basic transaction creation functions to wasm API
10+ (feature)
11+ [ PR 893] ( https://github.com/IntersectMBO/cardano-api/pull/893 )
12+
13+ - Add wrapper ` SignedTx ` for signed transactions in experimental API
14+ (feature)
15+ [ PR 897] ( https://github.com/IntersectMBO/cardano-api/pull/897 )
16+
17+ - Add additional constraints to EraCommonConstraints
18+ (compatible)
19+ [ PR 899] ( https://github.com/IntersectMBO/cardano-api/pull/899 )
20+
21+ - Add ` Cardano.Api.UTxO.containsOutputs ` .
22+ (compatible)
23+ [ PR 890] ( https://github.com/IntersectMBO/cardano-api/pull/890 )
24+
25+ - cardano-rpc: Add cardano-rpc package with a dummy gRPC service
26+ (feature)
27+ [ PR 885] ( https://github.com/IntersectMBO/cardano-api/pull/885 )
28+
29+ - Added support for compiling ` cardano-api ` to ` wasm `
30+ (feature)
31+ [ PR 852] ( https://github.com/IntersectMBO/cardano-api/pull/852 )
32+
33+ - Add ` SerialiseAsRawBytes ` instance to ` UnsignedTx ConwayEra `
34+ (feature)
35+ [ PR 880] ( https://github.com/IntersectMBO/cardano-api/pull/880 )
36+
37+
338## 10.17.1.0
439
540- Cardano.Api.Experimental: Fix missing key witnesses in certificates
Original file line number Diff line number Diff line change 11cabal-version : 3.8
22name : cardano-api
3- version : 10.17.1 .0
3+ version : 10.17.2 .0
44synopsis : The cardano API
55description : The cardano API.
66category :
You can’t perform that action at this time.
0 commit comments