-
Notifications
You must be signed in to change notification settings - Fork 18
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
fix: add pagination to deposit fetching #1252
base: main
Are you sure you want to change the base?
Conversation
The idea of using the the |
I'd propose to decide on a strategy for sorting for Emily and implement a filtering mechanism on the signers side in a separate PR |
If I got to choose, I would probably have opted for a streaming protocol backed by durable topic subscriptions (at least that's what they're called in the message broker world..). For example MQTT over Websockets (AWS version), instead of polling. That would obsolete the above challenges. |
I love the idea and believe this is the cleanest way to go for the signers. We'll have to design it for a future milestone though, it will require a different infra because of the usual limitations of the current setup... |
Description
Closes: #1148
Changes
Testing Information
get_deposits
Checklist: