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

[BUILDER] - Decouple claim_block and claim_block_header calls #3183

Open
Tracked by #2368
QuentinI opened this issue May 17, 2024 · 0 comments
Open
Tracked by #2368

[BUILDER] - Decouple claim_block and claim_block_header calls #3183

QuentinI opened this issue May 17, 2024 · 0 comments

Comments

@QuentinI
Copy link
Contributor

What is this task and why do we need to work on it?

Currently transaction task waits for both claims before notifying other tasks. claim_block_header could take longer because of VID computation on the builder and it's results aren't used by DA task, so DA task should be notified as soon as claim_block call succeeds.

What work will need to be done to complete this task?

No response

Are there any other details to include?

No response

What are the acceptance criteria to close this issue?

Tasks relying only on information available after claim_block call are notified as soon as it succeeds without waiting for claim_block_header

Branch work will be merged to (if not the default branch)

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant