svanas / delphereum

web3 implementation for the Delphi programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for new ENS features

makoto opened this issue · comments

ENS has recently added new functionality in the form of two major upgrades:

Wildcard resolution (ENSIP 10) makes it possible to define wildcard subdomains, so that one resolver can provide records for all subdomains of a name.
CCIP Read (EIP 3668) makes it possible for names to be resolved using offchain data.
The combination of these two features mean it's now possible to have ENS names that are stored on L2s or on other offchain data stores such as private databases. Please refer to our doc for more detail.

We'd love to see delphereum support this new functionality (and note, EIP 3668 applies to contract interactions more generally) - please let us know if there's anything we can do to facilitate getting it added!