ensdomains / ensjs-v2

Javascript bindings for the Ethereum Name Service
208 stars 122 forks source link

Feature request: reverse lookup address -> name at some blockNumber/txIndex #74

Open cyrusadkisson opened 3 years ago

cyrusadkisson commented 3 years ago

I'd like to be able to reverse lookup some address to some ENS name at some point in the past, not what it is right now.

Is this possible? Doesn't seem like any of the JS libraries support this.

(And really, it should be blockNumber+txIndex since state can change within a block.)