witnet-rust icon indicating copy to clipboard operation
witnet-rust copied to clipboard

[Wallet] Fast synchronization of wallet state

Open aesedepece opened this issue 1 year ago • 1 comments

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 avatar May 22 '23 08:05 aesedepece