Skip to content

Stop Using Hardcoded Solidity Version for interfaces #77

@RitzyDevUK

Description

@RitzyDevUK

e.g IApproveAndCall locks the version to pragma solidity =0.7.6;

This is an interface an will break compilation for later version of solidity. There is no reason to lock the interface to the version. Only the contract should be locked to this version if its using specific features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions