This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
DAPI v0.13.0
Bug Fixes
- invalid JSON RPC internal error code (#271)
- incorrect behaviour on undefined data in
handleAbciResponseError
(#265)
Features
Tests
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