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
69 changes: 69 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,72 @@
## [2.1.0-dev.4](https://github.com/dashpay/platform/compare/v2.0.0...v2.1.0-dev.4) (2025-09-18)


### ⚠ BREAKING CHANGES

* **wasm-sdk:** handle identity create transition signing for all types of keys (#2754)
* **wasm-sdk:** remove unused key_id parameters from state transitions (#2759)
* **sdk:** provide all getStatus info (#2729)

### Features

* add tests for new token transitions
* evo sdk ([#2771](https://github.com/dashpay/platform/issues/2771))
* **sdk:** epic: rs-sdk-ffi and ios support ([#2756](https://github.com/dashpay/platform/issues/2756))
* **sdk:** provide all getStatus info ([#2729](https://github.com/dashpay/platform/issues/2729))
* **wasm-sdk:** implement four missing token transitions
* **wasm-sdk:** remove unused key_id parameters from state transitions ([#2759](https://github.com/dashpay/platform/issues/2759))


### Bug Fixes

* **sdk:** fix generate docs ([#2730](https://github.com/dashpay/platform/issues/2730))
* **sdk:** js sdk audit warnings by adding crypto-related dependencies to package.json ([#2757](https://github.com/dashpay/platform/issues/2757))
* **wasm-sdk:** handle identity create transition signing for all types of keys ([#2754](https://github.com/dashpay/platform/issues/2754))
* **wasm-sdk:** address compiler warnings ([#2734](https://github.com/dashpay/platform/issues/2734))
* **wasm-sdk:** connect where and orderBy clause functionality for getDocuments ([#2753](https://github.com/dashpay/platform/issues/2753))
* **wasm-sdk:** enable proofs for getContestedResourceVotersForIdentity ([#2732](https://github.com/dashpay/platform/issues/2732))
* **wasm-sdk:** fix nft transitions ([#2751](https://github.com/dashpay/platform/issues/2751))
* **wasm-sdk:** resolve CI test failures and build issues ([#2765](https://github.com/dashpay/platform/issues/2765))
* **wasm-sdk:** resolve test failures and optimize CI workflow ([#2735](https://github.com/dashpay/platform/issues/2735))
* **wasm-sdk:** use identity contract nonce for data contract updates ([#2738](https://github.com/dashpay/platform/issues/2738))


### Tests

* **sdk:** expand wasm-sdk page UI testing ([#2720](https://github.com/dashpay/platform/issues/2720))
* **wasm-sdk:** add ui tests for almost all state transitions ([#2739](https://github.com/dashpay/platform/issues/2739))


### Miscellaneous Chores

* add wasm-sdk as scope for pr linting ([#2731](https://github.com/dashpay/platform/issues/2731))
* clean dpp clippy ([#2764](https://github.com/dashpay/platform/issues/2764))
* **drive:** fix drive linting ([#2763](https://github.com/dashpay/platform/issues/2763))
* sdk clippy issues ([#2767](https://github.com/dashpay/platform/issues/2767))
* update yarn cache with new dependencies ([#2758](https://github.com/dashpay/platform/issues/2758))
* **wasm-sdk:** apply cargo fmt and cleanup ([#2766](https://github.com/dashpay/platform/issues/2766))


### Code Refactoring

* **sdk:** wasm-sdk doc generation refactor ([#2726](https://github.com/dashpay/platform/issues/2726))
* swift sdk fixes ([#2772](https://github.com/dashpay/platform/issues/2772))
* **wasm-sdk:** improve documentation generation maintainability ([#2773](https://github.com/dashpay/platform/issues/2773))


### Continuous Integration

* dont do CI when it's not needed ([#2774](https://github.com/dashpay/platform/issues/2774))
* swift CI fixes ([#2775](https://github.com/dashpay/platform/issues/2775))
* Use self hosted mac runner ([#2776](https://github.com/dashpay/platform/issues/2776))


### Build System

* add version param to release a specific version
* bump tenderdash-abci to v1.5.0-dev.2 ([#2770](https://github.com/dashpay/platform/issues/2770))
* update rust to 1.89 ([#2755](https://github.com/dashpay/platform/issues/2755))

## [2.0.0](https://github.com/dashpay/platform/compare/v2.0.0-rc.16...v2.0.0) (2025-06-26)


Expand Down
70 changes: 35 additions & 35 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/platform",
"version": "2.0.0",
"version": "2.1.0-dev.4",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
Loading
Loading