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.17.0 (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Dec 30, 2020
1 parent 3f99bdf commit 85ddf2d
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 38 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
# [0.17.0](https://github.com/dashevo/dapi/compare/v0.16.2...v0.17.0) (2020-12-30)


### Features

* provide state tree proofs ([#323](https://github.com/dashevo/dapi/issues/323))
* add instant send locks to the transaction stream ([#318](https://github.com/dashevo/dapi/issues/318), [#327](https://github.com/dashevo/dapi/issues/327))
* use new drive response format ([#316](https://github.com/dashevo/dapi/issues/316))
* update dashcore-lib to 0.19.5 ([#312](https://github.com/dashevo/dapi/issues/312))


### Bug Fixes

* internal error if state transaction was broadcasted twice ([#328](https://github.com/dashevo/dapi/issues/328))



## [0.16.2](https://github.com/dashevo/dapi/compare/v0.16.1...v0.16.2) (2020-12-21)


### Bug Fixes

* crash in dapi-tx-filter-stream "can't read property trim() of undefined"



## [0.16.1](https://github.com/dashevo/dapi/compare/v0.16.0...v0.16.1) (2020-11-16)


### Bug Fixes

* `count too big` being thrown in `subscribeToTransactionsWithProofsHandler` ([#315](https://github.com/dashevo/dapi/issues/315))



# [0.16.0](https://github.com/dashevo/dapi/compare/v0.15.0...v0.16.0) (2020-10-27)


Expand Down
53 changes: 20 additions & 33 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi",
"version": "0.17.0-dev.8",
"version": "0.17.0",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"all": true
},
"dependencies": {
"@dashevo/dapi-grpc": "~0.17.0-dev.1",
"@dashevo/dashcore-lib": "~0.19.11",
"@dashevo/dapi-grpc": "~0.17.0",
"@dashevo/dashcore-lib": "~0.19.18",
"@dashevo/dashd-rpc": "^2.0.2",
"@dashevo/grpc-common": "~0.3.2",
"ajv": "^6.4.0",
Expand All @@ -48,9 +48,9 @@
"zeromq": "^5.2.0"
},
"devDependencies": {
"@dashevo/dapi-client": "~0.17.0-dev.3",
"@dashevo/dapi-client": "~0.17.0",
"@dashevo/dp-services-ctl": "~0.14.0",
"@dashevo/dpp": "~0.17.0-dev.5",
"@dashevo/dpp": "~0.17.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
Expand Down

0 comments on commit 85ddf2d

Please sign in to comment.