-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
fix(ctb): Loosen re-prove requirements in the OptimismPortal
#4866
Conversation
🦋 Changeset detectedLatest commit: 4047259 The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
…output root at the prior index
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #4866 +/- ##
===========================================
- Coverage 39.78% 39.05% -0.74%
===========================================
Files 321 300 -21
Lines 19292 18663 -629
Branches 761 646 -115
===========================================
- Hits 7676 7288 -388
+ Misses 11046 10803 -243
- Partials 570 572 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Overview
Loosens the requirements to re-prove a withdrawal transaction in the
OptimismPortal
Tests
Existing coverage for this change (output changed at same
l2OutputIndex
):test_proveWithdrawalTransaction_replayProveChangedOutputRoot_succeeds
New tests for re-proving under a different
l2OutputIndex
:test_proveWithdrawalTransaction_replayProveChangedOutputRootAndOutputIndex_succeeds
Metadata
Fixes CLI-3332