Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov authored Dec 19, 2024
1 parent a5750c9 commit 0a3874a
Showing 1 changed file with 7 additions and 55 deletions.
62 changes: 7 additions & 55 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)

Expand Down

0 comments on commit 0a3874a

Please sign in to comment.