Closed agodnic closed 2 months ago
Nice!
I need to deploy light-indexer to FNet as main indexer API so that everyone can test this functionality.
Just noticed that we follow indexer API convention to use Base64Std instead of Base64URL encoding for URL params.
Somehow it works for other endpoints - like box search. We need a few test cases that include + / = in group_id Base64Std encoded string and see if this works (and why)
Summary
This pull request adds the functionality to search by group ID to
GET /v2/transactions
. Example:Test Plan
Tested in a local environment, from a light indexer snapshot.