Closed
Description
Referencing this PR #3025 as @axic had mentioned In 0.8.0
version of solidity the account.code.length
syntax is supported, but the compiler does not have the shortcut implemented. This means it will first extcodecopy
the entire target contract and measure size afterwards.
Following the guidelines with pragma version in OZ, my recommendation would be to create a new PR to update the pragma to ^0.8.1
cc @Amxx
Metadata
Metadata
Assignees
Labels
No labels
Activity