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

Allow paging for transactions-by-address queries #2733

Closed
2 tasks
sisou opened this issue Jul 9, 2024 · 1 comment · Fixed by #2940
Closed
2 tasks

Allow paging for transactions-by-address queries #2733

sisou opened this issue Jul 9, 2024 · 1 comment · Fixed by #2940
Assignees
Labels
enhancement New feature or request

Comments

@sisou
Copy link
Member

sisou commented Jul 9, 2024

As @paberr recently discovered, the tree structure we use for the transaction store lends itself to efficiently request transactions with an offset.

This option should be added to the RPC API, and then to the relevant protocol message.

  • offset in RPC get_transactions_by_address
  • offset in protocol receipts message

The change to the message will be a protocol breaking change.

@sisou sisou added the enhancement New feature or request label Jul 9, 2024
@paberr
Copy link
Member

paberr commented Jul 12, 2024

I think this is a duplicate of #2697

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants