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

Revamped alchemy sync #609

Merged
merged 19 commits into from
Mar 11, 2024
Merged

Revamped alchemy sync #609

merged 19 commits into from
Mar 11, 2024

Conversation

naps62
Copy link
Member

@naps62 naps62 commented Mar 11, 2024

The new alchemy sync logic is much faster.
we now store only the direct result of balances, and separately query for each individual transaction + receipt, so as not to delay UI feedback (we can now see the list of balances much quicker, and also the list of transactions)

when expanding a transaction on the UI, this now triggers an "urgent" request to fetch it's receipt, if we haven't already. this makes the initial opening of a transaction slightly slower, but greatly speeds up overall sync

@naps62 naps62 added the enhancement New feature or request label Mar 11, 2024
@naps62 naps62 merged commit 2913537 into main Mar 11, 2024
6 checks passed
@naps62 naps62 deleted the alchemy2 branch March 11, 2024 17:58
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 this pull request may close these issues.

None yet

1 participant