From 0a3874ad94bdae389a52cd7e6255b2d5442a1757 Mon Sep 17 00:00:00 2001 From: Ivan Shumkov Date: Thu, 19 Dec 2024 16:35:59 +0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 62 ++++++---------------------------------------------- 1 file changed, 7 insertions(+), 55 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913bec284b..3ee9d21099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ -## [1.8.0-dev.2](https://github.com/dashpay/platform/compare/v1.7.1...v1.8.0-dev.2) (2024-12-19) +## [1.8.0-dev.2](https://github.com/dashpay/platform/compare/v1.8.0-dev.1...v1.8.0-dev.2) (2024-12-19) +### ⚠ BREAKING CHANGES + +* On epoch 13, masternode vote state transition validation logic will be changed. Nodes which aren't upgraded to this version will halt (#2397) +* Rust 1.83 is required to build the project (#2398) ### Bug Fixes * **dashmate:** local network starting issues ([#2394](https://github.com/dashpay/platform/issues/2394)) * **dashmate:** some group commands fail with mtime not found ([#2400](https://github.com/dashpay/platform/issues/2400)) +* emergency hard fork to fix masternode voting ([#2397](https://github.com/dashpay/platform/issues/2397)) ### Performance Improvements @@ -15,66 +20,13 @@ ### Build System * bump wasm-bindgen to 0.2.99 ([#2395](https://github.com/dashpay/platform/issues/2395)) +* update rust to 1.83 ([#2393](https://github.com/dashpay/platform/issues/2393)) ### Code Refactoring * **dpp:** using deprecated param to init wasm module ([#2399](https://github.com/dashpay/platform/issues/2399)) -## [1.8.0-dev.1](https://github.com/dashpay/platform/compare/v1.7.0...v1.8.0-dev.1) (2024-12-17) - - -### ⚠ BREAKING CHANGES - -* **sdk:** allow setting CA cert (#1924) -* update rust to 1.83 (#2393) - -### Features - -* **sdk:** allow setting CA cert ([#1924](https://github.com/dashpay/platform/issues/1924)) - - -### Tests - -* **sdk:** generate test vectors using testnet ([#2381](https://github.com/dashpay/platform/issues/2381)) - - -### Code Refactoring - -* **platform:** replace bls library ([#2257](https://github.com/dashpay/platform/issues/2257)) - - -### Build System - -* update rust to 1.83 ([#2393](https://github.com/dashpay/platform/issues/2393)) - - -### Miscellaneous Chores - -* **release:** update changelog and bump version to 1.8.0-dev.1 ([#2391](https://github.com/dashpay/platform/issues/2391)) -* remove deprecated check_network_version.sh ([#2084](https://github.com/dashpay/platform/issues/2084)) - -### [1.7.1](https://github.com/dashpay/platform/compare/v1.8.0-dev.1...v1.7.1) (2024-12-19) - - -### ⚠ BREAKING CHANGES - -* emergency hard fork to fix masternode voting (#2397) -* update rust to 1.83 - backport #2393 to v1.7 (#2398) - -### Bug Fixes - -* emergency hard fork to fix masternode voting ([#2397](https://github.com/dashpay/platform/issues/2397)) - - -### Build System - -* update rust to 1.83 - backport [#2393](https://github.com/dashpay/platform/issues/2393) to v1.7 ([#2398](https://github.com/dashpay/platform/issues/2398)) - - -### Miscellaneous Chores - -* **release:** update changelog and bump version to 1.7.1 ([#2403](https://github.com/dashpay/platform/issues/2403)) ### [1.7.1](https://github.com/dashpay/platform/compare/v1.7.0...v1.7.1) (2024-12-19)