Skip to content

Support Solidity v0.8.11 and below #10

@PaulRBerg

Description

@PaulRBerg

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort: lowEasy or tiny task that takes less than a day.priority: 3Nice-to-have. Willing to ship without this.type: featureNew feature or request.work: clearSense-categorize-respond. The relationship between cause and effect is clear.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions