Conversation
This commit includes the deletion of a bunch of dead code after #10106 has been merged. There is no need to maintain a bunch of custom go code to generate the L2 genesis anymore, all of that is handled directly in solidity.
WalkthroughWalkthroughThe recent updates focus on refining the configuration and operational aspects of the Ethereum-based system. Key changes include the removal of certain configurations and imports, enhancements in genesis block setup for precompile addresses, and adjustments in end-to-end testing utilities. These modifications streamline operations, enhance testing frameworks, and adjust the handling of precompile balances and cryptographic operations. Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files selected for processing (5)
Additional comments not posted (8)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
|
After this PR is merged, we will be able to delete all of the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10266 +/- ##
============================================
+ Coverage 42.40% 82.29% +39.89%
============================================
Files 73 10 -63
Lines 4830 1073 -3757
Branches 766 0 -766
============================================
- Hits 2048 883 -1165
+ Misses 2676 159 -2517
+ Partials 106 31 -75
Flags with carried forward coverage won't be shown. Click here to find out more. |
refcell
left a comment
There was a problem hiding this comment.
Small nit but not a blocker
Co-authored-by: refcell <abigger87@gmail.com>
Description
This commit includes the deletion of a bunch of dead code
after #10106
has been merged. There is no need to maintain a bunch of custom
go code to generate the L2 genesis anymore, all of that is handled
directly in solidity.