zebra/zebrad/tests
Arya 5a9281a7a8
fix(scan): Fix minor concurrency bug in the `scan` gRPC method (#8303)
* update scan task to notify subscribe caller once the new subscribed_keys are sent on the watch channel

* Fixes timing bug in scan gRPC method:

Joins register/subscribe scan service calls, sends SubscribeResults request first, and filters out duplicate results from channel

* Removes outdated TODO

* wraps subscribed_keys in an Arc before sending to watch channel, fixes typo

* Remove result senders for keys that have been removed
2024-02-21 23:29:13 +00:00
..
common fix(scan): Fix minor concurrency bug in the `scan` gRPC method (#8303) 2024-02-21 23:29:13 +00:00
snapshots tests(rpc): Add fixed test vectors for `z_getsubtreesbyindex` from zcashd to zebra (#7515) 2023-09-20 23:40:21 +00:00
acceptance.rs improve error message in non_blocking_logger test (#8276) 2024-02-15 22:46:04 +00:00
end_of_support.rs Check for early exits in the end of support task test (#6715) 2023-05-18 21:25:23 +00:00