hirosystems / chainhook

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

[service] `Interrupted` predicates aren't removed from chainhook store #497

Closed MicaiahReid closed 5 months ago

MicaiahReid commented 8 months ago

Describe the bug When a predicate is set to Interrupted status, it isn't ever removed from the chainhook_store that is used by the event observer, so the predicate continues to be evaluated.

We need to remove the predicate from this store and test for side effects.

MicaiahReid commented 5 months ago

Closed by #524