-
Notifications
You must be signed in to change notification settings - Fork 407
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
Graduate to yarn 4 🧶 #2899
Graduate to yarn 4 🧶 #2899
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## v3 #2899 +/- ##
=======================================
Coverage 68.04% 68.04%
=======================================
Files 99 99
Lines 1017 1017
Branches 106 106
=======================================
Hits 692 692
Misses 286 286
Partials 39 39
|
{ | ||
function _getConfiguredHook( | ||
bytes calldata message | ||
) internal view virtual returns (IPostDispatchHook hook) { |
Check notice
Code scanning / Slither
Local variable shadowing
DomainRoutingHook(mailbox, owner) | ||
{} | ||
constructor( | ||
address mailbox, |
Check notice
Code scanning / Slither
Local variable shadowing
returns (IInterchainSecurityModule) | ||
{ | ||
function recipientIsm( | ||
address _recipient |
Check notice
Code scanning / Slither
Missing zero address validation
### Description In #2899 we upgraded to OZ 4.9.3 which changed the bytecode of proxy. This change adds another constant as a valid proxy bytecode.
Description
Drive-by changes
Related issues
Backward compatibility
Testing