-
Notifications
You must be signed in to change notification settings - Fork 685
[NIT-3121] Make uncompressed batch size limit configurable #3947
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
Open
pmikolajczyk41
wants to merge
37
commits into
master
Choose a base branch
from
pmikolajczyk/nit-3121-uncompressed-batch-size-limit
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+323
−53
Open
Changes from 13 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
1815cc7
Pass the new limit to the batch poster and use it in the batchSegment…
pmikolajczyk41 a4fc03f
Set the field for tests
pmikolajczyk41 6d128d9
Get rid of unnecessary usage of the limit
pmikolajczyk41 82172d7
Cover inbox usages and tests
pmikolajczyk41 b7aa16a
Cover MEL
pmikolajczyk41 94f18b1
Add accessor for the limit in the config
pmikolajczyk41 4730759
Pass chain config instead of arbitrum
pmikolajczyk41 75d679f
Avoid nil pointer dereference
pmikolajczyk41 5238ed6
Add rationale for nil
pmikolajczyk41 ab40ca2
update pin
pmikolajczyk41 75057a7
Merge remote-tracking branch 'origin/master' into pmikolajczyk/nit-31…
pmikolajczyk41 69cab03
fix forkid
pmikolajczyk41 9a11649
Merge remote-tracking branch 'origin/master' into pmikolajczyk/nit-31…
pmikolajczyk41 0a0d6af
Merge remote-tracking branch 'refs/remotes/origin/master' into pmikol…
pmikolajczyk41 776f1b5
Update fork id in test
pmikolajczyk41 82e8518
Leaving chain info JSON as before (consistent with on-chain info)
pmikolajczyk41 6ecd436
Add a test for configurable limit in batch poster
pmikolajczyk41 b078ad4
Add two tests for parsing
pmikolajczyk41 2e898fd
Lint
pmikolajczyk41 86125b0
ForkID
pmikolajczyk41 cdc8678
Merge branch 'master' into pmikolajczyk/nit-3121-uncompressed-batch-s…
pmikolajczyk41 1c4e943
Remove batch poster system test
pmikolajczyk41 dec7e98
Rename setup function
pmikolajczyk41 24a2d00
Make batch size limit arbos-version dependent
pmikolajczyk41 d8a5394
Use arbos version in batch poster
pmikolajczyk41 b4d5cce
Use arbos version in inbox and MEL
pmikolajczyk41 3da6e6f
Checkpoint
pmikolajczyk41 e4ed04f
checkpoint
pmikolajczyk41 03233dd
fix tests
pmikolajczyk41 fd6384f
nil protection
pmikolajczyk41 c3da851
update pin
pmikolajczyk41 c6856f1
Merge branch 'master' into pmikolajczyk/nit-3121-uncompressed-batch-s…
pmikolajczyk41 883a3e1
forbid changing the limit in the chain config
pmikolajczyk41 cc673af
Merge remote-tracking branch 'origin/master' into pmikolajczyk/nit-31…
pmikolajczyk41 93cff8b
tiny refactor in replay
pmikolajczyk41 f6dd87e
pass non-nil arbos version getter
pmikolajczyk41 449b987
Use the previous message index
pmikolajczyk41 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
I went back-and-forth on it, but I think I landed on the side of:
We should make it arbos-version dependant, so:
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.
ArbosVersionGetterbetween some components - unfortunately this was the most concise way I could come up with