This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
Releases: dashevo/dapi
Releases · dashevo/dapi
DAPI v0.13.0-dev.2
chore: bump version to 0.13.0-dev.2 (#272)
DAPI v0.12.0
Bug Fixes
- in case of
Timed out waiting for tx to be included in a block
DAPI responds with Internal error (#258)
Code Refactoring
- remove Platform JSON RPC endpoints (#256)
- rename
TENDERMINT_CORE_...
envs toTENDERMINT_RPC_...
(98c6ad0) - remove rate limiter errors (#254)
Features
- handle insufficient funds ABCI error (#257)
- update deploy script to tag image for every Semver segment (#260)
- update according to merge of Drive and Machine (#255, #259)
BREAKING CHANGES
fetchDocuments
,fetchDataContract
,fetchIdentity
,applyStateTransition
JSON RPC endpoints are removed. Use gRPC analogues.- rename
TENDERMINT_CORE_...
envs toTENDERMINT_RPC_...
- see DPP breaking changes
DAPI v0.12.0-dev.2
chore: bump version to 0.12.0-dev.2
DAPI v0.11.1
DAPI v0.11.0
- Core gRPC service is not initialized (86dff35)
- load .env at correct time for tx-filter-stream (7b091e0)
- prevent to update dependencies with major version
0
to minor versions (ea7de93) - handle errors in
getTransaction
endpoints (e0d36ae) - handle errors in
sendTransaction
endpoint (cd2e6c8) - handle errors in
getBlock
endpoint (6d474b4) - handle rate, time and resource limit ABCI errors (4c979a3)
- handle Tendermint errors in applyStateTransition (f8764e9)
- "not found" instead of "invalid argument" in gRPC endpoints (126c929)
Features
- remove insecure API endpoints and code (11b3df3)
- introduce
generateToAddress
endpoint (3a2f497) - upgrade DPP to 0.11 (3b36078)
Tests
BREAKING CHANGES
- A ton of insecure endpoints were removed so it's easier to list what left.
- JSON RPC (deprecated)
generateToAddress
getAddressSummary
getBestBlockHash
getBlockHash
getMnListDiff
getUTXO
- Core gRPC
subscribeToTransactionsWithProofs
getBlock
getStatus
getTransaction
sendTransaction
- Platform gRPC
applyStateTransition
getDataContract
getDocuments
getIdentity
- JSON RPC (deprecated)
- see DPP breaking changes
v0.10.0-dev.9
tests: fix functional tests
0.10.0-dev.7
feat: introduce `generateToAddress` endpoint BREAKING CHANGE: Removed unsupported `generate` endpoint Co-authored-by: Djavid Gabibiyan <djavidoff@gmail.com>
0.10.0-dev.5
v0.10.0-dev.5 feat: handle errors in `sendTransaction` endpoint
v0.10.0-dev.4: chore: update grpc to the working version (#235)
* Update grpc to the working version * Update js-dp-services-ctl
v0.10.0-dev.3
fix: get address summary method and bump a version