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
47 changes: 47 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
## [2.2.0-dev.2](https://github.com/dashpay/platform/compare/v2.1.2...v2.2.0-dev.2) (2025-11-28)


### ⚠ BREAKING CHANGES

* use identity contract keys query (#2870)
* **sdk:** cleanup JS SDK params and return types (#2858)
* **sdk:** user-friendly evo sdk params (#2856)
* **dashmate:** port conflicts with mainnet and testnet on the same host (#2829)
Comment on lines +6 to +9
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

Standardize issue links in BREAKING CHANGES.

Link numbers like elsewhere in the file for consistency.

Apply:

-* use identity contract keys query (#2870)
-* **sdk:** cleanup JS SDK params and return types (#2858)
-* **sdk:** user-friendly evo sdk params (#2856)
-* **dashmate:** port conflicts with mainnet and testnet  on the same host (#2829)
+* use identity contract keys query ([#2870](https://github.com/dashpay/platform/issues/2870))
+* **sdk:** cleanup JS SDK params and return types ([#2858](https://github.com/dashpay/platform/issues/2858))
+* **sdk:** user-friendly evo sdk params ([#2856](https://github.com/dashpay/platform/issues/2856))
+* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
📝 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
* use identity contract keys query (#2870)
* **sdk:** cleanup JS SDK params and return types (#2858)
* **sdk:** user-friendly evo sdk params (#2856)
* **dashmate:** port conflicts with mainnet and testnet on the same host (#2829)
* use identity contract keys query ([#2870](https://github.com/dashpay/platform/issues/2870))
* **sdk:** cleanup JS SDK params and return types ([#2858](https://github.com/dashpay/platform/issues/2858))
* **sdk:** user-friendly evo sdk params ([#2856](https://github.com/dashpay/platform/issues/2856))
* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
🤖 Prompt for AI Agents
In CHANGELOG.md around lines 6–9, the BREAKING CHANGES entries use plain
parenthesized issue numbers like "(#2870)" which is inconsistent with the rest
of the file; update each entry to use the same markdown link pattern used
elsewhere in the changelog (i.e., replace the plain "(#NNNN)" tokens with the
repository's markdown link format for PR/issue numbers used in this file),
ensuring all four entries become linked consistently.


### Features

* **dashmate:** add prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))
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 extra space.

“add prometheus …” has two spaces.

-* **dashmate:** add  prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))
+* **dashmate:** add prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))
📝 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 prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))
* **dashmate:** add prometheus service discovery labels ([#2818](https://github.com/dashpay/platform/issues/2818))
🤖 Prompt for AI Agents
In CHANGELOG.md around line 13, the bullet "add  prometheus service discovery
labels..." contains an extra space between "add" and "prometheus"; remove the
duplicate space so it reads "add prometheus service discovery labels" and save
the file.

* **drive:** add next epoch info to GetStatusResponse ([#2847](https://github.com/dashpay/platform/issues/2847))
* **sdk:** entities for Evo SDK ([#2800](https://github.com/dashpay/platform/issues/2800))


### Bug Fixes

* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
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

Remove double space.

Double space before “on”.

-* **dashmate:** port conflicts with mainnet and testnet  on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
+* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
📝 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:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
* **dashmate:** port conflicts with mainnet and testnet on the same host ([#2829](https://github.com/dashpay/platform/issues/2829))
🤖 Prompt for AI Agents
In CHANGELOG.md around line 20, there is a double space before the word "on" in
the sentence "* **dashmate:** port conflicts with mainnet and testnet  on the
same host ([#2829](https://github.com/dashpay/platform/issues/2829))"; remove
the extra space so there is only a single space between "testnet" and "on",
keeping the rest of the line unchanged.

* **dpp:** desiarilization of data contract JSON with token configuration ([#2857](https://github.com/dashpay/platform/issues/2857))
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

Typo: “desiarilization” → “deserialization”.

-* **dpp:** desiarilization of data contract JSON with token configuration ([#2857](https://github.com/dashpay/platform/issues/2857))
+* **dpp:** deserialization of data contract JSON with token configuration ([#2857](https://github.com/dashpay/platform/issues/2857))
🤖 Prompt for AI Agents
In CHANGELOG.md around line 21, the word "desiarilization" is misspelled; update
that entry to read "deserialization" (i.e., replace "desiarilization of data
contract JSON with token configuration" with "deserialization of data contract
JSON with token configuration").

* resolve a few issues in iOS example app ([#2843](https://github.com/dashpay/platform/issues/2843))
* **sdk:** fail on invalid proof ([#2864](https://github.com/dashpay/platform/issues/2864))
* **sdk:** reset SDK nonce caches after failed transitions ([#2851](https://github.com/dashpay/platform/issues/2851))


### Tests

* platform-test-suite accepts DAPI_ADDRESSES ([#2798](https://github.com/dashpay/platform/issues/2798))


### Build System

* script to configure environments for ai coding agents ([#2845](https://github.com/dashpay/platform/issues/2845))
* **sdk:** wasm-sdk remove unmaintained wee_alloc (RUSTSEC-2022-0054) ([#2844](https://github.com/dashpay/platform/issues/2844))
* use workspace version in Cargo.toml ([#2831](https://github.com/dashpay/platform/issues/2831))


### Code Refactoring

* **dashmate:** remove deprecated javascript dapi ([#2827](https://github.com/dashpay/platform/issues/2827))
* **sdk:** cleanup JS SDK params and return types ([#2858](https://github.com/dashpay/platform/issues/2858))
* **sdk:** typed identifier ([#2848](https://github.com/dashpay/platform/issues/2848))
* **sdk:** typed wasm-sdk params ([#2849](https://github.com/dashpay/platform/issues/2849))
* **sdk:** user-friendly evo sdk params ([#2856](https://github.com/dashpay/platform/issues/2856))
* use identity contract keys query ([#2870](https://github.com/dashpay/platform/issues/2870))

### [2.1.2](https://github.com/dashpay/platform/compare/v2.1.1...v2.1.2) (2025-10-27)


Expand Down
74 changes: 37 additions & 37 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 = "2.2.0-dev.1"
version = "2.2.0-dev.2"
rust-version = "1.89"
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": "2.2.0-dev.1",
"version": "2.2.0-dev.2",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
Loading
Loading