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

Commit

Permalink
chore(release): update changelog and bump version to 0.12.0 (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Apr 18, 2020
1 parent 4741e9d commit eef520f
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 34 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [0.12.0](https://github.com/dashevo/dapi/compare/v0.11.1...v0.12.0) (2020-04-18)

### Bug Fixes

* in case of `Timed out waiting for tx to be included in a block` DAPI responds with Internal error ([#258](https://github.com/dashevo/dapi/issues/258))

### Code Refactoring

* remove Platform JSON RPC endpoints ([#256](https://github.com/dashevo/dapi/issues/256))
* rename `TENDERMINT_CORE_...` envs to `TENDERMINT_RPC_...` ([98c6ad0](https://github.com/dashevo/dapi/commit/98c6ad02c1f8cf2ad76f30bec052f9a1f6eac34f))
* remove rate limiter errors ([#254]((https://github.com/dashevo/dapi/issues/254)))

### Features

* handle insufficient funds ABCI error ([#257](https://github.com/dashevo/dapi/issues/257))
* update deploy script to tag image for every Semver segment ([#260](https://github.com/dashevo/dapi/issues/260))
* update according to merge of Drive and Machine ([#255](https://github.com/dashevo/dapi/issues/255), [#259](https://github.com/dashevo/dapi/issues/259))

### BREAKING CHANGES

* `fetchDocuments`, `fetchDataContract`, `fetchIdentity`, `applyStateTransition` JSON RPC endpoints are removed. Use gRPC analogues.
* rename `TENDERMINT_CORE_...` envs to `TENDERMINT_RPC_...`
* see [DPP breaking changes](https://github.com/dashevo/js-dpp/releases/tag/v0.12.0)


## [0.11.1](https://github.com/dashevo/dapi/compare/v0.11.0...v0.11.1) (2020-03-17)

### Bug Fixes
Expand Down
105 changes: 74 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi",
"version": "0.12.0-dev.3",
"version": "0.12.0",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@dashevo/dapi-grpc": "~0.12.1",
"@dashevo/dashcore-lib": "~0.18.0",
"@dashevo/dashd-rpc": "^2.0.0",
"@dashevo/dpp": "~0.12.0-dev.7",
"@dashevo/dpp": "~0.12.0",
"@dashevo/grpc-common": "~0.2.1",
"ajv": "^6.4.0",
"bs58": "^4.0.1",
Expand All @@ -49,7 +49,7 @@
"zeromq": "^5.2.0"
},
"devDependencies": {
"@dashevo/dapi-client": "~0.11.0",
"@dashevo/dapi-client": "~0.12.0-dev.1",
"@dashevo/dp-services-ctl": "dashevo/js-dp-services-ctl#v0.12-dev",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
Expand Down

0 comments on commit eef520f

Please sign in to comment.