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.
The register function used to issue new subdomains should receive an array of encoded function calls that are meant to change the records of the given domain during the register phase.
Describe Preferred Solution
The function signature should be like follows:
function register(bytes memory name, uint32 ttl, address owner, bytes[] calldata data ) external view;
Feature Request
The
register
function used to issue new subdomains should receive an array of encoded function calls that are meant to change the records of the given domain during the register phase.Describe Preferred Solution
The function signature should be like follows:
Architecture Diagram
QA Replication steps