Skip to content

Commit d6f9d9e

Browse files
authored
chore(release): update changelog and bump version to 2.1.0-dev.8 (#2797)
1 parent 32441bf commit d6f9d9e

File tree

60 files changed

+137
-113
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+137
-113
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## [2.1.0-dev.8](https://github.com/dashpay/platform/compare/v2.1.0-dev.7...v2.1.0-dev.8) (2025-10-03)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **platform:** creator id and improved verification of document uniqueness before insertion (#2790)
7+
8+
### Features
9+
10+
* **platform:** creator id and improved verification of document uniqueness before insertion ([#2790](https://github.com/dashpay/platform/issues/2790))
11+
* **sdk:** expose data contract from json ([#2791](https://github.com/dashpay/platform/issues/2791))
12+
13+
14+
### Bug Fixes
15+
16+
* **dashmate:** consensus params in dashmate different than on testnet ([#2682](https://github.com/dashpay/platform/issues/2682))
17+
* **sdk:** wasm is not initialized for some methods ([#2792](https://github.com/dashpay/platform/issues/2792))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* script to backup and restore state
23+
24+
125
## [2.1.0-dev.7](https://github.com/dashpay/platform/compare/v2.1.0-dev.6...v2.1.0-dev.7) (2025-09-29)
226

327

Cargo.lock

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "2.1.0-dev.7",
3+
"version": "2.1.0-dev.8",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",
@@ -113,4 +113,4 @@
113113
"dompurify": "^3.2.6",
114114
"node-gyp": "^10.0.1"
115115
}
116-
}
116+
}

packages/bench-suite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/bench-suite",
33
"private": true,
4-
"version": "2.1.0-dev.7",
4+
"version": "2.1.0-dev.8",
55
"description": "Dash Platform benchmark tool",
66
"scripts": {
77
"bench": "node ./bin/bench.js",
@@ -56,4 +56,4 @@
5656
"url": "https://github.com/dashevo/platform/issues"
5757
},
5858
"homepage": "https://github.com/dashevo/platform#readme"
59-
}
59+
}

packages/check-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "check-features"
3-
version = "2.1.0-dev.7"
3+
version = "2.1.0-dev.8"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

packages/dapi-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dapi-grpc"
33
description = "GRPC client for Dash Platform"
4-
version = "2.1.0-dev.7"
4+
version = "2.1.0-dev.8"
55
authors = [
66
"Samuel Westrich <[email protected]>",
77
"Igor Markin <[email protected]>",

0 commit comments

Comments
 (0)