ensdomains / ens-subgraph

ENS data source for The Graph
162 stars 157 forks source link

Null labelName for many subdomains #62

Open graemecode opened 1 year ago

graemecode commented 1 year ago

Hi there,

I was investigating the issue with the labelName being null for some subdomains and I came across the code responsible in the ensRegistry.ts file. It appears to be happening in lines 53 to 56 in the fbddf98 version.

https://github.com/ensdomains/ens-subgraph/blob/fbddf98ff3289684d306ef6232452524fee7dae9/src/ensRegistry.ts#L53-L56

I was wondering if this is a known issue and if there is anything that can be done to fix it. I've included some examples below.

Please let me know if you have any thoughts or insights on this matter.

Examples

LabelName is null

Screen Shot 2022-12-14 at 10 51 42 PM

LabelName is correct

Screen Shot 2022-12-14 at 10 51 47 PM
graemecode commented 1 year ago

Perhaps this is related to this issue https://github.com/ensdomains/ens-subgraph/issues/59