Feature Request
Since ENS doesn't have the concept of reserved keys on the texts table, we need to decouple the ABI from the texts table.
Describe Preferred Solution
QA Replication steps
- Create a 2LD (e.g
techno.eth)
- Set its resolver to be the database resolver
- Set a ABI record through the
ABIResolver interface:
function setABI(
bytes32 node,
uint256 contentType,
bytes calldata data
)
- Check whether this record is being correctly fetched
Feature Request
Since ENS doesn't have the concept of reserved keys on the
textstable, we need to decouple theABIfrom thetextstable.Describe Preferred Solution
ABItableABIreserved key from thetextsdatabasesetABIcalls to the newly created tableQA Replication steps
techno.eth)ABIResolverinterface: