Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/20260423_cardano_rpc_search_utxos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
project: cardano-rpc
pr: 1123
kind:
- feature
description: |
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.
7 changes: 7 additions & 0 deletions cardano-rpc/cardano-rpc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ library
Cardano.Rpc.Server.Internal.Monad
Cardano.Rpc.Server.Internal.Node
Cardano.Rpc.Server.Internal.Tracing
Cardano.Rpc.Server.Internal.UtxoRpc.Predicate
Cardano.Rpc.Server.Internal.UtxoRpc.Query
Cardano.Rpc.Server.Internal.UtxoRpc.Submit
Cardano.Rpc.Server.Internal.UtxoRpc.Type
Expand Down Expand Up @@ -121,18 +122,22 @@ test-suite cardano-rpc-test
type: exitcode-stdio-1.0
build-depends:
base,
bytestring,
cardano-api,
cardano-api:gen,
cardano-ledger-api,
cardano-ledger-conway,
cardano-ledger-core >=1.19,
cardano-rpc,
cardano-rpc:gen,
containers,
hedgehog,
hedgehog-extras,
proto-lens,
rio,
tasty,
tasty-hedgehog,
text,
time,

ghc-options:
Expand All @@ -142,6 +147,8 @@ test-suite cardano-rpc-test

build-tool-depends: tasty-discover:tasty-discover
other-modules:
Test.Cardano.Rpc.Pagination
Test.Cardano.Rpc.Predicate
Test.Cardano.Rpc.ProtocolParameters
Test.Cardano.Rpc.TxOutput
Test.Cardano.Rpc.Type
375 changes: 222 additions & 153 deletions cardano-rpc/gen/Proto/Utxorpc/V1beta/Cardano/Cardano.hs

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions cardano-rpc/gen/Proto/Utxorpc/V1beta/Cardano/Cardano_Fields.hs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading