Skip to content

feat: from to in asset transactions - #462

Merged
slowbackspace merged 2 commits into
masterfrom
mmmahut/assets/transactions/from/to
Jul 29, 2026
Merged

feat: from to in asset transactions#462
slowbackspace merged 2 commits into
masterfrom
mmmahut/assets/transactions/from/to

Conversation

@mmahut

@mmahut mmahut commented Jul 27, 2026

Copy link
Copy Markdown
Member

No description provided.

@vercel

vercel Bot commented Jul 27, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openapi Ready Ready Preview, Comment Jul 29, 2026 8:45am

Request Review

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds block-range filtering to the Asset transactions endpoint by introducing from and to query parameters, aligning /assets/{asset}/transactions with the existing behavior on /addresses/{address}/transactions.

Changes:

  • Added from and to query parameters to /assets/{asset}/transactions (block range block_number[:tx_index], inclusive).
  • Regenerated published OpenAPI artifacts (YAML/JSON), TypeScript generated types, and the schema snapshot.
  • Documented the change in CHANGELOG.md.

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
test/tests/snapshots/get-schema-for-endpoint.test.ts.snap Updates schema snapshot to include from/to querystring properties for the assets transactions endpoint.
src/paths/api/assets/{asset}/transactions.yaml Source OpenAPI path change adding from/to query params and descriptions/examples.
src/generated-types.ts Regenerated TS types to include from?: string and to?: string for the endpoint query params.
openapi.yaml Regenerated bundled OpenAPI YAML reflecting the new query parameters.
openapi.json Regenerated bundled OpenAPI JSON reflecting the new query parameters.
docs/blockfrost-openapi.yaml Updates documentation OpenAPI YAML with the new query parameters.
CHANGELOG.md Notes the newly added query parameters for /assets/{asset}/transactions.
blockfrost-openapi.yaml Updates the published spec variant with the new query parameters.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 9 changed files in this pull request and generated no new comments.

@mmahut
mmahut marked this pull request as ready for review July 29, 2026 08:19
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@slowbackspace
slowbackspace merged commit 3f623e7 into master Jul 29, 2026
6 checks passed
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.

3 participants