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

[Wallet] Fast synchronization of wallet state #2372

Open
aesedepece opened this issue May 22, 2023 · 1 comment
Open

[Wallet] Fast synchronization of wallet state #2372

aesedepece opened this issue May 22, 2023 · 1 comment
Labels
enhancement 📈 New feature or request UX / DX 🙋 Improvement to user experience / developer experience wallet 👛 Issues related to witnet_wallet crate.

Comments

@aesedepece
Copy link
Member

An alternative synchronization method has been proposed for the wallet component, such that instead of asking a node for all blocks in the chain and checking all transactions for addresses matching their own keychain, it rather uses a bloom filter to ask a node for the whole trace of transactions posterior to a certain epoch that are connected to the addresses in the UTXO set that match the filter.

@aesedepece aesedepece added enhancement 📈 New feature or request UX / DX 🙋 Improvement to user experience / developer experience labels May 22, 2023
@aesedepece
Copy link
Member Author

Depends on witnet/sheikah#1856

@aesedepece aesedepece added the wallet 👛 Issues related to witnet_wallet crate. label Jun 6, 2023
@aesedepece aesedepece changed the title Fast synchronization of wallet state [Wallet] Fast synchronization of wallet state Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 📈 New feature or request UX / DX 🙋 Improvement to user experience / developer experience wallet 👛 Issues related to witnet_wallet crate.
Projects
None yet
Development

No branches or pull requests

1 participant