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 has been archived by the owner on Jun 6, 2023. It is now read-only.
Right now the miner actor sends arbitrary bytes to the power actor to register events. This is likely unnecessarily unconstrained as the current set of cron events are fully captured by an integer type.
We should investigate changing the cron enrollment system over to using more constrained types. If we do this it will require migrating the cron event queue.
The text was updated successfully, but these errors were encountered:
Right now the miner actor sends arbitrary bytes to the power actor to register events. This is likely unnecessarily unconstrained as the current set of cron events are fully captured by an integer type.
We should investigate changing the cron enrollment system over to using more constrained types. If we do this it will require migrating the cron event queue.
The text was updated successfully, but these errors were encountered: