Skip to content
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

Merged
merged 22 commits into from
Nov 10, 2023
Merged

Graduate to yarn 4 🧶 #2899

merged 22 commits into from
Nov 10, 2023

Conversation

yorhodes
Copy link
Collaborator

@yorhodes yorhodes commented Nov 7, 2023

Description

  • Updates yarn version to 4.0

Drive-by changes

Related issues

Backward compatibility

Testing

Copy link

codecov bot commented Nov 9, 2023

Codecov Report

Merging #2899 (fe52a78) into v3 (87796e2) will not change coverage.
The diff coverage is 0.00%.

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           
Components Coverage Δ
core 50.00% <ø> (ø)
hooks 71.42% <ø> (ø)
isms 71.22% <ø> (ø)
token 58.41% <ø> (ø)
middlewares 81.46% <ø> (ø)

{
function _getConfiguredHook(
bytes calldata message
) internal view virtual returns (IPostDispatchHook hook) {

Check notice

Code scanning / Slither

Local variable shadowing

DomainRoutingHook._getConfiguredHook(bytes).hook (contracts/hooks/routing/DomainRoutingHook.sol#92) shadows: - MailboxClient.hook (contracts/client/MailboxClient.sol#21) (state variable)
DomainRoutingHook(mailbox, owner)
{}
constructor(
address mailbox,

Check notice

Code scanning / Slither

Local variable shadowing

DestinationRecipientRoutingHook.constructor(address,address).mailbox (contracts/hooks/routing/DestinationRecipientRoutingHook.sol#27) shadows: - MailboxClient.mailbox (contracts/client/MailboxClient.sol#17) (state variable)
returns (IInterchainSecurityModule)
{
function recipientIsm(
address _recipient

Check notice

Code scanning / Slither

Missing zero address validation

Mailbox.recipientIsm(address)._recipient (contracts/Mailbox.sol#394) lacks a zero-check on : - (success,returnData) = _recipient.staticcall(abi.encodeCall(ISpecifiesInterchainSecurityModule.interchainSecurityModule,())) (contracts/Mailbox.sol#397-402)
@yorhodes yorhodes enabled auto-merge (squash) November 10, 2023 18:34
@yorhodes yorhodes merged commit b14f997 into v3 Nov 10, 2023
24 of 25 checks passed
@yorhodes yorhodes deleted the yarn-upgrade branch November 10, 2023 22:32
@yorhodes yorhodes mentioned this pull request Nov 16, 2023
yorhodes pushed a commit that referenced this pull request Jan 3, 2024
### 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants