Skip to content

chore(release): update changelog and bump version to 3.0.0-rc.3#3006

Merged
shumkov merged 1 commit into
v3.0-devfrom
release_3.0.0-rc.3
Jan 20, 2026
Merged

chore(release): update changelog and bump version to 3.0.0-rc.3#3006
shumkov merged 1 commit into
v3.0-devfrom
release_3.0.0-rc.3

Conversation

@shumkov
Copy link
Copy Markdown
Collaborator

@shumkov shumkov commented Jan 20, 2026

Issue being fixed or feature implemented

Release new Dash Platform version

What was done?

  • Updated changelog
  • Bumped packages version

How Has This Been Tested?

None

Breaking Changes

None

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have added or updated relevant unit/integration/functional/e2e tests
  • I have made corresponding changes to the documentation

For repository code-owners and collaborators only

  • I have assigned this pull request to a milestone

Summary by CodeRabbit

  • New Features

    • Added Let's Encrypt SSL provider support to dashmate.
  • Bug Fixes

    • Improved error handling for merk proof extraction.
    • Updated dependency to support larger proof sizes.
  • Chores

    • Release version 3.0.0-rc.3.

✏️ Tip: You can customize this high-level summary in your review settings.

@shumkov shumkov added this to the v3.0.0 milestone Jan 20, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Jan 20, 2026

📝 Walkthrough

Walkthrough

A coordinated version bump release changing version identifiers from RC.2 to RC.3 across the workspace. Updates include a new CHANGELOG entry documenting features and bug fixes, workspace configuration update via Cargo.toml, and version field updates across approximately 24 package.json files with varying version schemes.

Changes

Cohort / File(s) Summary
Changelog
CHANGELOG.md
Added new RC3 changelog entry documenting Let's Encrypt SSL provider support for dashmate, error handling improvements for drive merk proof extraction, and grovedb dependency update for proof sizes
Workspace Configuration
Cargo.toml
Bumped workspace package version from 3.0.0-rc.2 to 3.0.0-rc.3
Core Package Versions (3.0.0-rc.2 → 3.0.0-rc.3)
package.json, packages/bench-suite/package.json, packages/dapi-grpc/package.json, packages/dapi/package.json, packages/dashmate/package.json, packages/dashpay-contract/package.json, packages/dpns-contract/package.json, packages/feature-flags-contract/package.json, packages/js-dapi-client/package.json, packages/js-evo-sdk/package.json, packages/js-grpc-common/package.json, packages/keyword-search-contract/package.json, packages/masternode-reward-shares-contract/package.json, packages/platform-test-suite/package.json, packages/token-history-contract/package.json, packages/wallet-utils-contract/package.json, packages/wasm-dpp/package.json, packages/wasm-dpp2/package.json, packages/wasm-drive-verify/package.json, packages/wasm-sdk/package.json, packages/withdrawals-contract/package.json
Consistent version bump across core packages from 3.0.0-rc.2 to 3.0.0-rc.3
Variant Version Packages
packages/dash-spv/package.json
Bumped from 4.0.0-rc.2 to 4.0.0-rc.3
Variant Version Packages
packages/js-dash-sdk/package.json
Bumped from 6.0.0-rc.2 to 6.0.0-rc.3
Variant Version Packages
packages/wallet-lib/package.json
Bumped from 10.0.0-rc.2 to 10.0.0-rc.3

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • QuantumExplorer

Poem

🐰 From rc.2 to rc.3, hopping with glee,
Versions align in harmony sweet,
Let's Encrypt shines and proofs grow tall,
A release bump blessing them all! 🌱

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main changes: updating the changelog and bumping the version to 3.0.0-rc.3 across the repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Fix all issues with AI agents
In `@CHANGELOG.md`:
- Around line 6-12: Replace the broken placeholder issue links in the CHANGELOG
entries for the bullets that mention "**dashmate:** add Let's Encrypt SSL
provider support", "**drive:** improve error handling in merk proof extraction",
and "**platform:** update grovedb dependency to allow for larger proof sizes"
with actual GitHub issue or PR URLs (e.g.
https://github.com/<owner>/<repo>/issues/<num> or /pull/<num>) so the links
resolve; update each Markdown link target from the current undefined/... to the
correct full GitHub URL while keeping the existing display text unchanged.
- Line 1: The release header contains an invalid compare link "##
[3.0.0-rc.3](///compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)"; replace the
"///compare/v3.0.0-rc.2...v3.0.0-rc.3" target with the repo's full compare URL
(e.g., use the https://github.com/OWNER/REPO/compare/v3.0.0-rc.2...v3.0.0-rc.3
pattern) so the markdown link renders correctly for the "## [3.0.0-rc.3](...)"
header.

Comment thread CHANGELOG.md
@@ -1,3 +1,16 @@
## [3.0.0-rc.3](///compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)
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 URL (currently invalid).
///compare/... will render as a broken link in most markdown renderers; use the repo’s full compare URL format for consistency with other entries.

🛠️ Suggested fix
-## [3.0.0-rc.3](///compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)
+## [3.0.0-rc.3](https://github.com/dashpay/platform/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)
📝 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.3](///compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)
## [3.0.0-rc.3](https://github.com/dashpay/platform/compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)
🤖 Prompt for AI Agents
In `@CHANGELOG.md` at line 1, The release header contains an invalid compare link
"## [3.0.0-rc.3](///compare/v3.0.0-rc.2...v3.0.0-rc.3) (2026-01-20)"; replace
the "///compare/v3.0.0-rc.2...v3.0.0-rc.3" target with the repo's full compare
URL (e.g., use the
https://github.com/OWNER/REPO/compare/v3.0.0-rc.2...v3.0.0-rc.3 pattern) so the
markdown link renders correctly for the "## [3.0.0-rc.3](...)" header.

Comment thread CHANGELOG.md
Comment on lines +6 to +12
* **dashmate:** add Let's Encrypt SSL provider support ([#3000](undefined/undefined/undefined/issues/3000))
* **drive:** improve error handling in merk proof extraction ([#3003](undefined/undefined/undefined/issues/3003))


### Bug Fixes

* **platform:** update grovedb dependency to allow for larger proof sizes ([#3005](undefined/undefined/undefined/issues/3005))
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

Issue links are broken (undefined/...).
The new bullet links won’t resolve; please replace with real GitHub issue URLs (or PR links) like other entries.

🛠️ Suggested fix
-* **dashmate:** add Let's Encrypt SSL provider support ([`#3000`](undefined/undefined/undefined/issues/3000))
-* **drive:** improve error handling in merk proof extraction ([`#3003`](undefined/undefined/undefined/issues/3003))
+* **dashmate:** add Let's Encrypt SSL provider support ([`#3000`](https://github.com/dashpay/platform/issues/3000))
+* **drive:** improve error handling in merk proof extraction ([`#3003`](https://github.com/dashpay/platform/issues/3003))

...

-* **platform:** update grovedb dependency to allow for larger proof sizes ([`#3005`](undefined/undefined/undefined/issues/3005))
+* **platform:** update grovedb dependency to allow for larger proof sizes ([`#3005`](https://github.com/dashpay/platform/issues/3005))
📝 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
* **dashmate:** add Let's Encrypt SSL provider support ([#3000](undefined/undefined/undefined/issues/3000))
* **drive:** improve error handling in merk proof extraction ([#3003](undefined/undefined/undefined/issues/3003))
### Bug Fixes
* **platform:** update grovedb dependency to allow for larger proof sizes ([#3005](undefined/undefined/undefined/issues/3005))
* **dashmate:** add Let's Encrypt SSL provider support ([`#3000`](https://github.com/dashpay/platform/issues/3000))
* **drive:** improve error handling in merk proof extraction ([`#3003`](https://github.com/dashpay/platform/issues/3003))
### Bug Fixes
* **platform:** update grovedb dependency to allow for larger proof sizes ([`#3005`](https://github.com/dashpay/platform/issues/3005))
🤖 Prompt for AI Agents
In `@CHANGELOG.md` around lines 6 - 12, Replace the broken placeholder issue links
in the CHANGELOG entries for the bullets that mention "**dashmate:** add Let's
Encrypt SSL provider support", "**drive:** improve error handling in merk proof
extraction", and "**platform:** update grovedb dependency to allow for larger
proof sizes" with actual GitHub issue or PR URLs (e.g.
https://github.com/<owner>/<repo>/issues/<num> or /pull/<num>) so the links
resolve; update each Markdown link target from the current undefined/... to the
correct full GitHub URL while keeping the existing display text unchanged.

@shumkov shumkov merged commit f6fea2b into v3.0-dev Jan 20, 2026
109 of 110 checks passed
@shumkov shumkov deleted the release_3.0.0-rc.3 branch January 20, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant