Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @maurelian and the rest of your teammates on |
WalkthroughThe recent updates aim to enhance the functionality and security of the Safe contracts in the Bedrock package. These changes include the introduction of 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 (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10537 +/- ##
============================================
- Coverage 42.35% 29.22% -13.13%
============================================
Files 73 31 -42
Lines 4838 2898 -1940
Branches 766 614 -152
============================================
- Hits 2049 847 -1202
+ Misses 2681 1976 -705
+ Partials 108 75 -33
Flags with carried forward coverage won't be shown. Click here to find out more. |
39b3aad to
93d1655
Compare
070c141 to
93d1655
Compare
Merge activity
|

Description
Implemented a new feature allowing the
saltNoncein theSafeTestToolscontracts to be overriden, preventing create2 collisions.This was necessary to address an issue in the LivenessGuard tests which seems to have suddenly started occurring.