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

Subdomain expire date being 0 #184

Open pikonha opened 1 week ago

pikonha commented 1 week ago

Bug Report

Current behavior

Subdomain's expire date is being returned as 0.

Expected behavior

Return the parent's expire date.

Steps to reproduce

  1. Create a subdomain using the DatabaseResolver
  2. Query it on the Metadata API
pikonha commented 2 days ago

What's the expected behavior? what should be the expiration of a domain stored on a database?