Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

DAPI v0.13.0

Compare
Choose a tag to compare
@shumkov shumkov released this 09 Jun 09:11
· 146 commits to master since this release

Bug Fixes

  • invalid JSON RPC internal error code (#271)
  • incorrect behaviour on undefined data in handleAbciResponseError (#265)

Features

  • get identity by public key endpoints (#263, #266)

Tests

  • identity topup functional test (#268)
  • functional for validating public key uniqueness (#269)

Code Refactoring

  • actualize drive env variables (#270)

BREAKING CHANGES

  • previously internal errors were responding with wrong error code -32602 (invalid argument). The error code is changed to -32603 (internal error).
  • see DPP breaking changes