Skip to content

Commit 117e229

Browse files
authored
Merge pull request #766 from IntersectMBO/release/cardano-api-10.10.0.0
Release cardano-api-10.10.0.0
2 parents 0651dbf + caf5632 commit 117e229

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

cardano-api/CHANGELOG.md

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

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.4
22
name: cardano-api
3-
version: 10.9.0.0
3+
version: 10.10.0.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:

0 commit comments

Comments
 (0)