-
-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: relax check for statically sized calldata (#3090)
a37bbbc introduced per-method calldatasize checks. however, for the case where calldata is statically sized (in the ABI sense), this check is too strict, since users might want to append extra bytes to the calldata and manipulate msg.data directly for some application-level reasons.
- Loading branch information
1 parent
be2b7f4
commit 593c88f
Showing
2 changed files
with
4 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters