Skip to content

cardano-rpc | Add ReadUtxos query #889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: mgalazyn/feature/add-utxorpc-protocol-parameters-query
Choose a base branch
from

Conversation

carbolymer
Copy link
Contributor

@carbolymer carbolymer commented Jul 4, 2025

Changelog

- description: |
    cardano-rpc | Add `readUtxos` UTxO RPC query
# 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...

Context

This PR implements UTxO RPC readUTxos query: https://utxorpc.org/query/intro#readutxos

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 Jul 4, 2025
@carbolymer carbolymer changed the base branch from master to mgalazyn/feature/add-utxorpc-protocol-parameters-query July 4, 2025 14:44
@carbolymer carbolymer changed the title cardanor-rpc | Add ReadUtxos query cardano-rpc | Add ReadUtxos query Jul 4, 2025
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-readutxos-query branch from e00a529 to b78b81d Compare July 7, 2025 17:09
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-protocol-parameters-query branch 3 times, most recently from 382f2e8 to f1d6a96 Compare July 8, 2025 16:19
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-protocol-parameters-query branch from f1d6a96 to 7e1d8e9 Compare July 8, 2025 16:21
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-readutxos-query branch 2 times, most recently from 3e6b107 to d990a78 Compare July 9, 2025 11:46
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-protocol-parameters-query branch from 7e1d8e9 to bd69278 Compare July 9, 2025 13:38
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-readutxos-query branch 2 times, most recently from 553d102 to fcba624 Compare July 10, 2025 10:59
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-protocol-parameters-query branch from bd69278 to 2b137b9 Compare July 10, 2025 15:25
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-protocol-parameters-query branch from 2b137b9 to 87b2afa Compare July 10, 2025 15:26
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-readutxos-query branch from fcba624 to 1e95e3c Compare July 10, 2025 15:45
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-readutxos-query branch from 9131daa to 3b64669 Compare July 11, 2025 15:13
@carbolymer carbolymer marked this pull request as ready for review July 11, 2025 15:16
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-readutxos-query branch from 3b64669 to 2e8dc19 Compare July 11, 2025 15:16
@carbolymer carbolymer force-pushed the mgalazyn/feature/add-utxorpc-protocol-parameters-query branch from 87b2afa to b59a3b5 Compare July 14, 2025 14:48
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.

1 participant