Skip to content

Commit 356cf15

Browse files
authored
Merge pull request #902 from IntersectMBO/release/cardano-api-10.17.2.0
Release cardano-api-10.17.2.0
2 parents da73fc9 + 1598225 commit 356cf15

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

cardano-api/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
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

cardano-api/cardano-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.8
22
name: cardano-api
3-
version: 10.17.1.0
3+
version: 10.17.2.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)