Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

JS SDK v3.14.0

Compare
Choose a tag to compare
@shumkov shumkov released this 23 Jul 17:59
· 159 commits to master since this release
98b93a1

Features

  • implement DPNS methods (#92)
  • TypeScript compilation without webpack (#97, #107)
  • integrate with new DAPI Client and Wallet transport (#105, #110)
  • update DPP to 0.14.0 (#112)
  • use test-suite to run platform tests (#106)

Documentation

  • update documentation and definitions files (#99

BREAKING CHANGES

  • seeds option now is an array of DAPI addresses, that can be represented as a string, plan JS object (host, httpPort, grpcPort) or DAPIAddress instance
  • see DPP v0.14 breaking changes
  • client.platform.names.get method has been removed in favor of client.platform.names.resolve