Handle RegisterKeys
messages in the scanner task
#8220
Labels
A-blockchain-scanner
Area: Blockchain scanner of shielded transactions
A-concurrency
Area: Async code, needs extra work to make it work properly.
C-feature
Category: New features
P-Medium ⚡
Milestone
Motivation
We want to start scanning blocks for newly registered keys.
Possible Design
We could add an optional stop height to the
scan::start()
function, add the new keys to theparsed_keys
collection when they are received, and spawn a task for scanning from the start height or sapling activation height until the latest block height scanned in theScanTask
for parsed keys.The text was updated successfully, but these errors were encountered: