[Wallet] Fast synchronization of wallet state #2372
Labels
enhancement 📈
New feature or request
UX / DX 🙋
Improvement to user experience / developer experience
wallet 👛
Issues related to witnet_wallet crate.
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.
The text was updated successfully, but these errors were encountered: