-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
op-batcher: control loop to throttle DA usage #12735
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0x00101010
reviewed
Oct 30, 2024
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
from
October 30, 2024 04:07
ae886a6
to
92c6c45
Compare
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
2 times, most recently
from
October 30, 2024 05:06
0a0b29d
to
0a51635
Compare
0x00101010
reviewed
Oct 30, 2024
mdehoog
reviewed
Oct 30, 2024
mdehoog
reviewed
Oct 30, 2024
mdehoog
reviewed
Oct 30, 2024
mdehoog
reviewed
Oct 30, 2024
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
2 times, most recently
from
October 30, 2024 22:03
773fb46
to
ad20fdf
Compare
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
from
October 30, 2024 22:12
ad20fdf
to
5c7c839
Compare
roberto-bayardo
commented
Oct 30, 2024
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
3 times, most recently
from
October 30, 2024 23:13
90bdfa1
to
63c096c
Compare
mdehoog
reviewed
Oct 30, 2024
mdehoog
reviewed
Oct 30, 2024
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
4 times, most recently
from
October 31, 2024 02:48
621f8dc
to
51d0c27
Compare
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
2 times, most recently
from
October 31, 2024 16:26
a0123dd
to
fb36a56
Compare
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
from
October 31, 2024 21:45
fb36a56
to
d7431af
Compare
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
8 times, most recently
from
November 4, 2024 16:43
843c33d
to
c23ca0c
Compare
sebastianst
reviewed
Nov 4, 2024
…g for DA settlement
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
from
November 5, 2024 00:09
c23ca0c
to
4b6487b
Compare
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
from
November 5, 2024 19:21
bb5a9ed
to
8d89620
Compare
roberto-bayardo
force-pushed
the
throttle-l1-data
branch
from
November 5, 2024 19:27
8d89620
to
de41315
Compare
sebastianst
force-pushed
the
throttle-l1-data
branch
from
November 6, 2024 06:00
ebed5a2
to
2ac5316
Compare
sebastianst
approved these changes
Nov 6, 2024
sebastianst
reviewed
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR monitors batcher backlog and if it exceeds a threshold, has the execution engine build blocks with smaller DA requirements until the backlog is cleared.
Tests
e2e tests for both tx and block level da throttling.
Additional context
Metadata