We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf9bcd commit c44d9e3Copy full SHA for c44d9e3
cardano-api/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog for cardano-api
2
3
+## 10.19.2.0
4
+
5
+- The current canonicalisation functionality does not canonicalise CBOR maps in CBOR lists
6
+ (bugfix)
7
+ [PR 1059](https://github.com/IntersectMBO/cardano-api/pull/1059)
8
9
## 10.19.1.0
10
11
- Update `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones.
cardano-api/cardano-api.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.8
name: cardano-api
-version: 10.19.1.0
+version: 10.19.2.0
synopsis: The cardano API
description: The cardano API.
category:
0 commit comments