ctb: Add new OwnerRemovalFailed(string) error type to LM#10538
ctb: Add new OwnerRemovalFailed(string) error type to LM#10538
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @maurelian and the rest of your teammates on |
3be0556 to
5f3d869
Compare
32ccd7f to
f5cbadd
Compare
5f3d869 to
2ac75c0
Compare
f5cbadd to
cae0cd8
Compare
2ac75c0 to
f1d1856
Compare
cae0cd8 to
7248b95
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #10538 +/- ##
============================================
- Coverage 42.36% 29.22% -13.15%
============================================
Files 73 31 -42
Lines 4836 2898 -1938
Branches 766 614 -152
============================================
- Hits 2049 847 -1202
+ Misses 2680 1976 -704
+ Partials 107 75 -32
Flags with carried forward coverage won't be shown. Click here to find out more. |
f1d1856 to
3951864
Compare
WalkthroughWalkthroughThe changes focus on enhancing the deployment and configuration process of the Liveness Module within the contract system. Key updates include deploying and enabling the Liveness Module, ensuring the safe's threshold aligns with the module's requirements, and refining error handling. Additionally, several addresses in the deployment summary files were updated, and test setups were adjusted to reflect these changes. Changes
Recent Review DetailsConfiguration used: .coderabbit.yml Files ignored due to path filters (2)
Files selected for processing (4)
Files skipped from review as they are similar to previous changes (3)
Additional Context UsedLearnings (1)
Additional comments not posted (46)
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 (
|
3951864 to
20dcb42
Compare
Merge activity
|

Description
This PR adds error messaging functionality for failed owner removal in the
LivenessModule.Consistent with
DeputyGuardianModule, we are now using theexecTransactionFromModuleReturnData()method on the Safe contract.