Skip to content

Commit e4e156c

Browse files
chore(release): update change log and release v1.8.0 (#2427)
Co-authored-by: Ivan Shumkov <[email protected]>
1 parent 59bf0af commit e4e156c

File tree

47 files changed

+131
-72
lines changed

Some content is hidden

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

47 files changed

+131
-72
lines changed

CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,62 @@
1+
## [1.8.0](https://github.com/dashpay/platform/compare/v1.7.1...v1.8.0) (2025-01-16)
2+
3+
4+
### Features
5+
6+
* **platform:** distribute prefunded specialized balances after vote ([#2422](https://github.com/dashpay/platform/issues/2422))
7+
* **platform:** using new rust based bls library ([#2424](https://github.com/dashpay/platform/issues/2424))
8+
9+
10+
### Bug Fixes
11+
12+
* **drive-abci:** document purchase on mutable document from different epoch had issue ([#2420](https://github.com/dashpay/platform/issues/2420))
13+
* **drive:** more than one key was returned when expecting only one result ([#2421](https://github.com/dashpay/platform/issues/2421))
14+
* **sdk:** failed to deserialize consensus error ([#2410](https://github.com/dashpay/platform/issues/2410))
15+
* try DriveDocumentQuery from DocumentQuery start field ([#2407](https://github.com/dashpay/platform/issues/2407))
16+
* **drive-abci** rebroadcasting should not only take first 2 quorums too ([#2425](https://github.com/dashpay/platform/issues/2425))
17+
* **dashmate:** local network starting issues ([#2394](https://github.com/dashpay/platform/issues/2394))
18+
* **dashmate:** some group commands fail with mtime not found ([#2400](https://github.com/dashpay/platform/issues/2400))
19+
* emergency hard fork to fix masternode voting ([#2397](https://github.com/dashpay/platform/issues/2397))
20+
21+
22+
### Tests
23+
24+
* unify identity versioned cost coverage ([#2416](https://github.com/dashpay/platform/issues/2416))
25+
* **sdk:** generate test vectors using testnet ([#2381](https://github.com/dashpay/platform/issues/2381))
26+
27+
28+
### Miscellaneous Chores
29+
30+
* **drive:** increase withdrawal limits to 2000 Dash per day ([#2287](https://github.com/dashpay/platform/issues/2287))
31+
* fix test suite configuration script ([#2402](https://github.com/dashpay/platform/issues/2402))
32+
* resolve NPM audit warnings ([#2417](https://github.com/dashpay/platform/issues/2417))
33+
* remove deprecated check_network_version.sh ([#2084](https://github.com/dashpay/platform/issues/2084))
34+
* update bls library ([#2424](https://github.com/dashpay/platform/issues/2424))
35+
36+
37+
### Code Refactoring
38+
39+
* **platform:** replace bls library ([#2257](https://github.com/dashpay/platform/issues/2257))
40+
* **dpp:** using deprecated param to init wasm module ([#2399](https://github.com/dashpay/platform/issues/2399))
41+
42+
43+
### Performance Improvements
44+
45+
* **dpp:** reduce JS binding size by 3x ([#2396](https://github.com/dashpay/platform/issues/2396))
46+
47+
48+
### Continuous Integration
49+
50+
* fix artifact upload issue on release build ([#2389](https://github.com/dashpay/platform/issues/2389))
51+
52+
53+
### Build System
54+
55+
* bump wasm-bindgen to 0.2.99 ([#2395](https://github.com/dashpay/platform/issues/2395))
56+
* update rust to 1.83 ([#2393](https://github.com/dashpay/platform/issues/2393))
57+
58+
59+
160
## [1.8.0-rc.1](https://github.com/dashpay/platform/compare/v1.8.0-dev.2...v1.8.0-rc.1) (2025-01-15)
261

362

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-rc.2",
3+
"version": "1.8.0",
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-rc.2",
4+
"version": "1.8.0",
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-rc.2"
3+
version = "1.8.0"
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-rc.2"
4+
version = "1.8.0"
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-rc.2",
3+
"version": "1.8.0",
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-rc.2",
4+
"version": "1.8.0",
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-rc.2",
3+
"version": "2.8.0",
44
"description": "Repository containing SPV functions used by @dashevo",
55
"main": "index.js",
66
"scripts": {

packages/dashmate/configs/getConfigFileMigrationsFactory.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1061,8 +1061,8 @@ export default function getConfigFileMigrationsFactory(homeDir, defaultConfigs)
10611061
.forEach(([, options]) => {
10621062
delete options.core.miner.mediantime;
10631063

1064-
options.platform.drive.abci.docker.image = 'dashpay/drive:1-rc';
1065-
options.platform.dapi.api.docker.image = 'dashpay/dapi:1-rc';
1064+
options.platform.drive.abci.docker.image = 'dashpay/drive:1';
1065+
options.platform.dapi.api.docker.image = 'dashpay/dapi:1';
10661066
});
10671067
return configFile;
10681068
},

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-rc.2",
3+
"version": "1.8.0",
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-rc.2"
4+
version = "1.8.0"
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-rc.2",
3+
"version": "1.8.0",
44
"description": "Reference contract of the DashPay DPA on Dash Evolution",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)