fix[batch-submitter]: add same-address error#1708
fix[batch-submitter]: add same-address error#1708smartcontracts merged 5 commits intoethereum-optimism:developfrom
Conversation
🦋 Changeset detectedLatest commit: d370b07 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
|
Actually, could you make this throw an error instead of a warning ( |
|
Be sure to squash the commits into a single commit |
|
No problem, I'll change it to throw an Error. And also squash the commits. |
02a4ed4 to
c40d86e
Compare
|
It seems like the failed tests are those doing L2 => L1 actions. I'm guessing the reason is that the optimism/ops/docker-compose.yml Lines 116 to 132 in c17a73b I can modify the docker files so that sequencer and proposer use different addresses. Sounds reasonable? (I ran the integration tests locally and all the tests passed if we specify another address for the proposer.) |
c40d86e to
e84c502
Compare
|
Great catch @0xYYY. Running CI again... |
|
@0xYYY Could you just rebase this on top of the latest develop? Should be good to go once that's done. Thank you! |
e84c502 to
3e6ad45
Compare
3e6ad45 to
526d7e5
Compare
|
@smartcontracts I have rebased this to the latest |
Codecov Report
@@ Coverage Diff @@
## develop #1708 +/- ##
========================================
Coverage 71.81% 71.81%
========================================
Files 69 69
Lines 2303 2303
Branches 344 344
========================================
Hits 1654 1654
Misses 649 649
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
@smartcontracts rebased to the latest |
|
Thank you! |
|
Send me an ETH address and I'll send you a hand-drawn contributor NFT :-) |
|
Thanks for the guidance on my first PR to Optimism! |
Description
Add a warning when proposer and sequencer have the same address.
Metadata