Skip to content

Commit c66c07e

Browse files
authored
chore(release): update changelog and bump version to 3.0.0-rc.1 (#2984)
1 parent 16d2bb2 commit c66c07e

27 files changed

Lines changed: 109 additions & 63 deletions

File tree

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
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+
147
## [3.0.0-dev.11](https://github.com/dashpay/platform/compare/v3.0.0-dev.10...v3.0.0-dev.11) (2026-01-08)
248

349

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ members = [
4545

4646
[workspace.package]
4747

48-
version = "3.0.0-dev.11"
48+
version = "3.0.0-rc.1"
4949
rust-version = "1.92"

0 commit comments

Comments
 (0)