Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/chore/dashmate/update-core-21.2-…
Browse files Browse the repository at this point in the history
…nightly' into chore/dashmate/update-core-21.2-nightly
  • Loading branch information
shumkov committed Nov 1, 2024
2 parents eb4534e + 211b8dd commit 297a9bf
Show file tree
Hide file tree
Showing 410 changed files with 1,245 additions and 249 deletions.
128 changes: 127 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,112 @@
## [1.5.0](https://github.com/dashpay/platform/compare/v1.4.1...v1.5.0) (2024-11-01)

### ⚠ BREAKING CHANGES

* **drive:** rotate always to top quorum. This is a breaking change requiring a HF. (#2290)
* **sdk:** SDK methods which broadcasting transactions will return `SdkError::Protocol(ProtocolError::Consensus(..))` instead of `DapiClientError(String)` in case of validation errors. (#2274)
* **sdk:** serialized consensus error moved to a separate gRPC header `dash-serialized-consensus-error-bin` (#2274)
* **sdk:** `DapiRequestExecutor::execute` and `DapiRequest::execute` now returns `ExecutionResult` (#2259)
* **sdk:** returned objects are `IndexMap/IndexSet` instead of previous `BTreeMap` (#2207)


### Features

* **dashmate:** add protocol version to the status command ([#2255](https://github.com/dashpay/platform/issues/2255))
* **sdk:** added transfer transition to rs-sdk ([#2289](https://github.com/dashpay/platform/issues/2289))
* **sdk:** detect stale nodes ([#2254](https://github.com/dashpay/platform/issues/2254))
* **sdk:** provide request execution information ([#2259](https://github.com/dashpay/platform/issues/2259))
* **sdk:** return consensus errors from broadcast methods ([#2274](https://github.com/dashpay/platform/issues/2274))
* **sdk:** sdk-level retry logic for `fetch` and `fetch_many` ([#2266](https://github.com/dashpay/platform/issues/2266))
* **dashmate:** cleanup zerossl certs command ([#2298](https://github.com/dashpay/platform/issues/2298))


### Bug Fixes

* **dashmate:** invalid mount path from helper ([#2296](https://github.com/dashpay/platform/issues/2296))
* **dashmate:** zero ssl certificate draft not saved ([#2297](https://github.com/dashpay/platform/issues/2297))
* **platform:** rotate always to top quorum ([#2290](https://github.com/dashpay/platform/issues/2290))
* **dapi:** invalid state transition failed with already in chain error ([#2270](https://github.com/dashpay/platform/issues/2270))
* **dashmate:** invalid drive status check ([#2248](https://github.com/dashpay/platform/issues/2248))
* **dashmate:** invalid platform version in the status command ([#2249](https://github.com/dashpay/platform/issues/2249))
* document query start to support pagination ([#2284](https://github.com/dashpay/platform/issues/2284))
* **sdk:** `AddressListError` is private ([#2278](https://github.com/dashpay/platform/issues/2278))
* **sdk:** opposite retry trigger ([#2265](https://github.com/dashpay/platform/issues/2265))
* **sdk:** wrong order of objects returned by Drive ([#2207](https://github.com/dashpay/platform/issues/2207))
* seed nodes aren't responding ([#2276](https://github.com/dashpay/platform/issues/2276))


### Code Refactoring

* platform version refactoring into sub versions ([#2269](https://github.com/dashpay/platform/issues/2269))


### Miscellaneous Chores

* add partial eq to document query ([#2253](https://github.com/dashpay/platform/issues/2253))
* **dashmate:** report port check errors ([#2245](https://github.com/dashpay/platform/issues/2245))
* move BLS Sigs import to Rust Dash Core ([#2252](https://github.com/dashpay/platform/issues/2252))
* update to latest rust dash core with x11 optional ([#2251](https://github.com/dashpay/platform/issues/2251))


## [1.5.0-rc.2](https://github.com/dashpay/platform/compare/v1.5.0-rc.1...v1.5.0-rc.2) (2024-10-31)


### ⚠ BREAKING CHANGES

* **platform:** rotate always to top quorum (#2290)

### Bug Fixes

* **dashmate:** cleanup zerossl certs command ([#2298](https://github.com/dashpay/platform/issues/2298))
* **dashmate:** invalid mount path from helper ([#2296](https://github.com/dashpay/platform/issues/2296))
* **dashmate:** zero ssl certificate draft not saved ([#2297](https://github.com/dashpay/platform/issues/2297))
* **platform:** rotate always to top quorum ([#2290](https://github.com/dashpay/platform/issues/2290))


## [1.5.0-rc.1](https://github.com/dashpay/platform/compare/v1.4.1...v1.5.0-rc.1) (2024-10-30)


### ⚠ BREAKING CHANGES

* **sdk:** return consensus errors from broadcast methods (#2274)
* **sdk:** provide request execution information (#2259)
* **sdk:** wrong order of objects returned by Drive (#2207)

### Features

* **dashmate:** add protocol version to the status command ([#2255](https://github.com/dashpay/platform/issues/2255))
* **sdk:** added transfer transition to rs-sdk ([#2289](https://github.com/dashpay/platform/issues/2289))
* **sdk:** detect stale nodes ([#2254](https://github.com/dashpay/platform/issues/2254))
* **sdk:** provide request execution information ([#2259](https://github.com/dashpay/platform/issues/2259))
* **sdk:** return consensus errors from broadcast methods ([#2274](https://github.com/dashpay/platform/issues/2274))
* **sdk:** sdk-level retry logic for `fetch` and `fetch_many` ([#2266](https://github.com/dashpay/platform/issues/2266))


### Bug Fixes

* **dapi:** invalid state transition failed with already in chain error ([#2270](https://github.com/dashpay/platform/issues/2270))
* **dashmate:** invalid drive status check ([#2248](https://github.com/dashpay/platform/issues/2248))
* **dashmate:** invalid platform version in the status command ([#2249](https://github.com/dashpay/platform/issues/2249))
* document query start to support pagination ([#2284](https://github.com/dashpay/platform/issues/2284))
* **sdk:** `AddressListError` is private ([#2278](https://github.com/dashpay/platform/issues/2278))
* **sdk:** opposite retry trigger ([#2265](https://github.com/dashpay/platform/issues/2265))
* **sdk:** wrong order of objects returned by Drive ([#2207](https://github.com/dashpay/platform/issues/2207))
* seed nodes aren't responding ([#2276](https://github.com/dashpay/platform/issues/2276))


### Miscellaneous Chores

* add partial eq to document query ([#2253](https://github.com/dashpay/platform/issues/2253))
* **dashmate:** report port check errors ([#2245](https://github.com/dashpay/platform/issues/2245))
* move BLS Sigs import to Rust Dash Core ([#2252](https://github.com/dashpay/platform/issues/2252))
* update to latest rust dash core with x11 optional ([#2251](https://github.com/dashpay/platform/issues/2251))


### Code Refactoring

* platform version refactoring into sub versions ([#2269](https://github.com/dashpay/platform/issues/2269))


### [1.4.1](https://github.com/dashpay/platform/compare/v1.4.0...v1.4.1) (2024-10-12)


Expand Down Expand Up @@ -249,7 +358,7 @@
### Continuous integration

* build dashmate package on macos14


### Documentation

Expand All @@ -267,6 +376,23 @@
* **platform:** protocol version 4 creation ([#2153](https://github.com/dashpay/platform/issues/2153))


### [1.3.1](https://github.com/dashpay/platform/compare/v1.3.0...v1.3.1) (2024-09-27)

### Bug Fixes

* **dapi:** getStatus cache invalidation ([#2155](https://github.com/dashpay/platform/issues/2155))
* **dapi:** invalid mainnet seed ports ([#2173](https://github.com/dashpay/platform/issues/2173))
* **dashmate:** cannot read properties of undefined (reading 'expires') ([#2164](https://github.com/dashpay/platform/issues/2164))
* **dashmate:** colors[updated] is not a function ([#2157](https://github.com/dashpay/platform/issues/2157))
* **dashmate:** doctor fails collecting to big logs ([#2158](https://github.com/dashpay/platform/issues/2158))
* **dashmate:** port marks as closed if ipv6 is not disabled ([#2162](https://github.com/dashpay/platform/issues/2162))


### Tests

* **dashmate:** e2e tests failing due to DKG interval check ([#2171](https://github.com/dashpay/platform/issues/2171))


## [1.3.0](https://github.com/dashpay/platform/compare/v1.2.0...v1.3.0) (2024-09-19)

### Features
Expand Down
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.4.1",
"version": "1.5.0",
"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": "1.4.1",
"version": "1.5.0",
"description": "Dash Platform benchmark tool",
"scripts": {
"bench": "node ./bin/bench.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/check-features/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "check-features"
version = "1.4.1"
version = "1.5.0"
edition = "2021"

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

0 comments on commit 297a9bf

Please sign in to comment.