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.
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
[BlockSTM] Per-block Gas Limit #7488
[BlockSTM] Per-block Gas Limit #7488
Changes from 28 commits
a2fdc21
fde12ef
eeac7ae
a7fd742
25db9d5
e14d371
b801351
36c661d
13b386c
2591610
588dd4d
a223680
f8c4f85
90ab072
84d8090
ce8e383
4b56d43
66f5a93
cea3c06
517f818
8e2fee7
985d829
752bd1a
1fdf0a7
13b9426
84e7fdc
585eb60
3938ca1
92c4b8b
9c27d1a
f4f4d91
5e30733
fa5b942
54a4425
f604e90
c74d2df
911cadf
57e9fb6
9af8e45
596c21b
439ce6a
c389a67
0361873
b50b6ca
413b4e3
adc0ae6
217356b
e3d39e7
88465a9
84b6fff
a09e522
d092021
eddab15
240ed5b
4c7b2df
5e5acf3
d7ea33b
575c04f
bc4a4cd
3dbad83
0e34687
18b903a
2451a1c
110cb60
dfd15ce
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could merge this check with must_skip || accumulated_gas >= PER_BLOCK_GAS_LIMIT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually need to separate them to distinguish reconfiguration from exceeding the per-block gas limit.