Improve scans_for_new_key
test
#8236
Labels
A-blockchain-scanner
Area: Blockchain scanner of shielded transactions
C-testing
Category: These are tests
P-Medium ⚡
S-blocked
Status: Blocked on other tasks
Milestone
Motivation
This test doesn't currently check specific transactions in the results at specific heights. It also doesn't test if Zebra starts scanning for blocks from the start height when it's restarted after a key is registered but before the
scan_range()
task is finished.This issue depends on correctly handling
ScanTask
restarts before ascan_range()
task for a newly registered key is finished. See #8238.Possible Design
ScanService
requests to register key and get results instead ofScanTask
scan_range()
task is finishedThe text was updated successfully, but these errors were encountered: