Skip to content

Commit 602de99

Browse files
authored
Merge pull request #992 from IntersectMBO/release/cardano-api-10.19.1.0
Release cardano-api-10.19.1.0
2 parents d5be770 + b951a63 commit 602de99

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2025-09-11T01:58:40Z
17-
, cardano-haskell-packages 2025-10-21T11:16:53Z
17+
, cardano-haskell-packages 2025-10-29T02:49:07Z
1818

1919
packages:
2020
cardano-api

cardano-api/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for cardano-api
22

3+
## 10.19.1.0
4+
5+
- Update `cardano-ledger-api` to fix bug in `queryPoolState`, where current Pool parameters were returned instead of the future ones.
6+
(bugfix)
7+
[PR 991](https://github.com/IntersectMBO/cardano-api/pull/991)
8+
39
## 10.19.0.0
410

511
- Upgrade ledger: cardano-protocol-tpraos-1.4.1.0, cardano-ledger-shelley-test-1.7.0.0, cardano-ledger-shelley-1.17.0.0, cardano-ledger-mary-1.9.0.0, cardano-ledger-dijkstra-0.1.0.0, cardano-ledger-core-1.18.0.0, cardano-ledger-conway-1.20.0.0, cardano-ledger-byron-1.2.0.0, cardano-ledger-binary-1.7.0.0, cardano-ledger-babbage-1.12.0.0, cardano-ledger-api-1.12.0.0, cardano-ledger-alonzo-1.14.0.0, cardano-data-1.2.4.1, cardano-crypto-wrapper-1.6.1.0
@@ -14,7 +20,6 @@
1420
(feature, compatible)
1521
[PR 976](https://github.com/IntersectMBO/cardano-api/pull/976)
1622

17-
1823
## 10.18.0.0
1924

2025
- Add some instance for `data Certificate era`

cardano-api/cardano-api.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.8
22
name: cardano-api
3-
version: 10.19.0.0
3+
version: 10.19.1.0
44
synopsis: The cardano API
55
description: The cardano API.
66
category:
@@ -129,7 +129,7 @@ library
129129
cardano-data >=1.0,
130130
cardano-ledger-allegra >=1.7,
131131
cardano-ledger-alonzo >=1.13,
132-
cardano-ledger-api >=1.11,
132+
cardano-ledger-api ^>=1.12.1,
133133
cardano-ledger-babbage >=1.11,
134134
cardano-ledger-binary >=1.6,
135135
cardano-ledger-byron >=1.2,
@@ -371,7 +371,7 @@ test-suite cardano-api-test
371371
cardano-crypto-tests ^>=2.2,
372372
cardano-crypto-wrapper,
373373
cardano-ledger-alonzo,
374-
cardano-ledger-api >=1.11,
374+
cardano-ledger-api ^>=1.12.1,
375375
cardano-ledger-binary,
376376
cardano-ledger-conway,
377377
cardano-ledger-core >=1.14,
@@ -446,7 +446,7 @@ test-suite cardano-api-golden
446446
cardano-crypto-class ^>=2.2.1,
447447
cardano-data >=1.0,
448448
cardano-ledger-alonzo,
449-
cardano-ledger-api >=1.11,
449+
cardano-ledger-api ^>=1.12.1,
450450
cardano-ledger-binary,
451451
cardano-ledger-core >=1.14,
452452
cardano-ledger-shelley,

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)