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

DAPI Client v0.15.0

Compare
Choose a tag to compare
@shumkov shumkov released this 04 Sep 08:24
· 122 commits to master since this release
e04a276

Bug Fixes

  • internal error when submitting fromBlockHeight as 0 to subscribeToTransactionsWithProofs (#174)

Features

  • retry request on UNIMPLEMENTED error (#185)
  • update DAPI gRPC to 0.15 (#179, #186)
  • remove getUTXO and getAddressSummary core methods (#178)
  • rename sendTransaction and applyStateTransition (#175)

BREAKING CHANGES

  • broadcastTransaction and broadcastStatTransition gRPC method names are using instead of sendTransaction and applyStateTransition
  • getUTXO and getAddressSummary core methods are removed
  • see DAPI gRPC breaking changes