Skip to content

gRPC: Add searchUtxos method#1123

Draft
carbolymer wants to merge 1 commit intomasterfrom
mgalazyn/feature/searchutxos
Draft

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

Conversation

@carbolymer
Copy link
Copy Markdown
Contributor

@carbolymer carbolymer commented Mar 10, 2026

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 4 times, most recently 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:6:1-33: Warning: Unused LANGUAGE pragma
  
Found:
  {-# LANGUAGE TypeApplications #-}
  
Perhaps you should remove it.
@carbolymer carbolymer force-pushed the mgalazyn/feature/searchutxos branch 3 times, most recently from 1eef5e8 to b39d938 Compare March 20, 2026 20:20
@carbolymer carbolymer force-pushed the mgalazyn/feature/searchutxos branch from 6dec246 to 2ddd5a9 Compare April 14, 2026 15:14
; Conflicts:
;	cardano-rpc/src/Cardano/Rpc/Server/Internal/UtxoRpc/Query.hs
;	cardano-rpc/src/Cardano/Rpc/Server/Internal/UtxoRpc/Submit.hs
;	cardano-rpc/src/Cardano/Rpc/Server/Internal/UtxoRpc/Type.hs
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

2 participants