|
| 1 | +## [3.0.0-rc.1](https://github.com/dashpay/platform/compare/v3.0.0-dev.11...v3.0.0-rc.1) (2026-01-13) |
| 2 | + |
| 3 | + |
| 4 | +### ⚠ BREAKING CHANGES |
| 5 | + |
| 6 | +* **sdk:** typed params for state transition methods (#2932) |
| 7 | +* **sdk:** return last meaningful error on no available addresses (#2958) |
| 8 | + |
| 9 | +### Features |
| 10 | + |
| 11 | +* **dpp:** add Identity new_with_input_addresses_and_keys() ([#2971](https://github.com/dashpay/platform/issues/2971)) |
| 12 | +* **drive:** add WalletUtils system data contract during initialization on devnets/local networks ([#2696](https://github.com/dashpay/platform/issues/2696)) |
| 13 | +* **drive:** update verification logic for compacted address balance changes ([#2972](https://github.com/dashpay/platform/issues/2972)) |
| 14 | +* **sdk:** add validation/tests for registerName publicKeyId parameter ([#2832](https://github.com/dashpay/platform/issues/2832)) |
| 15 | +* **sdk:** return last meaningful error on no available addresses ([#2958](https://github.com/dashpay/platform/issues/2958)) |
| 16 | + |
| 17 | + |
| 18 | +### Bug Fixes |
| 19 | + |
| 20 | +* **drive:** not setting `keeps_history` in proof verification for DataContractCreate and DataContractUpdate ([#2980](https://github.com/dashpay/platform/issues/2980)) |
| 21 | +* **drive:** use historical path query for contracts with keeps_history=true ([#2976](https://github.com/dashpay/platform/issues/2976)) |
| 22 | +* **wasm-sdk:** support ECDSA_SECP256K1 keys in contract create/update ([#2975](https://github.com/dashpay/platform/issues/2975)) |
| 23 | + |
| 24 | + |
| 25 | +### Performance Improvements |
| 26 | + |
| 27 | +* **sdk:** cache contracts in JS SDK ([#2978](https://github.com/dashpay/platform/issues/2978)) |
| 28 | + |
| 29 | + |
| 30 | +### Tests |
| 31 | + |
| 32 | +* **sdk:** test sync_address_balances ([#2957](https://github.com/dashpay/platform/issues/2957)) |
| 33 | +* **wasm-sdk:** enable contract token and group check ([#2952](https://github.com/dashpay/platform/issues/2952)) |
| 34 | + |
| 35 | + |
| 36 | +### Build System |
| 37 | + |
| 38 | +* **drive:** update rkyv to 0.7.46 ([#2982](https://github.com/dashpay/platform/issues/2982)) |
| 39 | + |
| 40 | + |
| 41 | +### Code Refactoring |
| 42 | + |
| 43 | +* **sdk:** dpns JS SDK methods |
| 44 | +* **sdk:** re-use sdk methods ([#2981](https://github.com/dashpay/platform/issues/2981)) |
| 45 | +* **sdk:** typed params for state transition methods ([#2932](https://github.com/dashpay/platform/issues/2932)) |
| 46 | + |
1 | 47 | ## [3.0.0-dev.11](https://github.com/dashpay/platform/compare/v3.0.0-dev.10...v3.0.0-dev.11) (2026-01-08) |
2 | 48 |
|
3 | 49 |
|
|
0 commit comments