Remove L1 contracts from L2 state dump process#1445
Remove L1 contracts from L2 state dump process#1445smartcontracts merged 1 commit intoethereum-optimism:developfrom neelriyer:remove-l1-contracts-from-l2-state-dump-process
Conversation
🦋 Changeset detectedLatest commit: 7f7f35c The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
|
Nice. For some context, we used to use this as our L1 and L2 deployment script but have since moved to using hardhat-deploy for L1. Super useful PR! |
|
@smartcontracts thanks for your help! You made this PR super easy. I noticed that there are 3 workflows awaiting approval, do you need anything from me to get those done? |
|
Hey @spiyer99, could you add a patch changeset for the contracts package using |
Codecov Report
@@ Coverage Diff @@
## develop #1445 +/- ##
========================================
Coverage 76.47% 76.47%
========================================
Files 81 81
Lines 3018 3018
Branches 463 463
========================================
Hits 2308 2308
Misses 710 710
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
Sure @tynes, will do. I'll reply here when I'm done. |
|
@tynes, I added a patch changeset for the contracts package and squashed the commits into a single commit using the message you specified earlier. Hopefully I've done this correctly. Happy to change things if I've messed up somewhere. |
|
Looking good! Could you just rebase this on top of the latest version of |
|
|
|
Thanks for the help @smartcontracts! |
There was a problem hiding this comment.
Whoops my apologies, this contract should actually still be included.
There was a problem hiding this comment.
@smartcontracts no worries, I included the contract in the latest commit.
|
Hey! Sorry for the delay here. Would you mind rebasing one more time so we can get this baby merged? Thank you! |
|
@smartcontracts just rebased it. Let me know if there are any more issues. Also, how else could I help out here? |
|
Merged! Great job here @spiyer99. If you're looking for an easy issue to tackle, we need to remove this code from the Please make this change against the |
@smartcontracts thanks for merging the PR! Happy to work on the issue mentioned above. Should I create a formal issue before submitting a PR? |
Description
Removes the l1 only contracts from the deployment configuration since these are not actually deployed using this configuration.
Additional context
Doesn’t change too much. This is my first commit to this repo.
Metadata