0.13.0 (2020-06-08)
- invalid JSON RPC internal error code (#271)
- incorrect behaviour on undefined data in
handleAbciResponseError
(#265)
- actualize drive env variables (#270)
- previously internal errors were respond with wrong error code
-32602
(invalid argument). The error code is changed to-32603
(internal error). - see DPP breaking changes
0.12.0 (2020-04-18)
- in case of
Timed out waiting for tx to be included in a block
DAPI responds with Internal error (#258)
- remove Platform JSON RPC endpoints (#256)
- rename
TENDERMINT_CORE_...
envs toTENDERMINT_RPC_...
(98c6ad0) - remove rate limiter errors (#254)
- 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)
fetchDocuments
,fetchDataContract
,fetchIdentity
,applyStateTransition
JSON RPC endpoints are removed. Use gRPC analogues.- rename
TENDERMINT_CORE_...
envs toTENDERMINT_RPC_...
- see DPP breaking changes
0.11.1 (2020-03-17)
- throw correct JSON RPC error on invalid Insight params (#252, 52b1276)
0.11.0 (2020-03-09)
- 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)
- remove insecure API endpoints and code (11b3df3)
- introduce
generateToAddress
endpoint (3a2f497) - upgrade DPP to 0.11 (3b36078)
- 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