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 0.19.0 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Shumkov <ivan@shumkov.ru>
  • Loading branch information
jawid-h and shumkov authored May 5, 2021
1 parent 908d197 commit 9fb3beb
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#DRIVE_BRANCH=
#DASHMATE_BRANCH=
TEST_SUITE_BRANCH=update-wallet
DASHMATE_BRANCH=v0.19-dev
#TEST_SUITE_BRANCH=
#SDK_BRANCH=
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [0.19.0](https://github.com/dashevo/dapi/compare/v0.18.1...v0.19.0) (2021-05-05)


### Features

* enable Docker build npm cache ([#348](https://github.com/dashevo/dapi/issues/348))
* remove insight API ([#351](https://github.com/dashevo/dapi/issues/351), [#344](https://github.com/dashevo/dapi/issues/344), [#345](https://github.com/dashevo/dapi/issues/345), [#346](https://github.com/dashevo/dapi/issues/346), [#345](https://github.com/dashevo/dapi/issues/345), [#347](https://github.com/dashevo/dapi/issues/347), [#362](https://github.com/dashevo/dapi/issues/362))


### Bug Fixes

* error loading shared library libzmq.so.5 ([51e66f7](https://github.com/dashevo/dapi/commit/51e66f76c9fbdecef000fc6acd5d2ab5dd20f01d))


### BREAKING CHANGES

* `getStatus` response format is changed and is not compatible with older version



# [0.18.1](https://github.com/dashevo/dapi/compare/v0.18.0...v0.18.1) (2021-03-08)


Expand All @@ -17,7 +37,7 @@
* replace `broadcast_tx_commit` with `broadcast_tx_sync` ([#330](https://github.com/dashevo/dapi/issues/330))


### BREAKING CHANGE
### BREAKING CHANGES

* `broadcastStateTransition` doesn't wait for state transition commit. Use `waitForStateTransitionResult` to get ST acknowledgment.

Expand Down
70 changes: 28 additions & 42 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi",
"version": "0.19.0-dev.4",
"version": "0.19.0",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down Expand Up @@ -30,10 +30,10 @@
"all": true
},
"dependencies": {
"@dashevo/dapi-grpc": "~0.19.0-dev.1",
"@dashevo/dapi-grpc": "~0.19.0",
"@dashevo/dashcore-lib": "~0.19.23",
"@dashevo/dashd-rpc": "^2.0.2",
"@dashevo/dpp": "~0.19.0-dev.4",
"@dashevo/dpp": "~0.19.1",
"@dashevo/grpc-common": "~0.3.3",
"ajv": "^6.4.0",
"bs58": "^4.0.1",
Expand All @@ -50,7 +50,7 @@
"zeromq": "5.2.0"
},
"devDependencies": {
"@dashevo/dapi-client": "~0.19.0-dev.2",
"@dashevo/dapi-client": "~0.19.1",
"@dashevo/dp-services-ctl": "github:dashevo/js-dp-services-ctl#v0.19-dev",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
Expand Down

0 comments on commit 9fb3beb

Please sign in to comment.