Releases: unstoppabledomains/resolution-java
Releases · unstoppabledomains/resolution-java
v1.13.2
Removed Jakson library in favor of gson
V1.13.1
- Fixed Jackson deserialization of private properties issue
v1.13.0
- 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
- Remove dependency 'org.apache.commons:commons-math3:3.6.1'
- Added linter to make sure there is no unused dependencies.
v1.12.0
- 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
updated version
v1.10.0
- 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
- Added ability to instantly check a domain according to naming service rules for valid domain names
v1.9.0
- 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
- Solve issue with recent etherium node update
- Moved to use ProxyReader contract instead of direct communication with Registry/Resolver contracts