Skip to content

Commit 0abfa2b

Browse files
committed
chore(release): update changelog and version to 2.1.0-dev.2
1 parent e2ac0a9 commit 0abfa2b

File tree

56 files changed

+167
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+167
-87
lines changed

CHANGELOG.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,83 @@
1+
## [2.1.0-dev.2](https://github.com/dashevo/platform/compare/v2.1.0-dev.1...v2.1.0-dev.2) (2025-08-06)
2+
3+
4+
### Features
5+
6+
* access logging
7+
* add wasm bindings for Drive verification functions ([#2660](https://github.com/dashevo/platform/issues/2660))
8+
* balance checker app ([#2688](https://github.com/dashevo/platform/issues/2688))
9+
* **dashmate:** allow configuring zmq using dashmate ([#2697](https://github.com/dashevo/platform/issues/2697))
10+
* **sdk:** add request settings in wasm sdk ([#2707](https://github.com/dashevo/platform/issues/2707))
11+
* **sdk:** add username search example in evo-sdk ([#2706](https://github.com/dashevo/platform/issues/2706))
12+
* **sdk:** adding a trusted context provider package ([#2687](https://github.com/dashevo/platform/issues/2687))
13+
* **sdk:** dpns sdk improvements ([#2692](https://github.com/dashevo/platform/issues/2692))
14+
* **sdk:** enable proof support for most queries ([#2718](https://github.com/dashevo/platform/issues/2718))
15+
* **sdk:** identity creation in wasm ([#2711](https://github.com/dashevo/platform/issues/2711))
16+
* **sdk:** make wasm sdk complete for all state transitions and most queries ([#2690](https://github.com/dashevo/platform/issues/2690))
17+
* **sdk:** wasm docs and fixes ([#2700](https://github.com/dashevo/platform/issues/2700))
18+
* **sdk:** wasm drive verify optimization ([#2683](https://github.com/dashevo/platform/issues/2683))
19+
* **sdk:** wasm sdk core and test suite ([#2709](https://github.com/dashevo/platform/issues/2709))
20+
21+
22+
### Bug Fixes
23+
24+
* **sdk:** fix documentation examples ([#2710](https://github.com/dashevo/platform/issues/2710))
25+
* **sdk:** install wasm-opt from Github instead of apt ([#2701](https://github.com/dashevo/platform/issues/2701))
26+
* **sdk:** modifications to get wasm-sdk working again ([#2689](https://github.com/dashevo/platform/issues/2689))
27+
28+
29+
### Tests
30+
31+
* **sdk:** automate wasm-sdk page UI testing (partial) ([#2715](https://github.com/dashevo/platform/issues/2715))
32+
33+
34+
### Build System
35+
36+
* **deps:** update getrandom to v0.3
37+
38+
39+
### Continuous Integration
40+
41+
* rs-dapi workflows
42+
43+
44+
### Miscellaneous Chores
45+
46+
* at least compiles
47+
* better logging
48+
* cargo.lock version
49+
* cargo.toml reorder packages
50+
* cleanup deps
51+
* clippy
52+
* copy rs-dapi
53+
* dashmate impl
54+
* DESIGN - logging described
55+
* disable access log (doesn't work anyway)
56+
* example apps
57+
* fix env var name
58+
* identity create green
59+
* improve logging
60+
* minor fixes
61+
* move old dapi to /deprecated prefix
62+
* **platform:** add protocol version 10 support ([#2686](https://github.com/dashevo/platform/issues/2686))
63+
* progress, tenderdash to do
64+
* refactor of td client and websockets
65+
* replace sync zmq with async zeromq
66+
* rs-dapi verbose entrypoint
67+
* rs-dapi, wip
68+
* **sdk:** use correct port for evo-sdk mainnet ([#2699](https://github.com/dashevo/platform/issues/2699))
69+
* some logs
70+
* tracing logging
71+
* try to fix logging
72+
* wip
73+
* wip
74+
* wip
75+
* zeromq improvements
76+
* zmq
77+
* zmq details
78+
* zmq reconnecting
79+
* zmq to test
80+
181
## [2.1.0-dev.1](https://github.com/dashpay/platform/compare/v2.0.0...v2.1.0-dev.1) (2025-07-11)
282

383

Cargo.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dashevo/platform",
3-
"version": "2.1.0-dev.1",
3+
"version": "2.1.0-dev.2",
44
"private": true,
55
"scripts": {
66
"setup": "yarn install && yarn run build && yarn run configure",

packages/bench-suite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dashevo/bench-suite",
33
"private": true,
4-
"version": "2.1.0-dev.1",
4+
"version": "2.1.0-dev.2",
55
"description": "Dash Platform benchmark tool",
66
"scripts": {
77
"bench": "node ./bin/bench.js",

0 commit comments

Comments
 (0)