-
Notifications
You must be signed in to change notification settings - Fork 102
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
release: 1.1.0 #57
Merged
release: 1.1.0 #57
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
chore: merge from main to develop
Include L1 gas charges in L3 batch posting reports
Include the current data cost in the init message
feat: outbox postUpgradeInit
feat: allow rollup update
yahgwai
previously approved these changes
Oct 25, 2023
chore: version bump 1.1.0
gvladika
approved these changes
Oct 26, 2023
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.
lgtm
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.
What's Changed
This release should have no storage change except for
L2ToL1Context
where an additional field is packed to the struct.Outbox.postUpgradeInit must be called during the upgrade to 1.1.0 to set the new default context.
Update RollupEventInbox.sol #21
Include L1 gas charges in L3 batch posting reports #26
Include the current data cost in the init message #27
Track L1 gas separately from basefee in batch posting report #28
Add additional redeem checks to mock Simple.sol #30
adding deployment script #16
updating rollup created event #34
fix: remove uniswapCreateRetryableTicket #35
feat: setting validators and batch poster in rollup creation #37
check for empty validator set and zero address for batch poster #39
Use L2 block number for keyset info if applicable #47
Add getL1RewardRate and getL1RewardRecipient methods to ArbGasInfo interface #44
add rectifyChainOwner function and ChainOwnerRectified event to ArbOwnerPublic #46
feat: configurable maxDataSize #58
The above changes are audited as part of Oct BOLD review. There are a few additional changes
add getL2BlockRangeForL1 function to NodeInterface #62
Add functions to read and write brotli compression level for fast compression #63
Add gas refunder contract to nitro contracts #66
Add sha256 preimage support #50
Fix verification of contracts after deployment #79
Update salt used for creating new rollups #80
feat: outbox postUpgradeInit #82
feat: allow rollup update #83
Also including
which is audited separately, with a few audit fixes