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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [3.0.0-rc.2](///compare/v3.0.0-rc.1...v3.0.0-rc.2) (2026-01-16)
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.

⚠️ Potential issue | 🟡 Minor

Fix the compare link URL.

///compare/... renders as a broken link in the changelog. Use the full GitHub compare URL.

💡 Proposed fix
-## [3.0.0-rc.2](///compare/v3.0.0-rc.1...v3.0.0-rc.2) (2026-01-16)
+## [3.0.0-rc.2](https://github.com/dashpay/platform/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2026-01-16)
📝 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-rc.2](///compare/v3.0.0-rc.1...v3.0.0-rc.2) (2026-01-16)
## [3.0.0-rc.2](https://github.com/dashpay/platform/compare/v3.0.0-rc.1...v3.0.0-rc.2) (2026-01-16)
🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 1, The changelog header contains a broken compare link
string "///compare/v3.0.0-rc.1...v3.0.0-rc.2"; replace that fragment in
CHANGELOG.md with the full GitHub compare URL for this repo (e.g. start with
"https://github.com/<owner>/<repo>/compare/v3.0.0-rc.1...v3.0.0-rc.2") so the
link renders correctly in the released changelog.



### Bug Fixes

* **sdk:** toJSON returns empty object ([#2995](undefined/undefined/undefined/issues/2995))


### Code Refactoring

* **sdk:** introduce `ProRegTxLike` and `NetworkLike` types ([#2990](undefined/undefined/undefined/issues/2990))
Comment on lines +6 to +11
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.

⚠️ Potential issue | 🟡 Minor

Replace undefined issue links with real GitHub URLs.

The current links are broken and will confuse readers. Please point them to the actual issues/PRs.

💡 Proposed fix
-* **sdk:** toJSON returns empty object ([`#2995`](undefined/undefined/undefined/issues/2995))
+* **sdk:** toJSON returns empty object ([`#2995`](https://github.com/dashpay/platform/issues/2995))

-* **sdk:** introduce `ProRegTxLike` and `NetworkLike` types  ([`#2990`](undefined/undefined/undefined/issues/2990))
+* **sdk:** introduce `ProRegTxLike` and `NetworkLike` types  ([`#2990`](https://github.com/dashpay/platform/issues/2990))
📝 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
* **sdk:** toJSON returns empty object ([#2995](undefined/undefined/undefined/issues/2995))
### Code Refactoring
* **sdk:** introduce `ProRegTxLike` and `NetworkLike` types ([#2990](undefined/undefined/undefined/issues/2990))
* **sdk:** toJSON returns empty object ([`#2995`](https://github.com/dashpay/platform/issues/2995))
### Code Refactoring
* **sdk:** introduce `ProRegTxLike` and `NetworkLike` types ([`#2990`](https://github.com/dashpay/platform/issues/2990))
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 6 - 11, In CHANGELOG.md replace the broken
markdown links that point to "undefined/undefined/undefined/issues/2995" and
"undefined/undefined/undefined/issues/2990" with the actual GitHub URLs for
PR/issue `#2995` and `#2990` (e.g., https://github.com/<ORG>/<REPO>/pull/2995 or
/issues/2995 as appropriate), ensuring the text stays "([`#2995`](...))" and
"([`#2990`](...))" so readers can click through to the real PR/issue pages; search
for the exact link patterns
"([`#2995`](undefined/undefined/undefined/issues/2995))" and
"([`#2990`](undefined/undefined/undefined/issues/2990))" to locate and update
them.


## [3.0.0-rc.1](https://github.com/dashpay/platform/compare/v3.0.0-dev.11...v3.0.0-rc.1) (2026-01-13)


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-rc.1"
version = "3.0.0-rc.2"
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-rc.1",
"version": "3.0.0-rc.2",
"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-rc.1",
"version": "3.0.0-rc.2",
"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-rc.1",
"version": "3.0.0-rc.2",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/dapi",
"private": true,
"version": "3.0.0-rc.1",
"version": "3.0.0-rc.2",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down
Loading
Loading