Conversation
WalkthroughThe changes encompass updating internal constant addresses within various Solidity files to ensure accurate assignments for proxy addresses, registry addresses, and other contract addresses, facilitating proper interactions in the blockchain network. 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 #10557 +/- ##
============================================
- 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. |
fallback owner ctb: Use deactivated flag ctb: Update snapshots
Co-authored-by: Matt Solomon <matt@mattsolomon.dev>
…lback
ctb: Disable the LivenessModule after ownership is transferred to fallback owner
This stack of pull requests is managed by Graphite. Learn more about stacking. |

In #10538 had the snapshots checks pass, even though they were not actually correct—they caused the kontrol proofs to fail. When I update snapshots locally, proofs pass again.
The reason snapshot checks incorrectly passed in that PR is because they only looked for diffs in the
snapshotsfolder, but the kontrol snapshots are in a different folder. This PR fix that by updating thecheck-snapshots.shscript to also look at thetest/kontrolfolder