Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduler supports triggering duties at offset in slot #515

Closed
corverroos opened this issue May 11, 2022 · 0 comments
Closed

Scheduler supports triggering duties at offset in slot #515

corverroos opened this issue May 11, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@corverroos
Copy link
Contributor

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.

@corverroos corverroos added the enhancement New feature or request label May 11, 2022
@corverroos corverroos self-assigned this May 11, 2022
obol-bulldozer bot pushed a commit that referenced this issue May 13, 2022
Trigger duties at an offset within each slot.

category: feature
ticket: #515
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant