-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
Issue To Be Solved
There are many instances in the core contracts where we gracefully handle bugs by doing a no-op or something similar. It could be useful to add events for these so we can potentially detect when they happen and fix whatever is causing it.
Suggest A Solution
- Identify places in contracts like
FlowTransactionSchedulerwhere we gracefully handle bugs and add events for them - Set up some way to monitor the events over time
Metadata
Metadata
Assignees
Type
Projects
Status
🔖 Ready for Pickup