From 635007c6c459afb86e10e17223358c09ba75f49f Mon Sep 17 00:00:00 2001 From: Ishan Date: Sat, 19 Aug 2023 13:09:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=206.0.0-bet?= =?UTF-8?q?a.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commander/package.json | 18 ++-- .../templates/init/package-template.json | 16 ++-- .../templates/init_plugin/package.json | 2 +- elements/lisk-api-client/package.json | 12 +-- elements/lisk-chain/package.json | 10 +-- elements/lisk-client/package.json | 14 +-- elements/lisk-codec/package.json | 6 +- elements/lisk-cryptography/package.json | 2 +- elements/lisk-elements/package.json | 20 ++--- elements/lisk-p2p/package.json | 8 +- elements/lisk-transaction-pool/package.json | 4 +- elements/lisk-transactions/package.json | 8 +- elements/lisk-tree/package.json | 4 +- elements/lisk-validator/package.json | 4 +- .../config/custom_config_node_one.json | 3 +- .../config/custom_config_node_two.json | 3 +- .../config/default/config.json | 10 ++- .../config/default/genesis_assets.json | 84 ++++++++++++++++++ .../config/default/genesis_block.blob | Bin 5924 -> 7293 bytes .../config/default/config.json | 13 +-- .../config/default/genesis_assets.json | 70 +++++++++++++++ .../config/default/genesis_block.blob | Bin 5924 -> 7064 bytes .../config/default/config.json | 13 +-- .../config/default/genesis_assets.json | 70 +++++++++++++++ .../config/default/genesis_block.blob | Bin 5924 -> 7064 bytes .../package.json | 4 +- .../package.json | 6 +- .../lisk-framework-faucet-plugin/package.json | 14 +-- .../lisk-framework-forger-plugin/package.json | 6 +- .../package.json | 4 +- .../package.json | 6 +- framework/package.json | 20 ++--- protocol-specs/package.json | 6 +- sdk/package.json | 22 ++--- 34 files changed, 357 insertions(+), 125 deletions(-) diff --git a/commander/package.json b/commander/package.json index 167f8d77aaf..a1f5a7c8d3a 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -101,16 +101,16 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.5", - "@liskhq/lisk-chain": "^0.4.0-beta.5", - "@liskhq/lisk-client": "^6.0.0-beta.5", - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-api-client": "^6.0.0-beta.6", + "@liskhq/lisk-chain": "^0.4.0-beta.6", + "@liskhq/lisk-client": "^6.0.0-beta.6", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-db": "0.3.7", "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@liskhq/lisk-transactions": "^6.0.0-beta.4", + "@liskhq/lisk-transactions": "^6.0.0-beta.5", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4", + "@liskhq/lisk-validator": "^0.7.0-beta.5", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -121,7 +121,7 @@ "cli-table3": "0.6.0", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-framework": "^0.10.0-beta.6", + "lisk-framework": "^0.10.0-beta.7", "listr": "0.14.3", "progress": "2.0.3", "semver": "7.5.2", diff --git a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json index 4d86cd1fdef..da9cfefc0ee 100644 --- a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json +++ b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init/package-template.json @@ -85,12 +85,12 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "0.2.0-beta.6", - "@liskhq/lisk-framework-faucet-plugin": "0.2.0-beta.6", - "@liskhq/lisk-framework-monitor-plugin": "0.3.0-beta.6", - "@liskhq/lisk-framework-forger-plugin": "0.3.0-beta.6", - "@liskhq/lisk-framework-report-misbehavior-plugin": "0.3.0-beta.6", - "@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-beta.6", + "@liskhq/lisk-framework-dashboard-plugin": "0.2.0-beta.7", + "@liskhq/lisk-framework-faucet-plugin": "0.2.0-beta.7", + "@liskhq/lisk-framework-monitor-plugin": "0.3.0-beta.7", + "@liskhq/lisk-framework-forger-plugin": "0.3.0-beta.7", + "@liskhq/lisk-framework-report-misbehavior-plugin": "0.3.0-beta.7", + "@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-beta.7", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -98,8 +98,8 @@ "axios": "0.21.2", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-commander": "6.0.0-beta.6", - "lisk-sdk": "6.0.0-beta.6", + "lisk-commander": "6.0.0-beta.7", + "lisk-sdk": "6.0.0-beta.7", "tar": "6.1.11", "tslib": "2.4.1" }, diff --git a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json index a47b4f36d97..9d30e79eaa1 100644 --- a/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json +++ b/commander/src/bootstrapping/templates/lisk-template-ts/templates/init_plugin/package.json @@ -28,7 +28,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "lisk-sdk": "^6.0.0-beta.6" + "lisk-sdk": "^6.0.0-beta.7" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index e4225fdef14..ae7b3b68575 100644 --- a/elements/lisk-api-client/package.json +++ b/elements/lisk-api-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-api-client", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,16 +35,16 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", - "@liskhq/lisk-transactions": "^6.0.0-beta.4", - "@liskhq/lisk-validator": "^0.7.0-beta.4", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", + "@liskhq/lisk-transactions": "^6.0.0-beta.5", + "@liskhq/lisk-validator": "^0.7.0-beta.5", "isomorphic-ws": "4.0.1", "ws": "8.11.0", "zeromq": "6.0.0-beta.6" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.4.0-beta.5", + "@liskhq/lisk-chain": "^0.4.0-beta.6", "@types/jest": "29.2.3", "@types/jest-when": "3.5.2", "@types/node": "18.15.3", diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index 7cf20890ecf..1bfd6fccb11 100644 --- a/elements/lisk-chain/package.json +++ b/elements/lisk-chain/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-chain", - "version": "0.4.0-beta.5", + "version": "0.4.0-beta.6", "description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,12 +35,12 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-tree": "^0.3.0-beta.4", + "@liskhq/lisk-tree": "^0.3.0-beta.5", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4", + "@liskhq/lisk-validator": "^0.7.0-beta.5", "debug": "4.3.4" }, "devDependencies": { diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index ee23874138c..7503f017180 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -56,14 +56,14 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.5", - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-api-client": "^6.0.0-beta.6", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@liskhq/lisk-transactions": "^6.0.0-beta.4", - "@liskhq/lisk-tree": "^0.3.0-beta.4", + "@liskhq/lisk-transactions": "^6.0.0-beta.5", + "@liskhq/lisk-tree": "^0.3.0-beta.5", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4", + "@liskhq/lisk-validator": "^0.7.0-beta.5", "buffer": "6.0.3" }, "devDependencies": { diff --git a/elements/lisk-codec/package.json b/elements/lisk-codec/package.json index 8c79bc8cd36..41095805907 100644 --- a/elements/lisk-codec/package.json +++ b/elements/lisk-codec/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-codec", - "version": "0.3.0-beta.4", + "version": "0.3.0-beta.5", "description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,9 +35,9 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4" + "@liskhq/lisk-validator": "^0.7.0-beta.5" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 789bda29deb..00e6edf793e 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "4.0.0-beta.3", + "version": "4.0.0-beta.4", "description": "General cryptographic functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 665d4979a4a..e89dc106e70 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "6.0.0-beta.5", + "version": "6.0.0-beta.6", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,18 +35,18 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.5", - "@liskhq/lisk-chain": "^0.4.0-beta.5", - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-api-client": "^6.0.0-beta.6", + "@liskhq/lisk-chain": "^0.4.0-beta.6", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-p2p": "^0.8.0-beta.5", + "@liskhq/lisk-p2p": "^0.8.0-beta.6", "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.5", - "@liskhq/lisk-transactions": "^6.0.0-beta.4", - "@liskhq/lisk-tree": "^0.3.0-beta.4", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.6", + "@liskhq/lisk-transactions": "^6.0.0-beta.5", + "@liskhq/lisk-tree": "^0.3.0-beta.5", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4" + "@liskhq/lisk-validator": "^0.7.0-beta.5" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index 2321a6915f6..ac50eee07a8 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.8.0-beta.5", + "version": "0.8.0-beta.6", "description": "Unstructured P2P library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -41,9 +41,9 @@ "disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", + "@liskhq/lisk-validator": "^0.7.0-beta.5", "lodash.shuffle": "4.2.0", "semver": "7.5.2", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-transaction-pool/package.json b/elements/lisk-transaction-pool/package.json index 9f032339029..ff6bf059a5d 100644 --- a/elements/lisk-transaction-pool/package.json +++ b/elements/lisk-transaction-pool/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transaction-pool", - "version": "0.6.0-beta.5", + "version": "0.6.0-beta.6", "description": "Transaction pool library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,7 +36,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-utils": "^0.3.0-beta.3", "debug": "4.3.4" }, diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index c566745cf35..ea9d7e13a6c 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "6.0.0-beta.4", + "version": "6.0.0-beta.5", "description": "Utility functions related to transactions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,9 +35,9 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4" + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", + "@liskhq/lisk-validator": "^0.7.0-beta.5" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-tree/package.json b/elements/lisk-tree/package.json index d8a428b7fc4..325297e82f7 100644 --- a/elements/lisk-tree/package.json +++ b/elements/lisk-tree/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-tree", - "version": "0.3.0-beta.4", + "version": "0.3.0-beta.5", "description": "Library containing Merkle tree implementations for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,7 +35,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-utils": "^0.3.0-beta.3" }, "devDependencies": { diff --git a/elements/lisk-validator/package.json b/elements/lisk-validator/package.json index 8da994570cd..0883ecbe101 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.7.0-beta.4", + "version": "0.7.0-beta.5", "description": "Validation library according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,7 +36,7 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "ajv": "8.1.0", "ajv-formats": "2.1.1", "debug": "4.3.4", diff --git a/examples/interop/pos-mainchain-fast/config/custom_config_node_one.json b/examples/interop/pos-mainchain-fast/config/custom_config_node_one.json index 247bd121cb3..e40daa75053 100644 --- a/examples/interop/pos-mainchain-fast/config/custom_config_node_one.json +++ b/examples/interop/pos-mainchain-fast/config/custom_config_node_one.json @@ -28,8 +28,7 @@ "plugins": { "chainConnector": { "receivingChainID": "04000001", - "encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=550ae6bbc0ef89328ccb4f6f9023522d79c44c5776a53824c8a97878d4b7f8d80f94733cd0a12490649fa35cbffd814ca3b68b3f221e0790ea1e1af8837b7db789ec1752e1&mac=ef28a41cc5f9054405d32c4aa550d8f84cce74965d9f9ef4c4db2dddfbb8ee5a&salt=e0f03bb677158c2c&iv=56bf95e106f9d540b09f755f972f8606&tag=37ee036e097d294c5e2272aa33e520d5&iterations=1¶llelism=4&memorySize=2097023", - "password": "lisk", + "encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=aa92aefc87797b8e107e0ebc8f863333b8dbc173b7d6e75b0f3ca1f5113d64050247a2c79679840193ea564a34c80f7e3d8ff77d5a9a2cd7e9c1e912e707b38206d4700485013ae14e33db2e31f4f0cfeee5fdbe4e2356cce179819f87da348cf2fe057f6e320b809db3ffdad7cbae86c568184caebe3ba44edb49c59e263012&mac=e4d31ce6274e3dd83c70732f9965846114d53e07e831b1f5bb9a841e1731d85a&salt=a3fd8ab81c91b9b5&iv=c3028fe54417f71e1caba5727be0040d&tag=f97a0df7b6349f90310ebf3eed4dde42&iterations=1¶llelism=4&memorySize=2097023", "ccuFee": "500000000", "receivingChainIPCPath": "~/.lisk/pos-sidechain-example-one", "registrationHeight": 10 diff --git a/examples/interop/pos-mainchain-fast/config/custom_config_node_two.json b/examples/interop/pos-mainchain-fast/config/custom_config_node_two.json index 720c2375649..eccd82a6aa8 100644 --- a/examples/interop/pos-mainchain-fast/config/custom_config_node_two.json +++ b/examples/interop/pos-mainchain-fast/config/custom_config_node_two.json @@ -23,8 +23,7 @@ "plugins": { "chainConnector": { "receivingChainID": "04000002", - "encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=550ae6bbc0ef89328ccb4f6f9023522d79c44c5776a53824c8a97878d4b7f8d80f94733cd0a12490649fa35cbffd814ca3b68b3f221e0790ea1e1af8837b7db789ec1752e1&mac=ef28a41cc5f9054405d32c4aa550d8f84cce74965d9f9ef4c4db2dddfbb8ee5a&salt=e0f03bb677158c2c&iv=56bf95e106f9d540b09f755f972f8606&tag=37ee036e097d294c5e2272aa33e520d5&iterations=1¶llelism=4&memorySize=2097023", - "password": "lisk", + "encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=9d610eef4907f311bfd8ae43538ef0fa1c74c8e88d93ded66c830d0247885d38c2b146cd440000eb45e06772989feea43b8d38c787d9875ab265724bb8bd802e0f3ac14724725c0a76f10415d47726d4fa44c47272dc0d28f7dfc678a3d7c96f7e1dd04f91266232dffa7fd7b77b265b1ea1652f1f630bf01d6029d8161c646e&mac=9d71d8364689b60da64f8bc48dd52c6b418d163c1dc3c9803aba7fbe0d3c81f6&salt=e5c7d8d885e7ab63&iv=963fb5eb2533f2cab718536734ed329b&tag=251cc2e3e1a3461b6b2a530e99e4f096&iterations=1¶llelism=4&memorySize=2097023", "ccuFee": "500000000", "receivingChainIPCPath": "~/.lisk/pos-sidechain-example-two", "registrationHeight": 10 diff --git a/examples/interop/pos-mainchain-fast/config/default/config.json b/examples/interop/pos-mainchain-fast/config/default/config.json index 3cf30c4f047..26b60b3005b 100644 --- a/examples/interop/pos-mainchain-fast/config/default/config.json +++ b/examples/interop/pos-mainchain-fast/config/default/config.json @@ -25,12 +25,16 @@ "block": { "fromFile": "./config/genesis_block.blob" }, - "blockTime": 10, - "bftBatchSize": 103, + "blockTime": 5, "maxTransactionsSize": 15360, "chainID": "04000000" }, "generator": {}, - "modules": {}, + "modules": { + "pos": { + "numberActiveValidators": 7, + "numberStandbyValidators": 2 + } + }, "plugins": {} } diff --git a/examples/interop/pos-mainchain-fast/config/default/genesis_assets.json b/examples/interop/pos-mainchain-fast/config/default/genesis_assets.json index 4b9c333214f..343f2580f36 100644 --- a/examples/interop/pos-mainchain-fast/config/default/genesis_assets.json +++ b/examples/interop/pos-mainchain-fast/config/default/genesis_assets.json @@ -1121,6 +1121,90 @@ "commission": 0, "lastCommissionIncreaseHeight": 0, "sharingCoefficients": [] + }, + { + "address": "lsk7mjmo5pf6t4qomcrtrgjwostrz4xorhpx7sy8f", + "name": "genesis_5", + "blsKey": "8bb87e87498227d900a3a731435636aa356296d9e02c304db8773b4ce60670625f506f968623534c715a47f3d9aac2e7", + "proofOfPossession": "8ea018708f4fa12fa5f6c84b591fd25c364037c2d4c857de53767b4f8c2399004aa50f9814aaa7f33b141c9218497a2a11523258e4954947e61454ad741f2e0318583a47be58ad515467258a662ffc34a54e5fa98fa4aaf6c3ebc27903b06a72", + "generatorKey": "d5a1c9bee7dce1d2b5e925652ff43673c997ec70671f2537303f585f5551c057", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lskm8cs6unjkg4zbx8am4t3f3ezrft8vvmhx446er", + "name": "genesis_6", + "blsKey": "b7ce367e1a1517797c8c41d3304f794e5a2030e0859458532acbbbe804275f198571fff4d642c2004c3aa6a1e140f5f8", + "proofOfPossession": "a07a0591f0ed8fbddc724f758dbe7057dae6eb06f6f6e0719484a50988813827aff72c455f0b57c989f8559a94d46fb018cb0259335b7356bd8428a65f6befbf54b195e4180dea6f08b1045f9091d4c33163904e7771fedc482a911eecfeeba8", + "generatorKey": "199d5186cbcc4ce985db0cbd77c46124bc81f507a48eeca1486d818d65d81072", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lsknyoks654rxwgp5mynsqduvccpn8bvuzwqvbctg", + "name": "genesis_7", + "blsKey": "a28f8ca6a399f0da2b89f4bb7de1998037625412741b8bf77222809ac418f4a3f95e16d3ac24e63da2eb3aa9a9fa55f0", + "proofOfPossession": "a8c2aeed9a519796d2778da89e90b68aeec8164a641ebc75c4316f30c667eb2078c7ae8b3530629a3b42e221e7e107a007234df13d220d04ba37575d5b5266f19eae039ff5748bc97b684c64dabe65512ec96af4f49686cf7eb308334ed562e6", + "generatorKey": "f38cf8ef40cfa706740e66ee797b3b2affd7a2795e9bb27511485cdadee8366d", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lskqggmecfy94e93pr9ddppwfoowpuu2sbuj2df5t", + "name": "genesis_8", + "blsKey": "8374e9a8a2eed64c9d94b228e166feeb935f26f59ee26a52bea6b60b24bb66379802e985a62f46586bbfab447a41ca44", + "proofOfPossession": "b16df4e6a9c18a00bea75d4648b99eb9aa191765492f8b4ca3c469e9797270da802295df16313ed02c932af827ea603d090c74b5684973b448e9b23353da90bfb23b52e377cdcddfc04ebee6cba08acda23e69094b3b04ee5eb6f1b8a29e4fd1", + "generatorKey": "36a07cbd45e8aab67affdbb9e557e8f7466b5d88c9756e5c7f7f27b178aa86d3", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lsk3togavztfhhaetwghy2c9dcwj73fdx74r9mz3s", + "name": "genesis_9", + "blsKey": "a73ee9e0272402b7447340e12cabdc14cc462fa9c998928bf247da10ebf0b740d8855faa804a81dfc0e50b1fbc6aa4d9", + "proofOfPossession": "928ac8ca947b294efb6109f33761114a618794ff82ae6cf9a1cd28baa9472aa02cc2f40e593471645dd3a8548cab146907c81e4e925a95c46a3e1dcad344a9764eefb3a811a255579ed401e1d3c1d7c39d663b4469dc2681a2d743a9c046ec9b", + "generatorKey": "a6d1e23b41690ae7475e9f53adcbd82cbd8112c701da920a9e8e4b4b9f2bf760", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lsk3nmpwync4aktkunx3kxu787yv6jc2vbmr4khjo", + "name": "genesis_10", + "blsKey": "aabe16f83f1d312dace8ff03d94ee535af9841a62541684b13332fbcef15505b57b83f04bf375820903bd386496ad737", + "proofOfPossession": "8ef78f4b4dcbe55c3e9cf9d0820db6f02c7f390483cfa77d00e1001920a5efba17e8194c15250a6dca67f3c5f852494500ed47c59663d625fc4f296482cf5ca03ffcb09aece1db1ef87e21d41066cbbfa12191e1ddc4d41f30013bb1352f4715", + "generatorKey": "ba9f2d510a2c6d397234dd1719206ee0f9731634044419f69d2ac29635facdbd", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] } ], "stakers": [], diff --git a/examples/interop/pos-mainchain-fast/config/default/genesis_block.blob b/examples/interop/pos-mainchain-fast/config/default/genesis_block.blob index 0f836f0e568ec804aaa39a898abb1f8d915c8e70..3a001e3d841e60f72c82dccb8593b857b70009c2 100644 GIT binary patch delta 1465 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 C<3~dP delta 159 zcmV;Q0AT-^H>55P3j6^G01)Qy$fgDu03slf5gw5(JY;?dS0a)-`cV81xf$>i)qkH_ z#!O9ErXQVgQO}H+Rp>$>I3*o+-eSN1D^BMbo>VtpqY($p)#0-W0o5yRJIs*JN+2oF ztYZtF4P&PMAM3)>Ydp1@^9sy1&jtFn>R86PoKlg^O%Cn}3IlL&a}wqW3gH0?lMxCQ NvpxY@1hWhZj1juCLUI5A diff --git a/examples/interop/pos-sidechain-example-two/config/default/config.json b/examples/interop/pos-sidechain-example-two/config/default/config.json index b5322c3c8c7..fcf83e45fd0 100644 --- a/examples/interop/pos-sidechain-example-two/config/default/config.json +++ b/examples/interop/pos-sidechain-example-two/config/default/config.json @@ -26,8 +26,7 @@ "block": { "fromFile": "./config/genesis_block.blob" }, - "blockTime": 10, - "bftBatchSize": 103, + "blockTime": 5, "maxTransactionsSize": 15360, "chainID": "04000002" }, @@ -36,12 +35,16 @@ "fromFile": "./config/dev-validators.json" } }, - "modules": {}, + "modules": { + "pos": { + "numberActiveValidators": 7, + "numberStandbyValidators": 2 + } + }, "plugins": { "chainConnector": { "receivingChainID": "04000000", - "encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=550ae6bbc0ef89328ccb4f6f9023522d79c44c5776a53824c8a97878d4b7f8d80f94733cd0a12490649fa35cbffd814ca3b68b3f221e0790ea1e1af8837b7db789ec1752e1&mac=ef28a41cc5f9054405d32c4aa550d8f84cce74965d9f9ef4c4db2dddfbb8ee5a&salt=e0f03bb677158c2c&iv=56bf95e106f9d540b09f755f972f8606&tag=37ee036e097d294c5e2272aa33e520d5&iterations=1¶llelism=4&memorySize=2097023", - "password": "lisk", + "encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=3ff5d696e156007e5ca174aff1afdb02bf14adcd02548a9db241b2565072a52ddf3a300acd40c7be652f2dc837d6894e6e675a2d3790aedc2bdb2f811b7dcb5022ead9b520a42cc9b9e91ce7f52a4dbecfc64b21f210dcfa7e7c018645783f3dd46127e720de2ed72268556c2ea648786058fc995a9b41fa55305d967cafed76&mac=92123bbb6e986c47271531d9854179b003c5e8b9bb754db39e8a639cefec73de&salt=6386476834deb5ee&iv=7c5760f998610646c1e0285e8e7dba3e&tag=93c61bc591da7f96fec0c27ab8f9c801&iterations=1¶llelism=4&memorySize=2097023", "ccuFee": "500000000", "receivingChainIPCPath": "~/.lisk/mainchain-node-two", "registrationHeight": 10 diff --git a/examples/interop/pos-sidechain-example-two/config/default/genesis_assets.json b/examples/interop/pos-sidechain-example-two/config/default/genesis_assets.json index ff90533ecba..94c473eeedc 100644 --- a/examples/interop/pos-sidechain-example-two/config/default/genesis_assets.json +++ b/examples/interop/pos-sidechain-example-two/config/default/genesis_assets.json @@ -1121,6 +1121,76 @@ "commission": 0, "lastCommissionIncreaseHeight": 0, "sharingCoefficients": [] + }, + { + "address": "lsky9vrum3mygw6mb347rdyvue5k7baghadecgmue", + "name": "genesis_5", + "blsKey": "8c1b96bc3b1052bdf71fae678eaba9159c9471aae0872bef24111e568625122e6a76334b0666477d1b3592942695450c", + "proofOfPossession": "8326123de25af0fa36544c1d4cfaf03dd3bb5655966874b2e1cf0bfd7c904ebba3cc6f017f0b4204a62745d0e3e8bed10b466d631edaca3e0d721d1f8e1b86946247a797d0efc4b872955b95e56a7bf0e5dc95c38d2af3248c56e69e6740c3f4", + "generatorKey": "ae3536a8e2bac2aae48cb626acb0a204388d41a2de46c77f2ceb55d651c9dbc1", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lskhoq2grd5ru82ozssheutormczx335c3h876xyb", + "name": "genesis_6", + "blsKey": "998b4df95a974cc86b0dd55e8ab7ea4ad8ba7bb5f69685e0494346472643fc434c40ee76c45a8c74706b54b248a4f2d2", + "proofOfPossession": "8b221b8f6df887407bb11b84a167fe47abbb15ecfa79af2b4406a825141b845ddb0a7e6c0a128f6e714a113a5e39e9440155dcd6222535cdfbcd79f2ad6dc8ce638262621aff80f094ae6697284a0e8e8268ab26f5d25800b478bd5bf965c422", + "generatorKey": "deca534b84e9251b4b67d45fccd36a9afcafa8b19561b884a50f4ba391bc5b52", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lskv3aouneh8wdcfsc7yrrjazkp2aufujgdgktprq", + "name": "genesis_7", + "blsKey": "b0c7df260291dbc8be0a05d824b2f00c836264a482d22567ea526b838353b5650a95f4d2225ae03f7ede05e809ecce0b", + "proofOfPossession": "923cc4603ab62c9fc442ad3b1a97a047246cee67a8b810d6c2d04c075599b8fb3da57408333d4b858879d62206b10490138d1393e5e38a34b5e2320539be51d3e2223877f69e60c1738e8d3915b2552b4997d4d069847ba4d933b96d50f01d7e", + "generatorKey": "f245ee3d0a0e5bc64096a1b7d4c397c4680b9e741fbbb1d070ae24b78a365f28", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lskn35fjff2aesj6r45sjvura99js98aex4s6uwdr", + "name": "genesis_8", + "blsKey": "ac1d43fd31ca2ec45f4807b2f401847d765b4d48252c3a88223abf1a4ff5ab04155d3b805184a02157a71223acd2e2dd", + "proofOfPossession": "b97bee6151880a96230c2fb2805a9e99f6804d935089bf88355d0bd86277512cfbcbf7771eebfd7cb2c69a9ad5f6d2ac034380b388da2b4bd908b8a36de39ddea2a51de3007cbabca1b80d35db226eeb0fc15982aad1722af3a3b7ea62ee4727", + "generatorKey": "ebe85a8fbce12699b82436e2b0832e179da322809f9ca4dce04f8d9e19701569", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] + }, + { + "address": "lskdbpdzfgq3mj4rd8te7he6wc8xvz7gg2u44xov7", + "name": "genesis_9", + "blsKey": "a1efda1e024a818746d9bab41a80965d81040ab15c1ae4032889c6d7a6c461a8d605d312fb917725a43f63aea7eff9c2", + "proofOfPossession": "a2e2f7d1beb188a5d25b741ba06509164c45c6680bce19e061f4e17cfdd7d7378687d0bb534e6702b9677f88ca18f6ad18de7ff66864c32ea9e698492feab63138a0541050ea9805e5a246d252f2a15bdef95d5d0bf71ee934c3cb079d4b5a38", + "generatorKey": "02a9a479aa2a6882d331edc11d6b34744d05c3ec5540a6da8e8c8a3617471d66", + "lastGeneratedHeight": 0, + "isBanned": false, + "reportMisbehaviorHeights": [], + "consecutiveMissedBlocks": 0, + "commission": 0, + "lastCommissionIncreaseHeight": 0, + "sharingCoefficients": [] } ], "stakers": [], diff --git a/examples/interop/pos-sidechain-example-two/config/default/genesis_block.blob b/examples/interop/pos-sidechain-example-two/config/default/genesis_block.blob index 042de8ddd2f214d26372b7f42a16bd38200e6830..0199854d23a410906862a26f800e673748d349b9 100644 GIT binary patch delta 1254 zcmZ3YH^ZEt>klIbgTS4GP0QIN7?czy3d&8?wMjX3Leu+z@q>zQ$BqQ;*=eZ5{mkfJ zN#2IpqM6&3Y~FTdIw`C*Iii2}FVlz3Okc9Dus?h7Fg{B5&s~wA_x_i>jzx$YdMO0j zKP@emwGd<}_%F9q3rH{O3^t}3RgX7*M6@eC>PeI zDx{ZHX6((D=3XmpI%$g9R97CQgl07%+ec9!ewl^%$ol;HV0(FYSm?Bjl1&fKbN{WG z;J176nS922ZYP#y>aG_azu0$?+buU)?$#+g-XdA~KIyh8N%ii_r(bw~WJl4|=&4V$ zsy{rvGxcz<)@PNTuxInq9S(odQdnndw&KyQL#v+jY*SmaVG)Z(uj8V7ZpZ6&UWZ-_ zJbC+|0fPmD2SWfu1Ow1ZTq3Wv`%imMk#A$Je!I}jV=+TOYp<*j+>>Tf1~a>Te@0FB zIg!nKHLh!W{VT5c8kZh;&QrZLYc;E}{OsLN7t9ILntVjG=d~DXE&C z{e8Cb)7sn<=aQR}lBE7Oe3-H>ZMudRUtd$kYPGMIA{e$*?5&UfnR-M?OX1$BVDFZf zs?y%+SK`lH&YJaS{fdoK6L+*M<@a7ZaZhv*nlFWnPRQM@{bHY!*R%9YQ_Hc$7sbC2 zzBHFI*l_&58q>tvC-!l%-cZ@}fu}hsWl7T|)$~_E+0D(tTT{8Fez~L+^}xQq?jGw4 z&Nt_{l@cb|97(X+rZfMD(^_k(=?mOda^9t{*dcK3&;=j%(3v}a+b%8PFt+t>?Wnw_ z#I})Tf^e_!P<%Q0J||N0w2(4b zBkTOv@RZ(>cn|hXUl?0z%c6ZfRCTO6l&tnk`F~x_A{uMm5ZJOnF?_j@@|sJJ?kXkh ztbUgm*ugbTnMZ$9L)5&P-x_=;2XyZ5FpcHDkyIY2^ZWGoa=F)kYc?I5HS6lPOKX^& z8#Z^`()PZ|v14)WLn>CCB8|*zR_7*A}UU`f0I^EL`3B@Ypj=r zeorh{U1FcSZu$G4hm;Z)J^Fre-^Pxmm!eCg7o>8E`M4g-;65k$Ao0t?n!neto42)J z*d6Sb&a^YVzT=d{x3v=Y>c3^A9M)U;Y=)=)t8IoB3qk|}Ud>>Ay2$NP(5Hpb_kPC4 za(|b5X>$0qI{RGjC<`qGrj<)7S7~K5T{e7sP&V77#FzE(n^1>kxB7az%*5Sg(>C|9 HP7?$G8e>1D delta 159 zcmV;Q0AT-^H>55P3j6^G01)x-$fgDu03slf5gw5(JY+eu2Lgr`G3)XyISN+2d~ zc1@eVWw<5fFfU~A%DTsyh=H8uR(mB}6DkBU(|M82O%Cn}3IlL&a}wqW3gH0?lMxCQ NvpxY@1hWhZj1fv8LJ|M~ diff --git a/framework-plugins/lisk-framework-chain-connector-plugin/package.json b/framework-plugins/lisk-framework-chain-connector-plugin/package.json index 5e76a7272df..e072da5af5d 100644 --- a/framework-plugins/lisk-framework-chain-connector-plugin/package.json +++ b/framework-plugins/lisk-framework-chain-connector-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-chain-connector-plugin", - "version": "0.1.0-beta.6", + "version": "0.1.0-beta.7", "description": "A plugin used by a relayer node to automatically create and submit Cross Chain Transaction by aggregating off-chain information of a chain", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -34,7 +34,7 @@ "dependencies": { "debug": "4.3.4", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.6" + "lisk-sdk": "^6.0.0-beta.7" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/framework-plugins/lisk-framework-dashboard-plugin/package.json b/framework-plugins/lisk-framework-dashboard-plugin/package.json index cf77ed1a395..2703b14989a 100644 --- a/framework-plugins/lisk-framework-dashboard-plugin/package.json +++ b/framework-plugins/lisk-framework-dashboard-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-dashboard-plugin", - "version": "0.2.0-beta.6", + "version": "0.2.0-beta.7", "description": "A plugin for interacting with a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -46,10 +46,10 @@ }, "dependencies": { "@csstools/normalize.css": "12.0.0", - "@liskhq/lisk-client": "^6.0.0-beta.5", + "@liskhq/lisk-client": "^6.0.0-beta.6", "express": "4.18.2", "json-format-highlight": "1.0.4", - "lisk-sdk": "^6.0.0-beta.6", + "lisk-sdk": "^6.0.0-beta.7", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0", diff --git a/framework-plugins/lisk-framework-faucet-plugin/package.json b/framework-plugins/lisk-framework-faucet-plugin/package.json index 7f4818fa29a..a8e96aaaffe 100644 --- a/framework-plugins/lisk-framework-faucet-plugin/package.json +++ b/framework-plugins/lisk-framework-faucet-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-faucet-plugin", - "version": "0.2.0-beta.6", + "version": "0.2.0-beta.7", "description": "A plugin for distributing testnet tokens from a newly developed blockchain application.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -47,15 +47,15 @@ }, "dependencies": { "@csstools/normalize.css": "12.0.0", - "@liskhq/lisk-api-client": "^6.0.0-beta.5", - "@liskhq/lisk-client": "^6.0.0-beta.5", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", - "@liskhq/lisk-transactions": "^6.0.0-beta.4", + "@liskhq/lisk-api-client": "^6.0.0-beta.6", + "@liskhq/lisk-client": "^6.0.0-beta.6", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", + "@liskhq/lisk-transactions": "^6.0.0-beta.5", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4", + "@liskhq/lisk-validator": "^0.7.0-beta.5", "axios": "1.2.0", "express": "4.18.2", - "lisk-sdk": "^6.0.0-beta.6", + "lisk-sdk": "^6.0.0-beta.7", "react": "^17.0.1", "react-dom": "^17.0.1", "react-router-dom": "^5.2.0" diff --git a/framework-plugins/lisk-framework-forger-plugin/package.json b/framework-plugins/lisk-framework-forger-plugin/package.json index de1ebca0799..068b724dd18 100644 --- a/framework-plugins/lisk-framework-forger-plugin/package.json +++ b/framework-plugins/lisk-framework-forger-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-forger-plugin", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "description": "A plugin for lisk-framework that monitors configured validators forging activity and stakers information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,10 +40,10 @@ "dependencies": { "debug": "4.3.4", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.6" + "lisk-sdk": "^6.0.0-beta.7" }, "devDependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.5", + "@liskhq/lisk-api-client": "^6.0.0-beta.6", "@types/debug": "4.1.5", "@types/jest": "29.2.3", "@types/jest-when": "3.5.2", diff --git a/framework-plugins/lisk-framework-monitor-plugin/package.json b/framework-plugins/lisk-framework-monitor-plugin/package.json index 609e876c176..1e42d73388f 100644 --- a/framework-plugins/lisk-framework-monitor-plugin/package.json +++ b/framework-plugins/lisk-framework-monitor-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-monitor-plugin", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "description": "A plugin for lisk-framework that provides network statistics of the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,7 +40,7 @@ "express": "4.18.2", "express-rate-limit": "6.7.0", "ip": "1.1.5", - "lisk-sdk": "^6.0.0-beta.6" + "lisk-sdk": "^6.0.0-beta.7" }, "devDependencies": { "@types/cors": "2.8.12", diff --git a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json index f37d461e624..233cd6d80cf 100644 --- a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json +++ b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-report-misbehavior-plugin", - "version": "0.3.0-beta.6", + "version": "0.3.0-beta.7", "description": "A plugin for lisk-framework that provides automatic detection of validator misbehavior and sends a reportValidatorMisbehaviorTransaction to the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,9 +38,9 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.6" + "lisk-sdk": "^6.0.0-beta.7" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/framework/package.json b/framework/package.json index 3567687afbe..b7e796fabca 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.10.0-beta.6", + "version": "0.10.0-beta.7", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -42,17 +42,17 @@ }, "dependencies": { "@chainsafe/blst": "0.2.9", - "@liskhq/lisk-api-client": "^6.0.0-beta.5", - "@liskhq/lisk-chain": "^0.4.0-beta.5", - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-api-client": "^6.0.0-beta.6", + "@liskhq/lisk-chain": "^0.4.0-beta.6", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-p2p": "^0.8.0-beta.5", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.5", - "@liskhq/lisk-transactions": "^6.0.0-beta.4", - "@liskhq/lisk-tree": "^0.3.0-beta.4", + "@liskhq/lisk-p2p": "^0.8.0-beta.6", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.6", + "@liskhq/lisk-transactions": "^6.0.0-beta.5", + "@liskhq/lisk-tree": "^0.3.0-beta.5", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4", + "@liskhq/lisk-validator": "^0.7.0-beta.5", "bunyan": "1.8.15", "debug": "4.3.4", "eventemitter2": "6.4.9", diff --git a/protocol-specs/package.json b/protocol-specs/package.json index 5d1eb30803b..0cf56c661c0 100644 --- a/protocol-specs/package.json +++ b/protocol-specs/package.json @@ -19,10 +19,10 @@ }, "dependencies": { "@liskhq/bignum": "1.3.1", - "@liskhq/lisk-codec": "0.3.0-beta.4", - "@liskhq/lisk-cryptography": "4.0.0-beta.3", + "@liskhq/lisk-codec": "0.3.0-beta.5", + "@liskhq/lisk-cryptography": "4.0.0-beta.4", "@liskhq/lisk-passphrase": "4.0.0-beta.2", - "@liskhq/lisk-validator": "0.7.0-beta.4", + "@liskhq/lisk-validator": "0.7.0-beta.5", "protobufjs": "6.11.3" }, "devDependencies": { diff --git a/sdk/package.json b/sdk/package.json index f9a9fc5beae..3b33495f319 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "6.0.0-beta.6", + "version": "6.0.0-beta.7", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -29,19 +29,19 @@ "build": "tsc" }, "dependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.5", - "@liskhq/lisk-chain": "^0.4.0-beta.5", - "@liskhq/lisk-codec": "^0.3.0-beta.4", - "@liskhq/lisk-cryptography": "^4.0.0-beta.3", + "@liskhq/lisk-api-client": "^6.0.0-beta.6", + "@liskhq/lisk-chain": "^0.4.0-beta.6", + "@liskhq/lisk-codec": "^0.3.0-beta.5", + "@liskhq/lisk-cryptography": "^4.0.0-beta.4", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-p2p": "^0.8.0-beta.5", + "@liskhq/lisk-p2p": "^0.8.0-beta.6", "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@liskhq/lisk-transaction-pool": "^0.6.0-beta.5", - "@liskhq/lisk-transactions": "^6.0.0-beta.4", - "@liskhq/lisk-tree": "^0.3.0-beta.4", + "@liskhq/lisk-transaction-pool": "^0.6.0-beta.6", + "@liskhq/lisk-transactions": "^6.0.0-beta.5", + "@liskhq/lisk-tree": "^0.3.0-beta.5", "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.4", - "lisk-framework": "^0.10.0-beta.6" + "@liskhq/lisk-validator": "^0.7.0-beta.5", + "lisk-framework": "^0.10.0-beta.7" }, "devDependencies": { "eslint": "8.28.0",