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

🦺🗡️[Tech Debt]: Spike / Review library for optimizations #39

Open
3 tasks
kcw-grunt opened this issue Nov 24, 2024 · 0 comments
Open
3 tasks

🦺🗡️[Tech Debt]: Spike / Review library for optimizations #39

kcw-grunt opened this issue Nov 24, 2024 · 0 comments
Assignees
Milestone

Comments

@kcw-grunt
Copy link

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

  • 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
@kcw-grunt kcw-grunt added this to the v1.3.0 milestone Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants