Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
## [3.1.0-dev.6](///compare/v3.1.0-dev.5...v3.1.0-dev.6) (2026-05-26)
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated


### Features

* **platform-wallet:** expose sync_watermark() on PlatformAddressWallet ([#3723](undefined/undefined/undefined/issues/3723))
* **platform-wallet:** IdentityManager::identity_ids + FFI no-selectable-inputs error mapping ([#3651](undefined/undefined/undefined/issues/3651))
* **platform-wallet:** serde support ([#3637](undefined/undefined/undefined/issues/3637))
* **swift-sdk,platform-wallet:** wire shielded send end-to-end (all 4 transitions) ([#3603](undefined/undefined/undefined/issues/3603))


### Bug Fixes

* **drive-abci:** bill batch transformer drive reads ([#3670](undefined/undefined/undefined/issues/3670))
* **drive-abci:** correct DECRYPTION bounds branch + bill grovedb reads in bounds validation ([#3697](undefined/undefined/undefined/issues/3697))
* **platform-wallet:** fail-closed on registration persist error (Found-017) [backport] ([#3659](undefined/undefined/undefined/issues/3659))
* **platform-wallet:** spv client deadlocking when sending a tx ([#3730](undefined/undefined/undefined/issues/3730))
* **sdk:** forward wasm grpc-web trailers to tonic ([#3726](undefined/undefined/undefined/issues/3726))
* **sdk:** sdk emits incompatible getDocuments wire against pre-v3.1 networks (QueryContext approach) ([#3711](undefined/undefined/undefined/issues/3711))
* **wasm-sdk:** support binary grove path elements ([#3657](undefined/undefined/undefined/issues/3657))


### Miscellaneous Chores

* bump rust-dashcore to rev f569e7b7b99dfe589c41f9ba7d36fbbe6805acdc ([#3729](undefined/undefined/undefined/issues/3729))
Comment thread
PastaPastaPasta marked this conversation as resolved.
Outdated
Comment on lines +1 to +25

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🟡 Suggestion: New 3.1.0-dev.6 changelog entry has malformed compare and issue links

The 3.1.0-dev.6 section at the top of CHANGELOG.md uses ///compare/v3.1.0-dev.5...v3.1.0-dev.6 for the release header (line 1) and undefined/undefined/undefined/issues/<n> for every PR reference (lines 6–9, 14–20, 25), while every prior section (e.g. line 35 for 3.1.0-dev.5) uses fully-qualified https://github.com/dashpay/platform/... URLs. The release tool failed to resolve the repository URL when generating this entry, so the new section's links will not navigate on GitHub or in downstream changelog renderers. Regenerate this section with the repository URL configured, or hand-patch the header and all undefined/undefined/undefined/issues/... references to https://github.com/dashpay/platform/issues/... before tagging.

source: ['claude', 'codex']

* **dapi-client,dapi-grpc:** cleanup — drop unused deps, inline winston/fetch/promisify shims


### Tests

* **dapi-client:** drop white-box dispatcher inspection from requestJsonRpc spec
* **dapi-client:** restore behavioral self-signed HTTPS test
* **dapi-client:** skip undici dispatcher checks in browsers

## [3.1.0-dev.5](https://github.com/dashpay/platform/compare/v3.1.0-dev.4...v3.1.0-dev.5) (2026-05-21)


Expand Down
Loading
Loading