Skip to content

Null labelName for many subdomains #62

@graemecode

Description

@graemecode

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.

let label = ens.nameByHash(event.params.label.toHexString())
if (label != null) {
domain.labelName = label
}

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions