Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Adding interface to reverse registrar #336

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Amxx
Copy link

@Amxx Amxx commented Dec 22, 2019

With solidity 0.6.0 introducing breaking changes, it is not possible for smart contract using solidity 0.6.0 to import contract sources using ^0.5.0 such as those in this repository.

A solution is to, rather then importing the actual source, rely on an interface with pragma >=0.4.24 such as ENS.sol. However, there isn't such an interface for the reverse registrar.

This PR solves this by adding such an interface that can be imported by smart contract using ^0.5.0 of ^0.6.0

interaction between 0.6.0 smart contracts and the reverse registrar
@Arachnid
Copy link
Member

Arachnid commented Jan 5, 2020

Thanks for this! Are you able to rename to ReverseRegistrar/ReverseRegistrarImplementation instead, though?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants