Releases: unstoppabledomains/resolution-swift
Releases · unstoppabledomains/resolution-swift
v 0.3.0
-
Customizing naming services
Version 0.3.0 introduced theConfigurations
struct that is used for configuring each connected naming service.
Library can offer three naming services at the moment:cns
resolves.crypto
domains,ens
resolves.eth
domains,zns
resolves.zil
domains
By default, each of them is using the mainnet network via infura provider.
Unstoppable domains are using the infura key with no restriction for CNS.
Unstoppable domains recommends setting up your own provider for ENS, as we don't guarantee ENS Infura key availability.
You can update each naming service separately
- Update keys (#30) via @JohnnyJumper
- Change ABI codec dependency (#31) via @merenkoff
v. 0.2.0
- Added correct initialization of Resolution object if
rinkeby
test network used(#27) via @merenkoff - Dns records support (#25) via @JohnnyJumper
- Resolution#usdt (#26) via @JohnnyJumper
- CNS supports both
mainnet
andrinkeby
from network-config.json file (#23) via @rommex - BadRequestOrResponse is Handled (#21) via @rommex
- Proxy reader 2 0 support (#22) via @rommex