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

Subdomains pagination on Metadata API #171

Open pikonha opened 2 months ago

pikonha commented 2 months ago

We should implement a pagination strategy for fetching subdomains on the Metadata API.

Replication steps

  1. register 10 subdomains
  2. call the metadata api fetching the subdomains
  3. tweak the pagination properties to see this working