Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): update changelog and bump version to 0.25.0-dev.16 #1286

Merged
merged 4 commits into from
Aug 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,80 @@
## [0.25.0-dev.16](https://github.com/dashpay/platform/compare/v0.25.0-dev.15...v0.25.0-dev.16) (2023-08-02)


### ⚠ BREAKING CHANGES

* Platform state is modified so previous data won't be valid

### Features

* abci versioning ([#1172](https://github.com/dashpay/platform/issues/1172))
* adapt GroveDB's API changes ([#1099](https://github.com/dashpay/platform/issues/1099))
* build dapi-gprc rust client ([#1182](https://github.com/dashpay/platform/issues/1182))
* **drive:** add block_id_hash, quorum_type and chain_id required to verify proofs to GRPC responses ([#1207](https://github.com/dashpay/platform/issues/1207))
* **drive:** core block reward distribution ([#1135](https://github.com/dashpay/platform/issues/1135))
* **drive:** ensure that chain lock height valid ([#1157](https://github.com/dashpay/platform/issues/1157))
* **drive:** fetch contract history and contract.is_readonly ([#1120](https://github.com/dashpay/platform/issues/1120))
* **drive:** graceful shutdown ([#1154](https://github.com/dashpay/platform/issues/1154))
* **drive:** verify chain lock Core RPC ([#1146](https://github.com/dashpay/platform/issues/1146))
* **drive:** verify instant lock Core RPC ([#1142](https://github.com/dashpay/platform/issues/1142))
* fetch data contract history endpoint ([#1149](https://github.com/dashpay/platform/issues/1149))
* identity credit transfer state transition ([#1138](https://github.com/dashpay/platform/issues/1138))
* remove bad masternodes from validator sets ([#1160](https://github.com/dashpay/platform/issues/1160))
* **sdk:** retry policy for newly created platform entities ([#1143](https://github.com/dashpay/platform/issues/1143))


### Bug Fixes

* **dapi:** invalid json response body ([#1150](https://github.com/dashpay/platform/issues/1150))
* double process proposal from Tenderdash restart ([#1165](https://github.com/dashpay/platform/issues/1165))
* **drive:** core RPC retry all errors ([#1140](https://github.com/dashpay/platform/issues/1140))
* **drive:** do not return an error for non existence contract when verifying ([#1241](https://github.com/dashpay/platform/issues/1241))
* **drive:** wait for core to sync ([#1153](https://github.com/dashpay/platform/issues/1153))
* update abci test state root ([#1144](https://github.com/dashpay/platform/issues/1144))


### Code Refactoring

* misc changes during v0.25 review ([#1121](https://github.com/dashpay/platform/issues/1121))
* update dapi proto file to use either proofs or result ([#1148](https://github.com/dashpay/platform/issues/1148))


### Tests

* **drive:** verify proof signatures in strategy tests ([#1147](https://github.com/dashpay/platform/issues/1147))


### Documentation

* backport changelog from v0.24
* better drive verify docs ([#1171](https://github.com/dashpay/platform/issues/1171))


### Build System

* fix dash sdk ts config
* remove unnecessary yarn installation


### Miscellaneous Chores

* add QuantumExplorer as Code Owner
* backport deps from master
* temp fix rust-dashcore-dependency
* update grovedb version
* update lock file
* upgrade to tenderdash v0.13 ([#1236](https://github.com/dashpay/platform/issues/1236))


### Continuous Integration

* runs not cancelled when PR is closed or merged ([#1234](https://github.com/dashpay/platform/issues/1234))
* s3 cache ([#1167](https://github.com/dashpay/platform/issues/1167))
* select workflow_id to cancel based on head_ref ([#1247](https://github.com/dashpay/platform/issues/1247))
* specify docker mount cache bucket name as variable ([#1252](https://github.com/dashpay/platform/issues/1252))
* switch to multi-runner stack ([#1268](https://github.com/dashpay/platform/issues/1268))


### [0.24.14](https://github.com/dashpay/platform/compare/v0.24.13...v0.24.14) (2023-07-05)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/platform",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/bench-suite",
"private": true,
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Dash Platform benchmark tool",
"scripts": {
"bench": "node ./bin/bench.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-grpc",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/dapi",
"private": true,
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-spv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dash-spv",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Repository containing SPV functions used by @dashevo",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashmate",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Distribution package for Dash node installation",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashpay-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dashpay-contract",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Reference contract of the DashPay DPA on Dash Evolution",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/dpns-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dpns-contract",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "A contract and helper scripts for DPNS DApp",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/feature-flags-contract",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Data Contract to store Dash Platform feature flags",
"scripts": {
"build": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-client",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Client library used to access Dash DAPI endpoints",
"main": "lib/index.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dash-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash",
"version": "3.25.0-dev.15",
"version": "3.25.0-dev.16",
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
"main": "build/index.js",
"unpkg": "dist/dash.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dpp",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "The JavaScript implementation of the Dash Platform Protocol",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-grpc-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/grpc-common",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Common GRPC library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/masternode-reward-shares-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/masternode-reward-shares-contract",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "A contract and helper scripts for reward sharing",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/platform-test-suite",
"private": true,
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Dash Network end-to-end tests",
"scripts": {
"test": "yarn exec bin/test.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/wallet-lib",
"version": "7.25.0-dev.15",
"version": "7.25.0-dev.16",
"description": "Light wallet library for Dash",
"main": "src/index.js",
"unpkg": "dist/wallet-lib.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-dpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/wasm-dpp",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "The JavaScript implementation of the Dash Platform Protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/withdrawals-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/withdrawals-contract",
"version": "0.25.0-dev.15",
"version": "0.25.0-dev.16",
"description": "Data Contract to manipulate and track withdrawals",
"scripts": {
"build": "",
Expand Down
Loading