Skip to content

Commit cfd9c4d

Browse files
authored
chore(release): update changelog and bump version to 1.8.0-dev.2 (#2404)
1 parent fecda31 commit cfd9c4d

File tree

46 files changed

+100
-70
lines changed

Some content is hidden

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

46 files changed

+100
-70
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [1.8.0-dev.2](https://github.com/dashpay/platform/compare/v1.8.0-dev.1...v1.8.0-dev.2) (2024-12-19)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
* On epoch 13, masternode vote state transition validation logic will be changed. Nodes which aren't upgraded to this version will halt (#2397)
6+
* Rust 1.83 is required to build the project (#2398)
7+
8+
### Bug Fixes
9+
10+
* **dashmate:** local network starting issues ([#2394](https://github.com/dashpay/platform/issues/2394))
11+
* **dashmate:** some group commands fail with mtime not found ([#2400](https://github.com/dashpay/platform/issues/2400))
12+
* emergency hard fork to fix masternode voting ([#2397](https://github.com/dashpay/platform/issues/2397))
13+
14+
15+
### Performance Improvements
16+
17+
* **dpp:** reduce JS binding size by 3x ([#2396](https://github.com/dashpay/platform/issues/2396))
18+
19+
20+
### Build System
21+
22+
* bump wasm-bindgen to 0.2.99 ([#2395](https://github.com/dashpay/platform/issues/2395))
23+
* update rust to 1.83 ([#2393](https://github.com/dashpay/platform/issues/2393))
24+
25+
26+
### Code Refactoring
27+
28+
* **dpp:** using deprecated param to init wasm module ([#2399](https://github.com/dashpay/platform/issues/2399))
29+
30+
131
### [1.7.1](https://github.com/dashpay/platform/compare/v1.7.0...v1.7.1) (2024-12-19)
232

333
### ⚠ BREAKING CHANGES

Cargo.lock

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "1.8.0-dev.1",
3+
"version": "1.8.0-dev.2",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

packages/bench-suite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/bench-suite",
33
"private": true,
4-
"version": "1.8.0-dev.1",
4+
"version": "1.8.0-dev.2",
55
"description": "Dash Platform benchmark tool",
66
"scripts": {
77
"bench": "node ./bin/bench.js",

packages/check-features/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "check-features"
3-
version = "1.8.0-dev.1"
3+
version = "1.8.0-dev.2"
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

+1-1
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 = "1.8.0-dev.1"
4+
version = "1.8.0-dev.2"
55
authors = [
66
"Samuel Westrich <[email protected]>",
77
"Igor Markin <[email protected]>",

packages/dapi-grpc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dapi-grpc",
3-
"version": "1.8.0-dev.1",
3+
"version": "1.8.0-dev.2",
44
"description": "DAPI GRPC definition file and generated clients",
55
"browser": "browser.js",
66
"main": "node.js",

packages/dapi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/dapi",
33
"private": true,
4-
"version": "1.8.0-dev.1",
4+
"version": "1.8.0-dev.2",
55
"description": "A decentralized API for the Dash network",
66
"scripts": {
77
"api": "node scripts/api.js",

packages/dash-spv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dash-spv",
3-
"version": "2.8.0-dev.1",
3+
"version": "2.8.0-dev.2",
44
"description": "Repository containing SPV functions used by @dashevo",
55
"main": "index.js",
66
"scripts": {

packages/dashmate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashmate",
3-
"version": "1.8.0-dev.1",
3+
"version": "1.8.0-dev.2",
44
"description": "Distribution package for Dash node installation",
55
"scripts": {
66
"lint": "eslint .",

packages/dashpay-contract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dashpay-contract"
33
description = "DashPay data contract schema and tools"
4-
version = "1.8.0-dev.1"
4+
version = "1.8.0-dev.2"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

packages/dashpay-contract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dashpay-contract",
3-
"version": "1.8.0-dev.1",
3+
"version": "1.8.0-dev.2",
44
"description": "Reference contract of the DashPay DPA on Dash Evolution",
55
"scripts": {
66
"lint": "eslint .",

packages/data-contracts/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "data-contracts"
33
description = "Dash Platform system data contracts"
4-
version = "1.8.0-dev.1"
4+
version = "1.8.0-dev.2"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

packages/dpns-contract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dpns-contract"
33
description = "DPNS data contract schema and tools"
4-
version = "1.8.0-dev.1"
4+
version = "1.8.0-dev.2"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

packages/dpns-contract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dpns-contract",
3-
"version": "1.8.0-dev.1",
3+
"version": "1.8.0-dev.2",
44
"description": "A contract and helper scripts for DPNS DApp",
55
"scripts": {
66
"lint": "eslint .",

packages/feature-flags-contract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "feature-flags-contract"
33
description = "Feature flags data contract schema and tools"
4-
version = "1.8.0-dev.1"
4+
version = "1.8.0-dev.2"
55
edition = "2021"
66
rust-version.workspace = true
77
license = "MIT"

packages/feature-flags-contract/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/feature-flags-contract",
3-
"version": "1.8.0-dev.1",
3+
"version": "1.8.0-dev.2",
44
"description": "Data Contract to store Dash Platform feature flags",
55
"scripts": {
66
"build": "",

0 commit comments

Comments
 (0)