Uh oh!
There was an error while loading. Please reload this page.
chore(release): update changelog and bump version to 3.1.0-dev.1 - #3097
Conversation
📝 WalkthroughWalkthroughVersion bump across the monorepo from 3.0.1 to 3.1.0-dev.1 with selective version increments for select packages. CHANGELOG.md updated with new 3.1.0-dev.1 entry documenting breaking changes, features, bug fixes, tests, refactoring, build system, and miscellaneous updates. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🧹 Nitpick comments (2)
packages/bench-suite/package.json (1)
25-28: Pre-existing:repository.urlis incorrect — points todashevo/dapiinstead ofdashpay/platform.This looks like a copy-paste artefact. Worth correcting in a follow-on chore.
♻️ Suggested fix
"repository": { "type": "git", - "url": "git+https://github.com/dashevo/dapi.git"+ "url": "git+https://github.com/dashpay/platform.git" },🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@packages/bench-suite/package.json` around lines 25 - 28, The package.json's repository.url field is incorrect (currently "git+https://github.com/dashevo/dapi.git"); update the repository object in packages/bench-suite/package.json so "url" points to the correct repo "git+https://github.com/dashpay/platform.git" (or the canonical repository URL for this project) and ensure the "type" stays "git" and formatting/commas remain valid.packages/dapi/package.json (1)
74-83: Pre-existing: stalerepositoryandbugsURLs still reference the olddashevo/dapirepo.Both
repository.urlandbugs.urlpoint togithub.com/dashevo/dapi, which no longer reflects the canonical location (dashpay/platform). Worth cleaning up in a follow-on chore PR alongside similar metadata corrections across the monorepo.♻️ Suggested fix
"repository": { "type": "git", - "url": "git+https://github.com/dashevo/dapi.git"+ "url": "git+https://github.com/dashpay/platform.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/dashevo/dapi/issues"+ "url": "https://github.com/dashpay/platform/issues" }, - "homepage": "https://github.com/dashevo/dapi#readme"+ "homepage": "https://github.com/dashpay/platform/tree/main/packages/dapi#readme"🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@packages/dapi/package.json` around lines 74 - 83, Update the stale package.json metadata entries: replace the "repository.url" value that currently contains "git+https://github.com/dashevo/dapi.git" and the "bugs.url" value that currently contains "https://github.com/dashevo/dapi/issues" with the canonical repository and issue tracker URLs (e.g., the new "dashpay/platform" GitHub repo) so both "repository.url" and "bugs.url" point to the correct dashpay/platform locations; ensure the URL formats match existing package.json conventions (git+https://... for repository.url and https://... for bugs.url).
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@CHANGELOG.md`:
- Line 36: Update the changelog entry that currently reads "* **sdk:** outdated
platfrom version in JS SDK
([`#3046`](https://github.com/dashpay/platform/issues/3046))" by correcting the
typo "platfrom" to "platform" so the line becomes "* **sdk:** outdated platform
version in JS SDK ([`#3046`](https://github.com/dashpay/platform/issues/3046))".
- Line 21: Update the changelog entry that currently reads "* **sdk:** retry the
wait for result request on deadline exeeded
([`#3035`](https://github.com/dashpay/platform/issues/3035))" by correcting the
typo "exeeded" to "exceeded" so the line reads "* **sdk:** retry the wait for
result request on deadline exceeded
([`#3035`](https://github.com/dashpay/platform/issues/3035))".
---
Nitpick comments:
In `@packages/bench-suite/package.json`:
- Around line 25-28: The package.json's repository.url field is incorrect
(currently "git+https://github.com/dashevo/dapi.git"); update the repository
object in packages/bench-suite/package.json so "url" points to the correct repo
"git+https://github.com/dashpay/platform.git" (or the canonical repository URL
for this project) and ensure the "type" stays "git" and formatting/commas remain
valid.
In `@packages/dapi/package.json`:
- Around line 74-83: Update the stale package.json metadata entries: replace the
"repository.url" value that currently contains
"git+https://github.com/dashevo/dapi.git" and the "bugs.url" value that
currently contains "https://github.com/dashevo/dapi/issues" with the canonical
repository and issue tracker URLs (e.g., the new "dashpay/platform" GitHub repo)
so both "repository.url" and "bugs.url" point to the correct dashpay/platform
locations; ensure the URL formats match existing package.json conventions
(git+https://... for repository.url and https://... for bugs.url).
| * **dashmate:** add Tenderdash 1.6 allowlistOnly option ([#3067](https://github.com/dashpay/platform/issues/3067)) | ||
| * **drive-abci:** debugging tool to replay abci requests ([#2862](https://github.com/dashpay/platform/issues/2862)) | ||
| * **platform:** update PlatformAddress encoding and HRP constants ([#3059](https://github.com/dashpay/platform/issues/3059)) | ||
| * **sdk:** retry the wait for result request on deadline exeeded ([#3035](https://github.com/dashpay/platform/issues/3035)) |
There was a problem hiding this comment.
Fix typo: “exeeded” → “exceeded”.
Minor but user‑facing typo in the changelog.
✏️ Proposed fix
-* **sdk:** retry the wait for result request on deadline exeeded ([`#3035`](https://github.com/dashpay/platform/issues/3035))+* **sdk:** retry the wait for result request on deadline exceeded ([`#3035`](https://github.com/dashpay/platform/issues/3035))📝 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.
| ***sdk:** retry the wait for result request on deadline exeeded ([#3035](https://github.com/dashpay/platform/issues/3035)) | |
| ***sdk:** retry the wait for result request on deadline exceeded ([`#3035`](https://github.com/dashpay/platform/issues/3035)) |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@CHANGELOG.md` at line 21, Update the changelog entry that currently reads "*
**sdk:** retry the wait for result request on deadline exeeded
([`#3035`](https://github.com/dashpay/platform/issues/3035))" by correcting the
typo "exeeded" to "exceeded" so the line reads "* **sdk:** retry the wait for
result request on deadline exceeded
([`#3035`](https://github.com/dashpay/platform/issues/3035))".
| * **sdk:** getSignableBytes is not compatible with sign and verify ([#3048](https://github.com/dashpay/platform/issues/3048)) | ||
| * **sdk:** inconsistent document query operator ([#3039](https://github.com/dashpay/platform/issues/3039)) | ||
| * **sdk:** missing `getSignedBytes` method ([#3073](https://github.com/dashpay/platform/issues/3073)) | ||
| * **sdk:** outdated platfrom version in JS SDK ([#3046](https://github.com/dashpay/platform/issues/3046)) |
There was a problem hiding this comment.
Fix typo: “platfrom” → “platform”.
Minor but user‑facing typo in the changelog.
✏️ Proposed fix
-* **sdk:** outdated platfrom version in JS SDK ([`#3046`](https://github.com/dashpay/platform/issues/3046))+* **sdk:** outdated platform version in JS SDK ([`#3046`](https://github.com/dashpay/platform/issues/3046))📝 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.
| ***sdk:** outdated platfrom version in JS SDK ([#3046](https://github.com/dashpay/platform/issues/3046)) | |
| ***sdk:** outdated platform version in JS SDK ([`#3046`](https://github.com/dashpay/platform/issues/3046)) |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@CHANGELOG.md` at line 36, Update the changelog entry that currently reads "*
**sdk:** outdated platfrom version in JS SDK
([`#3046`](https://github.com/dashpay/platform/issues/3046))" by correcting the
typo "platfrom" to "platform" so the line becomes "* **sdk:** outdated platform
version in JS SDK ([`#3046`](https://github.com/dashpay/platform/issues/3046))".
Uh oh!
There was an error while loading. Please reload this page.
Issue being fixed or feature implemented
Release new Dash Platform version
What was done?
How Has This Been Tested?
None
Breaking Changes
None
Checklist:
For repository code-owners and collaborators only
Summary by CodeRabbit