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.
haven't really found any usage of this on mainnet/sepolia, and it is taking a bit longer than expected to accomplish this. that said, I'm gonna deprioritize this in favor of #221
Feature Request
Since ENS doesn't have the concept of reserved keys on the
texts
table, we need to decouple theABI
from thetexts
table.Describe Preferred Solution
ABI
tableABI
reserved key from thetexts
databasesetABI
calls to the newly created tableQA Replication steps
techno.eth
)ABIResolver
interface: