Skip to content
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

Feat/addr Add get transactions by address endpoint #369

Merged
merged 3 commits into from
Oct 1, 2024

Conversation

satran004
Copy link
Member

@satran004 satran004 commented Oct 1, 2024

  • Endpoint to get transactions by address
  • Change the default ordering of other endpoints to desc (But ordering is not currently implemented for other endpoints in the controller)
  • Http tests for address endpoints

#368

Introduced a new API endpoint to retrieve transactions associated with a given address. Implemented required methods in various layers including controller, service, and storage readers. This enhances functionality by allowing users to query address-specific transactions dynamically.
@satran004 satran004 merged commit a8d4d4c into main Oct 1, 2024
2 checks passed
@satran004 satran004 deleted the feat/addr_tx_endpoint branch October 1, 2024 11:47
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.

2 participants