Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## [3.0.0-dev.10](///compare/v3.0.0-dev.9...v3.0.0-dev.10) (2026-01-06)


### ⚠ BREAKING CHANGES

* **platform:** clean up expired compacted address balances (#2948)

### Features

* **platform:** clean up expired compacted address balances ([#2948](undefined/undefined/undefined/issues/2948))


### Bug Fixes

* **dpp:** broken chain lock proof deserialization ([#2950](undefined/undefined/undefined/issues/2950))
* **wasm-sdk:** enable identity_update to add ECDSA_SECP256K1 and BLS12_381 keys ([#2947](undefined/undefined/undefined/issues/2947))
Comment on lines +1 to +16
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot Jan 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix malformed compare and issue links in new 3.0.0-dev.10 entry

The new section uses ///compare/... and undefined/undefined/undefined/issues/... URLs, so links for this release are broken even though other recent entries (e.g., 3.0.0-dev.7) use valid GitHub links. Please update the new entry to use the proper repository URLs.

Proposed link fixes for 3.0.0-dev.10
-## [3.0.0-dev.10](///compare/v3.0.0-dev.9...v3.0.0-dev.10) (2026-01-06)
+## [3.0.0-dev.10](https://github.com/dashpay/platform/compare/v3.0.0-dev.9...v3.0.0-dev.10) (2026-01-06)

-* **platform:** clean up expired compacted address balances ([#2948](undefined/undefined/undefined/issues/2948))
+* **platform:** clean up expired compacted address balances ([#2948](https://github.com/dashpay/platform/issues/2948))

-* **dpp:** broken chain lock proof deserialization ([#2950](undefined/undefined/undefined/issues/2950))
-* **wasm-sdk:** enable identity_update to add ECDSA_SECP256K1 and BLS12_381 keys ([#2947](undefined/undefined/undefined/issues/2947))
+* **dpp:** broken chain lock proof deserialization ([#2950](https://github.com/dashpay/platform/issues/2950))
+* **wasm-sdk:** enable identity_update to add ECDSA_SECP256K1 and BLS12_381 keys ([#2947](https://github.com/dashpay/platform/issues/2947))
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
## [3.0.0-dev.10](///compare/v3.0.0-dev.9...v3.0.0-dev.10) (2026-01-06)
### ⚠ BREAKING CHANGES
* **platform:** clean up expired compacted address balances (#2948)
### Features
* **platform:** clean up expired compacted address balances ([#2948](undefined/undefined/undefined/issues/2948))
### Bug Fixes
* **dpp:** broken chain lock proof deserialization ([#2950](undefined/undefined/undefined/issues/2950))
* **wasm-sdk:** enable identity_update to add ECDSA_SECP256K1 and BLS12_381 keys ([#2947](undefined/undefined/undefined/issues/2947))
## [3.0.0-dev.10](https://github.com/dashpay/platform/compare/v3.0.0-dev.9...v3.0.0-dev.10) (2026-01-06)
### ⚠ BREAKING CHANGES
* **platform:** clean up expired compacted address balances (#2948)
### Features
* **platform:** clean up expired compacted address balances ([#2948](https://github.com/dashpay/platform/issues/2948))
### Bug Fixes
* **dpp:** broken chain lock proof deserialization ([#2950](https://github.com/dashpay/platform/issues/2950))
* **wasm-sdk:** enable identity_update to add ECDSA_SECP256K1 and BLS12_381 keys ([#2947](https://github.com/dashpay/platform/issues/2947))
🤖 Prompt for AI Agents
In @CHANGELOG.md around lines 1 - 16, The release links for the [3.0.0-dev.10]
changelog entry are malformed: replace the triple-slash compare URL
"///compare/v3.0.0-dev.9...v3.0.0-dev.10" with a proper GitHub compare link and
replace the "undefined/undefined/undefined/issues/NNNN" issue links with proper
GitHub issue URLs; follow the same pattern used in other entries (e.g., use
https://github.com/<owner>/<repo>/compare/v3.0.0-dev.9...v3.0.0-dev.10 for the
compare link and https://github.com/<owner>/<repo>/issues/2948, /issues/2950,
/issues/2947 for the three issue references) so that the compare and issue
anchors for the [3.0.0-dev.10] header and the three PR/issue references resolve
correctly.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shumkov ☝️

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!


## [3.0.0-dev.7](https://github.com/dashpay/platform/compare/v3.0.0-dev.6...v3.0.0-dev.7) (2025-12-30)


Expand Down
76 changes: 38 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ members = [

[workspace.package]

version = "3.0.0-dev.9"
version = "3.0.0-dev.10"
rust-version = "1.92"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/platform",
"version": "3.0.0-dev.9",
"version": "3.0.0-dev.10",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/bench-suite",
"private": true,
"version": "3.0.0-dev.9",
"version": "3.0.0-dev.10",
"description": "Dash Platform benchmark tool",
"scripts": {
"bench": "node ./bin/bench.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-grpc",
"version": "3.0.0-dev.9",
"version": "3.0.0-dev.10",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
Loading
Loading