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
This PR adds a new feature: background events, per
[SIP-28](https://github.com/MetaMask/SIPs/blob/main/SIPS/sip-28.md). A
summary of the changes made:
1. The `CronjobController` was updated to now include logic for handling
and storing background events.
2. `snap_scheduleBackgroundEvent` RPC method was added to schedule an
event.
3. `snap_cancelBackgroundEvent` RPC method was added to cancel an event.
4. `snap_getBackgroundEvents` RPC method was added to get a snap's
background events (not outlined in the SIP, but will be added as an
addendum soon).
0 commit comments