Add web3domain support which includes ENS domain resolution
Add GetAddr, ReverseOf API
Remove default RPC urls, Allow initialized with UD partner key
- Update supported keys in
keys.go
- Update config to use Infura
- Deprecate
AllRecords
method
- Use default networks for UnsBuilder
- Update config to use Alchemy
- Update tests from Rinkeby to Goerli
- Update resolver-keys
- L2 support
- Add Locations method
- Add Namehash method
- Add UNS support
- Replaces resolution.NewCnsBuilder() with resolution.NewUnsBuilder()
- Add UNS testnet support with UnsBuilder.SetEthereumNetwork() method
- Add Unhash method
- Add TokenURIMetadata getter
- isSupportedDomain() now makes network call
- Initial release