You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will soon replace the library in place of ltcsuite (an updated version of wallet and middleware). But that is a good time to optimize to make sure the team is familiar and a way to compare performance
Background Information
Current architecture exists where client app creates and maintains local database (of the metadata, transactions)
Loafwallet-core communicates with the Litecoin network, connects to the nodes (start/stop sync), and signs the transactions
The challenge with Litewallet is we do not have control of when and how many nodes are available.
The self-hosting means the experience for each user is different. We can only guess at times
Steps for research
Review loafwallet-core and use breakpoints by sending and receive to follow the process
Formulate ideas to further improve sync by reducing sync time
Open draft PR
The text was updated successfully, but these errors were encountered:
Mission & Goals
We will soon replace the library in place of ltcsuite (an updated version of wallet and middleware). But that is a good time to optimize to make sure the team is familiar and a way to compare performance
Background Information
Steps for research
The text was updated successfully, but these errors were encountered: