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.15 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Sep 4, 2020
1 parent 5a1bd0e commit c253847
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 16 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [0.15.0](https://github.com/dashevo/dapi/compare/v0.14.0...v0.15.0) (2020-09-04)


### Features

* update to DAPI gRPC 0.15 ([#298](https://github.com/dashevo/dapi/issues/298))
* remove getUTXO & getAddressSummary rpc methods ([#292](https://github.com/dashevo/dapi/issues/292), [#293](https://github.com/dashevo/dapi/issues/293))
* rename sendTransaction and applyStateTransition to broadcast ([#287](https://github.com/dashevo/dapi/pull/287))


### BREAKING CHANGES

* `broadcastTransaction` and `broadcastStatTransition` gRPC method names are using instead of `sendTransaction` and `applyStateTransition`
* TxFilterStream `subscribeToTransactionsWithProofs` endpoint uses `Core` gRPC service
* see [DAPI gRPC breaking changes](https://github.com/dashevo/dapi-grpc/releases/tag/v0.15.0)



# [0.14.0](https://github.com/dashevo/dapi/compare/v0.13.0...v0.14.0) (2020-07-23)

### Bug Fixes
Expand Down
24 changes: 12 additions & 12 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.15.0-dev.6",
"version": "0.15.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.15.0-dev.4",
"@dashevo/dapi-grpc": "~0.15.0",
"@dashevo/dashcore-lib": "~0.18.12",
"@dashevo/dashd-rpc": "^2.0.0",
"@dashevo/dpp": "~0.15.0-dev.7",
"@dashevo/dpp": "~0.15.0",
"@dashevo/grpc-common": "~0.3.0",
"ajv": "^6.4.0",
"bs58": "^4.0.1",
Expand All @@ -49,7 +49,7 @@
"zeromq": "^5.2.0"
},
"devDependencies": {
"@dashevo/dapi-client": "~0.15.0-dev.5",
"@dashevo/dapi-client": "~0.15.0",
"@dashevo/dp-services-ctl": "~0.14.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
Expand Down

0 comments on commit c253847

Please sign in to comment.