-
Notifications
You must be signed in to change notification settings - Fork 109
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
Optimisations in the sequencer inbox #68
Closed
Closed
Changes from 33 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ee52a74
Added test sequencer inbox opt
yahgwai cb72410
Made state vars immutable
yahgwai 2b17df0
Added commentson max time variation
yahgwai ad06124
Removed deprecated method
yahgwai a4c3800
Updated tests
yahgwai 90de978
Updated comments
yahgwai b7414fb
Formatted files
yahgwai 87aafcf
Test file lint
yahgwai 5890bde
Merge from develop
yahgwai 998fe16
Updated max time variation comments
yahgwai a60f7ff
Updated tests
yahgwai b7b2f49
Storage layout checks no longer required for sequencer inbox
yahgwai 0b9ba23
Merge from develop
yahgwai cd0d302
Build updates
yahgwai 75215ba
Updated tests and added bridge.rollup() initialization tests
yahgwai a3111c4
Formatting
yahgwai 90f2262
Updated arbrollup tests
yahgwai fe97273
Removed test events
yahgwai f75a8fc
Moved delayed messages read and batch delivered event into the bridge
yahgwai 887cc47
Removed tests for now
yahgwai d06f2a0
Added encoder v2
yahgwai ce8fb88
Updated bridge storage dot
yahgwai 3609765
Merge branch 'develop' into seq-inbox-opt
gzeoneth 275d75b
Merge remote-tracking branch 'origin/develop' into seq-inbox-opt
gzeoneth 22c9c75
Merge remote-tracking branch 'origin/seq-inbox-opt' into seq-inbox-br…
gzeoneth a4337e1
Updates from CR
yahgwai f3b1ceb
Merge branch 'seq-inbox-bridge' of https://github.com/OffchainLabs/ni…
yahgwai 285b6bf
Merge from remote
yahgwai 085e0e9
Removed old dot files
yahgwai 3646a78
Merge pull request #87 from OffchainLabs/seq-inbox-bridge
yahgwai 31fd3c6
Added internal max time variation func
yahgwai 05e311d
Updated max time variation to be u64
yahgwai 773e1ec
Merge branch 'develop' into seq-inbox-opt
Tristan-Wilson f3cfc60
fix: backward compatible maxTimeVariation
gzeoneth 1fd0958
Formatting
yahgwai ab6855c
Updated tests
yahgwai a8f206b
Merge pull request #106 from OffchainLabs/g-patch-1
yahgwai 2dda137
Update src/bridge/ISequencerInbox.sol
yahgwai e728f1f
Updated gas refunder to account for proxy usage
yahgwai 1c6a328
Formatting
yahgwai 0b7dc82
Moved calldata words inside
yahgwai 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 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 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 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 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 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 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 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 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.
should we include setSequencerInbox in here too?
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.
Yeh, I thinkn that makes sense, will update.