ethers-io / ethers-ens

Deprecated; please see `@ethersproject/cli` instead
https://github.com/ethers-io/ethers.js/tree/ethers-v5-beta/packages/cli
48 stars 15 forks source link

Move most safety checks into the library #2

Closed ricmoo closed 4 years ago

ricmoo commented 7 years ago

Currently the bin/ethers-ens performs a large number of safety checks, for example:

These checks should be moved into the library (index.js) so all callers benefit from them.

This will also need to have more machine-readable errors passed back (via the Promise), and have those machine-readable errors converted back into human-readable.

ricmoo commented 4 years ago

This was never complete. In the future this may become an ancillary package, but is not a priority right now...