Support Solidity v0.8.11 and below #10
Labels
effort: low
Easy or tiny task that takes less than a day.
priority: 3
Nice-to-have. Willing to ship without this.
type: feature
New feature or request.
work: clear
Sense-categorize-respond. The relationship between cause and effect is clear.
We're using
abi.encodeCall
, which was introduced in Solidity v0.8.11.We have to use v0.8.12 because v0.8.11 had a bug and
ContractName.function
syntax wasn't supported.Anyway, the fix is to use the lower-level
abi.encodeWithSelector
.See:
The text was updated successfully, but these errors were encountered: