-
Notifications
You must be signed in to change notification settings - Fork 60
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: move system contract to contracts folder #352
Conversation
WalkthroughWalkthroughThe changes involve updates to import paths in several Solidity files, specifically adjusting the locations of Changes
Assessment against linked issues
Possibly related issues
Possibly related PRs
Tip OpenAI O1 model for chat
Recent review detailsConfiguration used: .coderabbit.yaml Files ignored due to path filters (13)
Files selected for processing (5)
Files skipped from review due to trivial changes (1)
Additional comments not posted (41)
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 using PR comments)
Other keywords and placeholders
Documentation and Community
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #352 +/- ##
==========================================
- Coverage 97.37% 91.39% -5.99%
==========================================
Files 7 8 +1
Lines 305 337 +32
Branches 98 110 +12
==========================================
+ Hits 297 308 +11
- Misses 8 29 +21 ☔ View full report in Codecov by Sentry. |
SystemContract was in test/utils folder, move it back to contracts folder to avoid confusion.
closes: #347
Summary by CodeRabbit
Chores
SystemContract.sol
file for better readability.SystemContract.sol
.New Features
GatewayZEVM
contract by centralizing functionality under the newPROTOCOL_ADDRESS
.IGatewayZEVMErrors
interface for better clarity regarding protocol interactions.These changes improve code organization and security without impacting functionality.