Skip to content

Commit 40ae73f

Browse files
authored
chore(release): update changelog and bump version to 1.7.0 (#2387)
1 parent 257e3da commit 40ae73f

File tree

46 files changed

+120
-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

+120
-70
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
### [1.7.0](https://github.com/dashpay/platform/compare/v1.6.2...v1.7.0) (2024-12-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* **sdk:** `AddressList.available` removed
7+
* **sdk:** you need to use `Waitable` to call `wait_for_response()`
8+
* **sdk:** changed multiple args of functions in state transition broadcast logic
9+
* **sdk:** `From<Uri> for Address` replaced with `TryFrom<Uri> for Address`
10+
* **sdk:** `From<&str> for AddressList` replaced with `FromStr for AddressList`
11+
* **sdk:** `FromIterator<Uri> for AddressList` replaced with `FromIterator<Address> for AddressList`
12+
* **sdk:** `LowLevelDashCoreClient` now returns `DashCoreError` instead of `ContextProviderError`.
13+
* **sdk:** Added `ContextProviderError::DashCoreError` variant
14+
* **sdk:** `dash_sdk::Error::CoreClientError` now uses `DashCoreError` instead of `dashcore_rpc::Error`.
15+
16+
### Features
17+
18+
* **sdk:** ban addresses failed in sdk ([#2351](https://github.com/dashpay/platform/issues/2351))
19+
20+
21+
### Bug Fixes
22+
23+
* **drive:** security vulnerability in hashbrown ([#2375](https://github.com/dashpay/platform/issues/2375))
24+
* **sdk:** create channel error due to empty address ([#2317](https://github.com/dashpay/platform/issues/2317))
25+
26+
27+
### Build System
28+
29+
* explicitly require tonic v1.12.3 ([#2357](https://github.com/dashpay/platform/issues/2357))
30+
31+
32+
### Continuous Integration
33+
34+
* remove manage runs workflow ([#2325](https://github.com/dashpay/platform/issues/2325))
35+
* replace actions/upload-artifact@v3 with actions/upload-artifact@v4 ([#2359](https://github.com/dashpay/platform/issues/2359))
36+
37+
38+
### Miscellaneous Chores
39+
40+
* make protocol version 7 ([#2376](https://github.com/dashpay/platform/issues/2376))
41+
* **dashmate:** set tenderdash version to 1 ([#2385](https://github.com/dashpay/platform/issues/2385))
42+
* **dashmate:** update Core to version 22 ([#2384](https://github.com/dashpay/platform/issues/2384))
43+
* address vulnerabilty GHSA-mwcw-c2x4-8c55 ([#2382](https://github.com/dashpay/platform/issues/2382))
44+
45+
46+
### Code Refactoring
47+
48+
* **sdk:** unify state transition processing ([#2338](https://github.com/dashpay/platform/issues/2338))
49+
* **sdk:** separate dash core client error
50+
151
### [1.6.2](https://github.com/dashpay/platform/compare/v1.6.1...v1.6.2) (2024-12-03)
252

353

Cargo.lock

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

packages/bench-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/bench-suite",
33
"private": true,
4-
"version": "1.6.2",
4+
"version": "1.7.0",
55
"description": "Dash Platform benchmark tool",
66
"scripts": {
77
"bench": "node ./bin/bench.js",

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 = "1.6.2"
3+
version = "1.7.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

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 = "1.6.2"
4+
version = "1.7.0"
55
authors = [
66
"Samuel Westrich <sam@dash.org>",
77
"Igor Markin <igor.markin@dash.org>",

packages/dapi-grpc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dapi-grpc",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"description": "DAPI GRPC definition file and generated clients",
55
"browser": "browser.js",
66
"main": "node.js",

packages/dapi/package.json

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

packages/dash-spv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/dash-spv",
3-
"version": "2.6.2",
3+
"version": "2.7.0",
44
"description": "Repository containing SPV functions used by @dashevo",
55
"main": "index.js",
66
"scripts": {

packages/dashmate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dashmate",
3-
"version": "1.6.2",
3+
"version": "1.7.0",
44
"description": "Distribution package for Dash node installation",
55
"scripts": {
66
"lint": "eslint .",

0 commit comments

Comments
 (0)