Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: return 500 status code to Stacks node when event ingestion fails (…
…#648) This PR makes sure we return a `500` status code error to the Stacks node when chainhook failed to ingest an event correctly, so it can retry indefinitely until it succeeds. This prevents block gaps from occurring in the chainhook index. Fixes #646
- Loading branch information