hirosystems / chainhook

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

allow for a meta-chainhook that informs users when a predicate status changes #699

Open rafaelcr opened 2 weeks ago

rafaelcr commented 2 weeks ago

It would be useful for clients to be informed when their predicate has changed status (expired, completed, failed, etc.) so they can perform actions based on this event. Right now we don't have a way to do that other than having clients call /v1/chainhook/:uuid directly looking for status changes.

aulneau commented 1 week ago

🙏