-
Notifications
You must be signed in to change notification settings - Fork 470
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
TestArbos11To32Upgrade #2837
TestArbos11To32Upgrade #2837
Conversation
bdc48f7
to
4598b50
Compare
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.
There are tons of other changes in the contracts. Maybe the branch you chose as a base wasn't the correct one?
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.
nitro-contracts/pre-bold was branched off nitro-contracts/main.
There were some changes introduced in nitro-contracts/main that were not included in nitro's contracts submodule, these are the changes in the contracts that you are observing.
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2837 +/- ##
==========================================
- Coverage 22.60% 22.53% -0.07%
==========================================
Files 269 269
Lines 39696 39696
==========================================
- Hits 8974 8947 -27
- Misses 29248 29272 +24
- Partials 1474 1477 +3 |
Resolves NIT-2975
Adds a test which guarantees that there is no problem if a transaction that executes an instruction like mcopy, that is available in ArbOS 32 but not in ArbOS 11, is included in the same block that the ArbOS 11 to 32 upgrade happens.
Depends on OffchainLabs/nitro-contracts#284