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
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,75 @@
## [0.24.0-dev.14](https://github.com/dashpay/platform/compare/v0.24.0-dev.13...v0.24.0-dev.14) (2023-03-20)


### ⚠ BREAKING CHANGES

* core version 19.0-beta integration (#771)

### Features

* better Core 19 support ([#832](https://github.com/dashpay/platform/issues/832))
* core version 19.0-beta integration ([#771](https://github.com/dashpay/platform/issues/771))
* **dashmate:** register HPMN for local network ([#796](https://github.com/dashpay/platform/issues/796))
* **dasmate:** pack release script ([#781](https://github.com/dashpay/platform/issues/781))
* **dpp:** identity facade ([#782](https://github.com/dashpay/platform/issues/782))
* **dpp:** integration tests for wasm-dpp document transitions ([#777](https://github.com/dashpay/platform/issues/777))
* **dpp:** wasm bindings for Documents related validations ([#709](https://github.com/dashpay/platform/issues/709))
* **dpp:** wasm-dpp: integration tests for document ([#762](https://github.com/dashpay/platform/issues/762))
* Identity v2 ([#705](https://github.com/dashpay/platform/issues/705))
* platform value abstraction ([#805](https://github.com/dashpay/platform/issues/805))
* proposer signaling of protocol version upgrade and fork activation ([#778](https://github.com/dashpay/platform/issues/778))
* register system data contracts in RS Drive ([#776](https://github.com/dashpay/platform/issues/776))
* **rs-dpp:** dashpay datatrigger toUserIds better validation ([#799](https://github.com/dashpay/platform/issues/799))
* **rs-dpp:** backport of index_definitions.unique validation ([#802](https://github.com/dashpay/platform/issues/802))
* **rs-dpp:** backports of identity/stateTransition from js-dpp ([#800](https://github.com/dashpay/platform/issues/800))
* **rs-dpp:** introduce `StateTransitionFactory` ([#810](https://github.com/dashpay/platform/issues/810))
* **rs-dpp:** validate indices are backwards compatible backport ([#797](https://github.com/dashpay/platform/issues/797))
* **rs-drive:** verification feature ([#803](https://github.com/dashpay/platform/issues/803))
* **wasm dpp:** validate state transition key signature ([#806](https://github.com/dashpay/platform/issues/806))
* **wasm-dpp:** wasm bindings for Document Transitions ([#707](https://github.com/dashpay/platform/issues/707))
* **wasm-dpp:** async state repository ([#766](https://github.com/dashpay/platform/issues/766))
* **wasm-dpp:** data contract facade ([#716](https://github.com/dashpay/platform/issues/716))
* **wasm-dpp:** Fix metadata, metadata tests and backport v23 matedata changes into wasm-dpp ([#819](https://github.com/dashpay/platform/issues/819))
* **wasm-dpp:** implement identity update transition ([#748](https://github.com/dashpay/platform/issues/748))
* **wasm-dpp:** integration tests validate data contract update transition ([#812](https://github.com/dashpay/platform/issues/812))
* **wasm-dpp:** protocol version validator tests ([#823](https://github.com/dashpay/platform/issues/823))
* **wasm-dpp:** remove unused documents factory tests ([#828](https://github.com/dashpay/platform/issues/828))
* **wasm-dpp:** state transition facade ([#814](https://github.com/dashpay/platform/issues/814))
* withdrawals status sync ([#679](https://github.com/dashpay/platform/issues/679))


### Bug Fixes

* **ci:** fix release workflow syntax error ([#808](https://github.com/dashpay/platform/issues/808))
* **dashmate:** make dashmate helper run commands as host user ([#765](https://github.com/dashpay/platform/issues/765))
* **dashmate:** visual fixes for dashmate status ([#787](https://github.com/dashpay/platform/issues/787))
* **dpp:** update jsonschema-rs and enable tests ([#780](https://github.com/dashpay/platform/issues/780))
* **rs-dpp:** fetch latest core chain locked height misuse ([#789](https://github.com/dashpay/platform/issues/789))
* update webpack to resolve npm audit error ([#822](https://github.com/dashpay/platform/issues/822))
* **wasm-dpp:** Identifier and its tests ([#821](https://github.com/dashpay/platform/issues/821))


### Code Refactoring

* remove various Clippy warnings ([#793](https://github.com/dashpay/platform/issues/793))
* **rs-dpp:** bring error type to one format ([#804](https://github.com/dashpay/platform/issues/804))


### Build System

* add missing deps ([#824](https://github.com/dashpay/platform/issues/824))


### Documentation

* supported Node.JS version and dashmate command description ([#825](https://github.com/dashpay/platform/issues/825))


### Miscellaneous Chores

* **drive:** temporary disable unstable withdrawal logic ([#831](https://github.com/dashpay/platform/issues/831))
* **sdk:** add eslint ([#827](https://github.com/dashpay/platform/issues/827))

## [0.24.0-dev.13](https://github.com/dashpay/platform/compare/v0.24.0-dev.12...v0.24.0-dev.13) (2023-01-30)


Expand Down
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": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"private": true,
"scripts": {
"setup": "yarn install && yarn run build && yarn run configure",
Expand Down
2 changes: 1 addition & 1 deletion packages/bench-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/bench-suite",
"private": true,
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Dash Platform benchmark tool",
"scripts": {
"bench": "node ./bin/bench.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi-grpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-grpc",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "DAPI GRPC definition file and generated clients",
"browser": "browser.js",
"main": "node.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dapi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/dapi",
"private": true,
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "A decentralized API for the Dash network",
"scripts": {
"api": "node scripts/api.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/dash-spv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dash-spv",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Repository containing SPV functions used by @dashevo",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/dashmate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dashmate",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Distribution package for Dash Masternode installation",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashpay-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dashpay-contract",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Reference contract of the DashPay DPA on Dash Evolution",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/dpns-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dpns-contract",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "A contract and helper scripts for DPNS DApp",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/feature-flags-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/feature-flags-contract",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Data Contract to store Dash Platform feature flags",
"scripts": {
"build": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dapi-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dapi-client",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Client library used to access Dash DAPI endpoints",
"main": "lib/index.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dash-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash",
"version": "3.24.0-dev.13",
"version": "3.24.0-dev.14",
"description": "Dash library for JavaScript/TypeScript ecosystem (Wallet, DAPI, Primitives, BLS, ...)",
"main": "build/src/index.js",
"unpkg": "dist/dash.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-dpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/dpp",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "The JavaScript implementation of the Dash Platform Protocol",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-drive/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/drive",
"private": true,
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Replicated state machine for Dash Platform",
"engines": {
"node": ">=12"
Expand Down
2 changes: 1 addition & 1 deletion packages/js-grpc-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/grpc-common",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Common GRPC library",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/masternode-reward-shares-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/masternode-reward-shares-contract",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "A contract and helper scripts for reward sharing",
"scripts": {
"lint": "eslint .",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-test-suite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dashevo/platform-test-suite",
"private": true,
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Dash Network end-to-end tests",
"scripts": {
"test": "yarn exec bin/test.sh",
Expand Down
2 changes: 1 addition & 1 deletion packages/rs-drive-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/rs-drive",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Node.JS binding for Rust Drive",
"main": "Drive.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/wallet-lib",
"version": "7.24.0-dev.13",
"version": "7.24.0-dev.14",
"description": "Light wallet library for Dash",
"main": "src/index.js",
"unpkg": "dist/wallet-lib.min.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-dpp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/wasm-dpp",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "The JavaScript implementation of the Dash Platform Protocol",
"main": "dist/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/withdrawals-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dashevo/withdrawals-contract",
"version": "0.24.0-dev.13",
"version": "0.24.0-dev.14",
"description": "Data Contract to manipulate and track withdrawals",
"scripts": {
"build": "",
Expand Down