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
Update the relayer polling task to work with {from, to} tasks that will generate proof from a given slot to a given slot.
Introduce an orchestration module that will be triggered every SLOTS_JUMP*12s. This module will create a new task from a given slot to the best multiple of SLOTS_JUMP.
The orchestration module will review all the smart contracts and their respective slots. If any contracts are not aligned to the same slot, the orchestration will generate an optimized set of updates to synchronize them.
The text was updated successfully, but these errors were encountered:
Update the relayer polling task to work with {from, to} tasks that will generate proof from a given slot to a given slot.
Introduce an orchestration module that will be triggered every
SLOTS_JUMP
*12s. This module will create a new task from a given slot to the best multiple ofSLOTS_JUMP
.The orchestration module will review all the smart contracts and their respective slots. If any contracts are not aligned to the same slot, the orchestration will generate an optimized set of updates to synchronize them.
The text was updated successfully, but these errors were encountered: