blockful-io / external-resolver

This project aims to scale the Ethereum Name Service (ENS) by consolidating existing patterns and proofs of concept into a unified and production-ready codebase.
MIT License
10 stars 3 forks source link

Register domain with DNS encoded name #143

Closed pikonha closed 1 month ago

pikonha commented 1 month ago

Register domain with DNS encoded name

All Submissions:

Description

It changes the signature of the register function from function register(bytes32 node, uint32 ttl) to function register(bytes memory name, uint32 ttl) to extract more information about the domain such as:

It adds the following properties to the entities:

Related Issue

140

Changes

Changes to Core Features: