You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Status accuracy: Chainhook status should reflect actual delivery capability
Error reporting: Clear error messages when webhook delivery fails
Health checks: Periodic validation that chainhooks are actually processing events
Retry mechanism: Automatic restart/recovery for failed chainhooks
Monitoring: Better observability into chainhook processing pipeline
Workaround
Currently requiring manual chainhook restarts, which is not viable for production applications requiring reliable event processing.
Additional Context
This appears to be an infrastructure-level issue rather than application code, as:
No changes made to webhook endpoint
Endpoint remains accessible and functional
Same predicate configuration worked previously
Issue resolved temporarily by restarting chainhook
Please prioritize fixing the reliability and status reporting of chainhooks, as this affects production applications depending on real-time blockchain event processing.
Bug Description
A chainhook predicate configured to monitor Stacks smart contract events stops triggering webhook calls after a certain block height, despite:
Environment
print_eventExpected Behavior
Actual Behavior
Reproduction Steps
Impact
This creates a false sense of reliability for applications depending on real-time event processing. Applications cannot distinguish between:
Configuration Details
{ "predicate": { "scope": "print_event", "contract_identifier": "SP29D6YMDNAKN1P045T6Z817RTE1AC0JAA99WAX2B.burn-bob-faktory", "contains": "daily-burn" } }Proposed Solutions
Workaround
Currently requiring manual chainhook restarts, which is not viable for production applications requiring reliable event processing.
Additional Context
This appears to be an infrastructure-level issue rather than application code, as:
Please prioritize fixing the reliability and status reporting of chainhooks, as this affects production applications depending on real-time blockchain event processing.