-
Notifications
You must be signed in to change notification settings - Fork 499
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
exp/lighthorizon: add endpoints for paged list of entities(tx/op) by account ID #4433
Closed
Tracked by
#4571
Labels
Comments
sreuland
changed the title
exp/lighthorizon: add endpoint for paged list of tx by account ID
exp/lighthorizon: add endpoints for paged list of entities(tx/op) by account ID
Jun 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 8, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 8, 2022
7 tasks
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 9, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 11, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 11, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 12, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 12, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 15, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 15, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 20, 2022
…edger seq rather than checkpoint based
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 20, 2022
…ard on function interfaces
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 21, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 22, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 22, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 22, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Jul 22, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
…edger seq rather than checkpoint based
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
…ard on function interfaces
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
sreuland
added a commit
to sreuland/go
that referenced
this issue
Aug 7, 2022
64 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does your feature solve?
getting a paged list of tx's and op's that belong to an account id
What would you like to see?
two new action/endpoints
GET /accounts/:id/transactions?cursor=&limit=
GET /accounts/:id/operations?cursor=&limit=
leverages indexes for looking up all tx's related to the account id.
What alternatives are there?
The text was updated successfully, but these errors were encountered: