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
Scheduler triggers duty at the start of each slot. Certain duties however need to triggered at offsets within the slot. We need to add support for this.
This is causing validatormock not to work with real VCs since it is triggered by scheduler and attests much earlier than other VCs, resulting in timeouts.
Proposed solution
Add support for triggering duties at slot offsets.
Out of Scope
Adding support for 1/3 slot offset for DutyAttester is enough, can add other duties later.
The text was updated successfully, but these errors were encountered:
Problem to be solved
Scheduler triggers duty at the start of each slot. Certain duties however need to triggered at offsets within the slot. We need to add support for this.
This is causing validatormock not to work with real VCs since it is triggered by scheduler and attests much earlier than other VCs, resulting in timeouts.
Proposed solution
Add support for triggering duties at slot offsets.
Out of Scope
Adding support for 1/3 slot offset for DutyAttester is enough, can add other duties later.
The text was updated successfully, but these errors were encountered: