-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
update op-geth to latest version with fixed BaseFee naming #8962
update op-geth to latest version with fixed BaseFee naming #8962
Conversation
WalkthroughWalkthroughThe recent changes are focused on standardizing the naming convention of certain variables within the codebase. The modifications are specifically related to the terms "basefee" and "BaseFee," ensuring that they are consistently capitalized across various variable names. This includes changes to slot names and offsets, aligning them with a uniform naming pattern that emphasizes readability and code style consistency. Changes
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 (
|
d88457e
to
fa2906c
Compare
fa2906c
to
3876c1e
Compare
3876c1e
to
4dee578
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #8962 +/- ##
===========================================
+ Coverage 34.66% 34.70% +0.04%
===========================================
Files 165 165
Lines 7123 7123
Branches 1208 1208
===========================================
+ Hits 2469 2472 +3
+ Misses 4504 4499 -5
- Partials 150 152 +2
Flags with carried forward coverage won't be shown. Click here to find out more. |
25aefb7
Description
Updates geth to v1.101305.2-rc.2 to continue with Ecotone work.