engine
engine copied to clipboard
Contract Subscription Backfilling
PR-Codex overview
The focus of this PR is to add functionality to backfill contract subscriptions with missed webhooks or new events.
Detailed summary
- Added
getContractSubscription
function to fetch contract subscriptions - Created route to backfill contract subscriptions with missed events
- Defined schemas for request parameters and response
- Enqueued process event logs and transaction receipts for backfilling
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}