You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@guidanoli proposed to use a type-safe way to encode function calls (see here), which is already adopted in branch feature/blockchain-agnostic-inputs.
Since this new feature abi.encodeCall was introduced in 0.8.11 and bug fixed in 0.8.13 (ref), we'll upgrade solidity to pragma solidity ^0.8.13;
The text was updated successfully, but these errors were encountered:
Actually, now v2 will not trigger a redeployment of all contracts.
Therefore, let's only fix this by the end of v2, only for the contracts that were changed.
@guidanoli proposed to use a type-safe way to encode function calls (see here), which is already adopted in branch
feature/blockchain-agnostic-inputs
.Since this new feature
abi.encodeCall
was introduced in 0.8.11 and bug fixed in 0.8.13 (ref), we'll upgrade solidity topragma solidity ^0.8.13;
The text was updated successfully, but these errors were encountered: