Skip to content

gRPC: Add searchUtxos method#1123

Draft
carbolymer wants to merge 6 commits intomasterfrom
mgalazyn/feature/searchutxos
Draft

gRPC: Add searchUtxos method#1123
carbolymer wants to merge 6 commits intomasterfrom
mgalazyn/feature/searchutxos

Conversation

@carbolymer
Copy link
Contributor

@carbolymer carbolymer commented Mar 10, 2026

Changelog

- description: |
    gRPC: Add searchUtxos method
# uncomment types applicable to the change:
  type:
   - feature        # introduces a new feature
  # - breaking       # the API has changed in a breaking way
  # - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  # - refactoring    # QoL changes
  # - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
  # - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...
# uncomment at least one main project this PR is associated with
  projects:
  # - cardano-api
  # - cardano-api-gen
   - cardano-rpc
  # - cardano-wasm

Context

Implements:

PR upstreaming proto changes:

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

@carbolymer carbolymer self-assigned this Mar 10, 2026
@carbolymer carbolymer force-pushed the mgalazyn/feature/searchutxos branch 2 times, most recently from f6c2746 to 1ee006c Compare March 12, 2026 18:24
@carbolymer carbolymer force-pushed the mgalazyn/feature/searchutxos branch from 1ee006c to a93650f Compare March 12, 2026 18:56
@carbolymer carbolymer force-pushed the mgalazyn/feature/searchutxos branch from 14cdaa3 to 13372e9 Compare March 17, 2026 19:49
{-# LANGUAGE GADTs #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TypeApplications #-}

Check warning

Code scanning / HLint

Unused LANGUAGE pragma Warning test

cardano-rpc/test/cardano-rpc-test/Test/Cardano/Rpc/Predicate.hs:5:1-33: Warning: Unused LANGUAGE pragma
  
Found:
  {-# LANGUAGE TypeApplications #-}
  
Perhaps you should remove it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gRPC: UTxORPC searchUtxos method of query service

1 participant