Research for better scaling solutions around transactions & outputs #919
laumair
started this conversation in
Features / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
In the current design of the wallet library, all transactions and outputs are loaded at once. This is not scalable. Imagine exchanges using the library or firefly with hundreds and thousands of outputs / transactions.
An initial idea from @Thoralf-M is to use timestamps and then always loading transactions based on an upper & lower bound.
Motivation
For a performant and scalable wallet library, this is needed.
Requirements
Open questions (optional)
N/A
Are you planning to do it yourself in a pull request?
No
Beta Was this translation helpful? Give feedback.
All reactions