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
14 stars 3 forks source link

[SPIKE] Primary name during registration with offchain resolver #149

Closed pikonha closed 3 months ago

pikonha commented 3 months ago

Feature Request

Research why the domain registering with the Database Resolver requires two different transactions on layer 1 for the domain to be considered the primary name of a wallet.

Describe Preferred Solution

The primary name setting should only require a single transaction as long as the setName function doesn't revert.

Architecture Diagram

QA Replication steps