Skip to content

Releases: unstoppabledomains/resolution-java

v1.8.0

13 Nov 10:52
Compare
Choose a tag to compare

#22 Replaced Resolution constructor with a configurable builder;
#22 Introduced DomainResolution interface;
#23 Replaced deprecated APIs;
#22 Updated network-config;
#22 Code cleanup;
#22 Fixed response handling from infura.io to align with a new format.

External network config usage

28 Oct 19:44
Compare
Choose a tag to compare

This release contains:

  • plugged-in network config file with contracts;
  • code cleanup.

Deprecated Resolution methods

26 Oct 21:58
Compare
Choose a tag to compare

All of the current methods of Resolution.java class were deprecated as we are moving to a more java friendly style.
Each of the functions has been re-added with a get prefix so that Resolution#namehash becomes Resolution#getNamehash and etc.

the old ones will be removed in the next releases.

Ens support

26 Oct 21:19
1a18874
Compare
Choose a tag to compare

Added basic ens support.

Code cleanups

16 Oct 14:01
Compare
Choose a tag to compare

This release contains:

  • library code cleanups.

Updated group id 'com.unstoppabledomains'

15 Oct 20:07
Compare
Choose a tag to compare
  • Fixed contract ABI reading;
  • Changed group id to 'com.unstoppabledomains'.