ctb: Change Safe contract version to GnosisSafe v1.3.0#10515
Conversation
WalkthroughWalkthroughThe updates across the Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files ignored due to path filters (4)
Files selected for processing (14)
Files not summarized due to errors (1)
Files skipped from review as they are similar to previous changes (12)
Additional comments not posted (3)
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 (
|
b17b675 to
2258686
Compare
This aligns with what the Security Council is running
2258686 to
39d3c00
Compare
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @maurelian and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10515 +/- ##
============================================
- Coverage 42.31% 29.22% -13.09%
============================================
Files 73 31 -42
Lines 4838 2898 -1940
Branches 766 614 -152
============================================
- Hits 2047 847 -1200
+ Misses 2682 1976 -706
+ Partials 109 75 -34
Flags with carried forward coverage won't be shown. Click here to find out more. |

Description
Reduces the safe version to 1.3.0, which matches the current SC safe.
This changes the naming from
SafetoGnosisSafe, but I have overriden the name in the imports (ie.import { GnosisSafe as Safe}in order to minimize the diff.