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 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawid-h authored May 5, 2021
1 parent bcec688 commit c31a2cb
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 47 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=
DAPI_BRANCH=fix-wrong-hashes
#DASHMATE_BRANCH=
#DAPI_BRANCH=
DASHMATE_BRANCH=v0.19-dev
#SDK_BRANCH=
79 changes: 48 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# [0.18.0](https://github.com/dashevo/plaform-test-suite/compare/v0.17.0...v0.18.0) (2021-03-03)
# [0.19.0](https://github.com/dashevo/platform-test-suite/compare/v0.18.0...v0.19.0) (2021-05-05)


### Features

* integrate Chain Asset Lock Proofs ([#115](https://github.com/dashevo/platform-test-suite/issues/115), [#120](https://github.com/dashevo/platform-test-suite/issues/120), [#122](https://github.com/dashevo/platform-test-suite/issues/122))
* update to new `getStatus` endpoint ([#111](https://github.com/dashevo/platform-test-suite/issues/111), [#119](https://github.com/dashevo/platform-test-suite/issues/119), [#114](https://github.com/dashevo/platform-test-suite/issues/114))
* remove fallbacks from regtest mode ([#103](https://github.com/dashevo/platform-test-suite/issues/103))
* CI with Github Actions ([#108](https://github.com/dashevo/platform-test-suite/issues/108), [#117](https://github.com/dashevo/platform-test-suite/issues/117))


### Bug Fixes

* bash script could not run mocha in github actions ([#105](https://github.com/dashevo/platform-test-suite/issues/105))



# [0.18.0](https://github.com/dashevo/platform-test-suite/compare/v0.17.0...v0.18.0) (2021-03-03)


### Features
Expand All @@ -8,34 +25,34 @@

### Bug Fixes

* identity was used in a wrong way ([f115468](https://github.com/dashevo/plaform-test-suite/commit/f1154689e5a9c451a625a77c5b8c929e118a7fc6))
* removed unused identity variable ([81f4839](https://github.com/dashevo/plaform-test-suite/commit/81f4839bc67a8fdcb0df6283dae3276a72c579d7))
* identity was used in a wrong way ([f115468](https://github.com/dashevo/platform-test-suite/commit/f1154689e5a9c451a625a77c5b8c929e118a7fc6))
* removed unused identity variable ([81f4839](https://github.com/dashevo/platform-test-suite/commit/81f4839bc67a8fdcb0df6283dae3276a72c579d7))



# [0.17.0](https://github.com/dashevo/plaform-test-suite/compare/v0.16.0...v0.17.0) (2020-12-30)
# [0.17.0](https://github.com/dashevo/platform-test-suite/compare/v0.16.0...v0.17.0) (2020-12-30)


### Features

* make test works without fallback ([#91](https://github.com/dashevo/plaform-test-suite/issues/91))
* update `dashcore-lib`, `dpp`, `wallet-lib`, `dashjs` ([#81](https://github.com/dashevo/plaform-test-suite/issues/81), [#83](https://github.com/dashevo/plaform-test-suite/issues/83), [#88](https://github.com/dashevo/plaform-test-suite/issues/88))
* identity funding double-spend tests ([#86](https://github.com/dashevo/plaform-test-suite/issues/86))
* make test works without fallback ([#91](https://github.com/dashevo/platform-test-suite/issues/91))
* update `dashcore-lib`, `dpp`, `wallet-lib`, `dashjs` ([#81](https://github.com/dashevo/platform-test-suite/issues/81), [#83](https://github.com/dashevo/platform-test-suite/issues/83), [#88](https://github.com/dashevo/platform-test-suite/issues/88))
* identity funding double-spend tests ([#86](https://github.com/dashevo/platform-test-suite/issues/86))


### Bug Fixes

* fake asset lock must be passed only for regtest ([#90](https://github.com/dashevo/plaform-test-suite/issues/90))
* invalid assertions in `Identity` functional test ([#84](https://github.com/dashevo/plaform-test-suite/issues/84))
* fake asset lock must be passed only for regtest ([#90](https://github.com/dashevo/platform-test-suite/issues/90))
* invalid assertions in `Identity` functional test ([#84](https://github.com/dashevo/platform-test-suite/issues/84))



# [0.16.0](https://github.com/dashevo/plaform-test-suite/compare/v0.15.0...v0.16.0) (2020-10-28)
# [0.16.0](https://github.com/dashevo/platform-test-suite/compare/v0.15.0...v0.16.0) (2020-10-28)


### Chore

* update to SDK 0.16 ([#77](https://github.com/dashevo/plaform-test-suite/issues/77))
* update to SDK 0.16 ([#77](https://github.com/dashevo/platform-test-suite/issues/77))


### BREAKING CHANGES
Expand All @@ -44,30 +61,30 @@



# [0.15.0](https://github.com/dashevo/plaform-test-suite/compare/v0.14.0...v0.15.0) (2020-09-04)
# [0.15.0](https://github.com/dashevo/platform-test-suite/compare/v0.14.0...v0.15.0) (2020-09-04)


### Bug Fixes

* faucet client singleton ([#70](https://github.com/dashevo/plaform-test-suite/issues/70))
* core tests were using `serialize` instead of `toBuffer` ([#66](https://github.com/dashevo/plaform-test-suite/issues/66))
* npm is not running `prepare` script as root ([#63](https://github.com/dashevo/plaform-test-suite/issues/63))
* faucet client singleton ([#70](https://github.com/dashevo/platform-test-suite/issues/70))
* core tests were using `serialize` instead of `toBuffer` ([#66](https://github.com/dashevo/platform-test-suite/issues/66))
* npm is not running `prepare` script as root ([#63](https://github.com/dashevo/platform-test-suite/issues/63))


### Features

* `wallet` e2e test ([#59](https://github.com/dashevo/plaform-test-suite/issues/59))
* new test timeout option ([#71](https://github.com/dashevo/plaform-test-suite/issues/71))
* remove pending `subscribeToTransactionsWithProofs` functional tests ([#72](https://github.com/dashevo/plaform-test-suite/issues/72))
* remove getAddressSummary tests ([#67](https://github.com/dashevo/plaform-test-suite/issues/67))
* update Wallet, DPP, DPNS and SDK deps ([#50](https://github.com/dashevo/plaform-test-suite/issues/50), [#64](https://github.com/dashevo/plaform-test-suite/issues/64), [#68](https://github.com/dashevo/plaform-test-suite/issues/68), [#60](https://github.com/dashevo/plaform-test-suite/issues/60))
* support for installation node module from git on docker start ([#55](https://github.com/dashevo/plaform-test-suite/issues/55)) ([adb1e16](https://github.com/dashevo/plaform-test-suite/commit/adb1e1672a0288672b2eaef0bf9effc9212b50ad))
* new topup identity test ([#53](https://github.com/dashevo/plaform-test-suite/issues/53)) ([075f09c](https://github.com/dashevo/plaform-test-suite/commit/075f09cb211fcda45aff2c75a2222e735f9eab49))
* `wallet` e2e test ([#59](https://github.com/dashevo/platform-test-suite/issues/59))
* new test timeout option ([#71](https://github.com/dashevo/platform-test-suite/issues/71))
* remove pending `subscribeToTransactionsWithProofs` functional tests ([#72](https://github.com/dashevo/platform-test-suite/issues/72))
* remove getAddressSummary tests ([#67](https://github.com/dashevo/platform-test-suite/issues/67))
* update Wallet, DPP, DPNS and SDK deps ([#50](https://github.com/dashevo/platform-test-suite/issues/50), [#64](https://github.com/dashevo/platform-test-suite/issues/64), [#68](https://github.com/dashevo/platform-test-suite/issues/68), [#60](https://github.com/dashevo/platform-test-suite/issues/60))
* support for installation node module from git on docker start ([#55](https://github.com/dashevo/platform-test-suite/issues/55)) ([adb1e16](https://github.com/dashevo/platform-test-suite/commit/adb1e1672a0288672b2eaef0bf9effc9212b50ad))
* new topup identity test ([#53](https://github.com/dashevo/platform-test-suite/issues/53)) ([075f09c](https://github.com/dashevo/platform-test-suite/commit/075f09cb211fcda45aff2c75a2222e735f9eab49))


### Code Refactoring

* use Wallet lib instead of getUTXO ([#62](https://github.com/dashevo/plaform-test-suite/issues/62))
* use Wallet lib instead of getUTXO ([#62](https://github.com/dashevo/platform-test-suite/issues/62))



Expand All @@ -76,11 +93,11 @@

### Features

* use external Travis scripts ([#47](https://github.com/dashevo/plaform-test-suite/issues/47))
* update SDK to 3.14.0 ([#45](https://github.com/dashevo/plaform-test-suite/issues/45))
* update DPP to 0.14.0 ([#42](https://github.com/dashevo/plaform-test-suite/issues/42))
* add document timestamp tests ([#40](https://github.com/dashevo/plaform-test-suite/issues/40))
* define npm test scopes ([#31](https://github.com/dashevo/plaform-test-suite/issues/31))
* dockerize test suite ([#28](https://github.com/dashevo/plaform-test-suite/issues/28))
* functional core tests ([#33](https://github.com/dashevo/plaform-test-suite/issues/33))
* implement functional tests ([#38](https://github.com/dashevo/plaform-test-suite/issues/38))
* use external Travis scripts ([#47](https://github.com/dashevo/platform-test-suite/issues/47))
* update SDK to 3.14.0 ([#45](https://github.com/dashevo/platform-test-suite/issues/45))
* update DPP to 0.14.0 ([#42](https://github.com/dashevo/platform-test-suite/issues/42))
* add document timestamp tests ([#40](https://github.com/dashevo/platform-test-suite/issues/40))
* define npm test scopes ([#31](https://github.com/dashevo/platform-test-suite/issues/31))
* dockerize test suite ([#28](https://github.com/dashevo/platform-test-suite/issues/28))
* functional core tests ([#33](https://github.com/dashevo/platform-test-suite/issues/33))
* implement functional tests ([#38](https://github.com/dashevo/platform-test-suite/issues/38))
50 changes: 43 additions & 7 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/plaform-test-suite",
"version": "0.19.0-dev.5",
"name": "@dashevo/platform-test-suite",
"version": "0.19.0",
"description": "Dash Network end-to-end tests",
"private": true,
"scripts": {
Expand All @@ -14,22 +14,22 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/dashevo/plaform-test-suite.git"
"url": "git+ssh://git@github.com/dashevo/platform-test-suite.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dashevo/plaform-test-suite/issues"
"url": "https://github.com/dashevo/platform-test-suite/issues"
},
"homepage": "https://github.com/dashevo/plaform-test-suite#readme",
"homepage": "https://github.com/dashevo/platform-test-suite#readme",
"dependencies": {
"@dashevo/dashcore-lib": "~0.19.23",
"@dashevo/dpns-contract": "~0.3.0",
"@dashevo/dpp": "~0.19.1",
"@dashevo/grpc-common": "~0.3.4",
"@dashevo/wallet-lib": "github:dashevo/wallet-lib#release-v19",
"@dashevo/wallet-lib": "~7.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"dash": "github:dashevo/js-dash-sdk#release-0.19",
"dash": "~3.19.0",
"dirty-chai": "^2.0.1",
"dotenv-safe": "^8.2.0",
"github-api": "^3.3.0",
Expand Down

0 comments on commit c31a2cb

Please sign in to comment.