|
| 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 | + |
1 | 60 | ## [1.8.0-rc.1](https://github.com/dashpay/platform/compare/v1.8.0-dev.2...v1.8.0-rc.1) (2025-01-15)
|
2 | 61 |
|
3 | 62 |
|
|
0 commit comments