You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
ENS has 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. The feature is already used by Coinbase for cb.id and Lens for their lens profile integration.
We'd love to see ethers-rs 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!
The text was updated successfully, but these errors were encountered:
ENS has 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. The feature is already used by Coinbase for cb.id and Lens for their lens profile integration.
We'd love to see ethers-rs 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!
The text was updated successfully, but these errors were encountered: