Skip to content

Commit d2281aa

Browse files
authored
Merge pull request #1226 from IntersectMBO/release/cardano-rpc-11.0.0.0
Release cardano-rpc 11.0.0.0
2 parents 55d843e + d6461eb commit d2281aa

11 files changed

Lines changed: 32 additions & 51 deletions

.changes/20260409_cardano_rpc_proto_lens_lower_bound.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/20260409_cardano_rpc_tip_timestamp.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/20260417_cardano_rpc_proto_lens_bump.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/20260423_cardano_rpc_search_utxos.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/20260508_cardano_rpc_evaltx.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/20260511_cardano_rpc_migrate_txid.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/20260515_cardano_rpc_use_evaluate_transaction.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/20260519_cardano_rpc_guard_utxo_whole_set.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
description: Release cardano-rpc 11.0.0.0
2+
kind:
3+
- release
4+
pr: 1226
5+
project: cardano-rpc

cardano-rpc/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog for cardano-rpc
22

3+
## 11.0.0.0 -- 2026-05-26
4+
5+
- gRPC: Guard against fetching the entire UTxO set. ReadUtxos now returns an empty response when no keys are provided. SearchUtxos now rejects predicates that cannot be narrowed to specific addresses with INVALID_ARGUMENT, instead of falling back to QueryUTxOWhole.
6+
(breaking)
7+
[PR 1214](https://github.com/intersectmbo/cardano-api/pull/1214)
8+
9+
- Add evalTx gRPC method to the UTxO RPC submit service, evaluating a CBOR-serialised transaction against the current ledger state and returning per-redeemer execution units, computed minimum fee, script evaluation errors, and balance check results without submitting.
10+
(feature)
11+
[PR 1193](https://github.com/intersectmbo/cardano-api/pull/1193)
12+
13+
- Bump `proto-lens` lower bound to `>=0.7.1.7`.
14+
(compatible)
15+
[PR 1185](https://github.com/intersectmbo/cardano-api/pull/1185)
16+
17+
- Add lower bound to proto-lens >= 0.7.1.6
18+
(compatible)
19+
[PR 1149](https://github.com/intersectmbo/cardano-api/pull/1149)
20+
21+
- gRPC: add tip timestamp to ChainPoint response
22+
(bugfix)
23+
[PR 1134](https://github.com/intersectmbo/cardano-api/pull/1134)
24+
25+
- Add searchUtxos gRPC method to the UTxO RPC query service, implementing predicate-based UTxO filtering with address, asset, and boolean combinators, plus cursor-based pagination.
26+
(feature)
27+
[PR 1123](https://github.com/intersectmbo/cardano-api/pull/1123)
28+
329
## 10.2.0.0
430

531
- Integrate new Ledger and Consensus packages for Node 10.7.

0 commit comments

Comments
 (0)