Skip to content

Conversation

@Laincy
Copy link
Contributor

@Laincy Laincy commented Aug 3, 2025

Implemented functionality for the /transactions and /addresses/<address>/transactions endpoint while also making sure that the total value returned respected the value in all endpoints (/transactions/latest. Tested on my machine and it worked fine across all three endpoints.

Had to implement a couple of functions to avoid redefining traits. Also switched a couple of query parameters from AddressTransactionQuery to PaginationParams since the former is for the includeMined query param on lookup endpoints, not the correct excludeMined param used elsewhere. I had minor merge issues with #11 but was easy to resolve.

Should hopefully fix #14 and #15.

Implemented functionality for the `/krist/transactions` and
`/addresses/<address>/transactions` endpoint while also making sure that
the total value returned filtered out mined transactions in all
endpoints.
@bananasov bananasov merged commit 05a200f into ReconnectedCC:main Aug 3, 2025
2 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.

Some endpoints don't respect the excludeMined query parameter

2 participants