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
15
stars
3
forks
source link
Offchain resolver `namewrapper` based interface #225
[X] Have you followed the guidelines in our Contributing document?
[X] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Description
The register function described by the Offchain Resolver interface should have the parentNode as the first argument to enable subdomain registration for any given 2LD.
Related Issue
220
Changes
[X] New feature implementation
[ ] Bug fix
[ ] Code refactoring
[ ] Documentation update
[ ] Other (please specify)
Changes to Core Features:
[X] Have you added an explanation of what your changes do and why you'd like us to include them?
[ ] Have you written new tests for your core changes, as applicable?
[X] Have you successfully run tests with your changes locally?
Offchain resolver
namewrapper
based interfaceAll Submissions:
Description
The
register
function described by the Offchain Resolver interface should have theparentNode
as the first argument to enable subdomain registration for any given 2LD.Related Issue
220
Changes
Changes to Core Features:
Additional Notes