hirosystems / chainhook

Extract transactions from Stacks and Bitcoin and build event driven re-org resistant indexers and databases.
GNU General Public License v3.0
143 stars 57 forks source link

add missing validation in runloop test #602

Open MicaiahReid opened 3 months ago

MicaiahReid commented 3 months ago

In these two locations (one, two), we need to do some validation that the runloop kill signal actually stopped the scan.

This will be possible once #509 is implemented.

MicaiahReid commented 3 months ago

Blocked by #509