ethjs / ethjs-ens

An Ethereum Name Service interface module built on EthJS
33 stars 24 forks source link

Throw if resolver isn't set #10

Closed danfinlay closed 7 years ago

danfinlay commented 7 years ago

Fixes #6

Also changes the wording of our error message to suggest the name is not defined, which can represent either not registered or not assigned, and so this is a breaking change.

Accidentally checked in some main-net tests that I'd written that don't fully pass, but are nice to have around, so I don't mind checking them in.