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

Copy link
Copy Markdown
Member

No description provided.

@vercel

vercelBot commented Jul 27, 2026

Copy link
Copy Markdown

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

ProjectDeploymentActionsUpdated (UTC)
openapiReadyReadyPreview, CommentJul 29, 2026 8:45am

Request Review

CopilotAI 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
FileDescription
test/tests/snapshots/get-schema-for-endpoint.test.ts.snapUpdates schema snapshot to include from/to querystring properties for the assets transactions endpoint.
src/paths/api/assets/{asset}/transactions.yamlSource OpenAPI path change adding from/to query params and descriptions/examples.
src/generated-types.tsRegenerated TS types to include from?: string and to?: string for the endpoint query params.
openapi.yamlRegenerated bundled OpenAPI YAML reflecting the new query parameters.
openapi.jsonRegenerated bundled OpenAPI JSON reflecting the new query parameters.
docs/blockfrost-openapi.yamlUpdates documentation OpenAPI YAML with the new query parameters.
CHANGELOG.mdNotes the newly added query parameters for /assets/{asset}/transactions.
blockfrost-openapi.yamlUpdates the published spec variant with the new query parameters.

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

CopilotAI 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 masterJul 29, 2026
6 checks passed
Sign up for freeto 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

@mmahut@slowbackspace