Skip to content

Releases: unstoppabledomains/resolution-java

v1.13.2

30 Apr 09:15
cf8c26f
Compare
Choose a tag to compare

Removed Jakson library in favor of gson

V1.13.1

29 Apr 11:42
3e3b37e
Compare
Choose a tag to compare
  • Fixed Jackson deserialization of private properties issue

v1.13.0

26 Feb 06:54
e8f8d34
Compare
Choose a tag to compare
  • Introduce DomainResolution#getMultiChainAddress general method to fetch a ticker address from specific chain
  • Deprecate DomainResolution#getUsdt method in favor of DomainResolution#getMultiChainAddress

v1.12.1

25 Feb 01:01
df52a98
Compare
Choose a tag to compare
  • Remove dependency 'org.apache.commons:commons-math3:3.6.1'
  • Added linter to make sure there is no unused dependencies.

v1.12.0

18 Feb 04:51
eeaaa37
Compare
Choose a tag to compare
  • autoconfiguration of networkId from blockchain provider URL by making a net_version call to the provider.

Usage

// Connect Cns service to rinkeby network via infura provider.
DomainResolution resolution = Resolution.builder()
    .providerUrl(NamingServiceType.CNS, "https://rinkeby.infura.io/v3/e0c0cb9d12c440a29379df066de587e6")
    .build()

v1.11.0

16 Feb 19:14
Compare
Choose a tag to compare
updated version

v1.10.0

28 Jan 20:31
Compare
Choose a tag to compare
  • Fixed missing information on NamingServiceException thrown from ZNS
  • Introduced IProvider interface -- implement it in order to get full control over HTTP requests to blockchain provider
  • Moved Lombok dependency to compileOnly group

Release v1.9.1

11 Jan 13:55
Compare
Choose a tag to compare
  • Added ability to instantly check a domain according to naming service rules for valid domain names

v1.9.0

06 Jan 17:50
Compare
Choose a tag to compare
  • Introduced Resolution#dns method to query dns records from .crypto domains
  • Introduced Resolution#usdt method to query usdt address of different chains such as tron, omni, eos and erc20

v1.8.1

07 Dec 22:15
Compare
Choose a tag to compare
  • Solve issue with recent etherium node update
  • Moved to use ProxyReader contract instead of direct communication with Registry/Resolver contracts