From ed5649eb954c7c47e11eb2d2ea2b84b9336c4c4b Mon Sep 17 00:00:00 2001 From: Ishan Date: Fri, 25 Aug 2023 14:53:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20version=206.1.0-bet?= =?UTF-8?q?a.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commander/package.json | 22 +-- .../templates/init/package-template.json | 16 +- .../templates/init_plugin/package.json | 2 +- elements/lisk-api-client/package.json | 12 +- elements/lisk-chain/package.json | 14 +- elements/lisk-client/package.json | 18 +- elements/lisk-codec/package.json | 8 +- elements/lisk-cryptography/package.json | 4 +- elements/lisk-elements/package.json | 24 +-- elements/lisk-p2p/package.json | 8 +- elements/lisk-passphrase/package.json | 2 +- elements/lisk-transaction-pool/package.json | 6 +- elements/lisk-transactions/package.json | 8 +- elements/lisk-tree/package.json | 6 +- elements/lisk-utils/package.json | 2 +- elements/lisk-validator/package.json | 4 +- .../config/default/genesis_block.blob | Bin 5937 -> 7306 bytes .../interop/pos-mainchain-fast/package.json | 15 +- .../config/default/genesis_block.blob | Bin 5941 -> 7081 bytes .../pos-sidechain-example-one/package.json | 15 +- .../config/default/genesis_block.blob | Bin 7064 -> 7064 bytes .../pos-sidechain-example-two/package.json | 15 +- examples/poa-sidechain/package.json | 15 +- examples/pos-mainchain/package.json | 16 +- .../package.json | 4 +- .../package.json | 6 +- .../lisk-framework-faucet-plugin/package.json | 16 +- .../lisk-framework-forger-plugin/package.json | 6 +- .../package.json | 4 +- .../package.json | 6 +- framework/package.json | 24 +-- protocol-specs/package.json | 8 +- sdk/package.json | 26 +-- yarn.lock | 156 ++++++++++++++++++ 34 files changed, 320 insertions(+), 168 deletions(-) diff --git a/commander/package.json b/commander/package.json index a1f5a7c8d3a..847a2a67b44 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "6.0.0-beta.7", + "version": "6.1.0-beta.0", "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.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-api-client": "^6.1.0-beta.0", + "@liskhq/lisk-chain": "^0.5.0-beta.0", + "@liskhq/lisk-client": "^6.1.0-beta.0", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@liskhq/lisk-transactions": "^6.0.0-beta.5", - "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.5", + "@liskhq/lisk-passphrase": "^4.1.0-beta.0", + "@liskhq/lisk-transactions": "^6.1.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", "@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.7", + "lisk-framework": "^0.11.0-beta.0", "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 da9cfefc0ee..3c78a0b2fbf 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.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", + "@liskhq/lisk-framework-dashboard-plugin": "0.3.0-beta.0", + "@liskhq/lisk-framework-faucet-plugin": "0.3.0-beta.0", + "@liskhq/lisk-framework-monitor-plugin": "0.4.0-beta.0", + "@liskhq/lisk-framework-forger-plugin": "0.4.0-beta.0", + "@liskhq/lisk-framework-report-misbehavior-plugin": "0.4.0-beta.0", + "@liskhq/lisk-framework-chain-connector-plugin": "0.2.0-beta.0", "@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.7", - "lisk-sdk": "6.0.0-beta.7", + "lisk-commander": "6.1.0-beta.0", + "lisk-sdk": "6.1.0-beta.0", "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 9d30e79eaa1..b7e73396a5f 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.7" + "lisk-sdk": "^6.1.0-beta.0" }, "devDependencies": { "@types/jest": "26.0.21", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index ae7b3b68575..5fb8171afef 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.6", + "version": "6.1.0-beta.0", "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.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", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-transactions": "^6.1.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", "isomorphic-ws": "4.0.1", "ws": "8.11.0", "zeromq": "6.0.0-beta.6" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.4.0-beta.6", + "@liskhq/lisk-chain": "^0.5.0-beta.0", "@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 1bfd6fccb11..52c22658e19 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.6", + "version": "0.5.0-beta.0", "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,16 +35,16 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-codec": "^0.3.0-beta.5", - "@liskhq/lisk-cryptography": "^4.0.0-beta.4", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-tree": "^0.3.0-beta.5", - "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.5", + "@liskhq/lisk-tree": "^0.4.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", "debug": "4.3.4" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^4.0.0-beta.2", + "@liskhq/lisk-passphrase": "^4.1.0-beta.0", "@types/debug": "4.1.5", "@types/faker": "4.1.10", "@types/jest": "29.2.3", diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index 7503f017180..ef2bc09f153 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.6", + "version": "6.1.0-beta.0", "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.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.5", - "@liskhq/lisk-tree": "^0.3.0-beta.5", - "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.5", + "@liskhq/lisk-api-client": "^6.1.0-beta.0", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-passphrase": "^4.1.0-beta.0", + "@liskhq/lisk-transactions": "^6.1.0-beta.0", + "@liskhq/lisk-tree": "^0.4.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", "buffer": "6.0.3" }, "devDependencies": { diff --git a/elements/lisk-codec/package.json b/elements/lisk-codec/package.json index 41095805907..6bc5bacdca1 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.5", + "version": "0.4.0-beta.0", "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.4", - "@liskhq/lisk-utils": "^0.3.0-beta.3", - "@liskhq/lisk-validator": "^0.7.0-beta.5" + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 00e6edf793e..94451df2436 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.4", + "version": "4.1.0-beta.0", "description": "General cryptographic functions 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-passphrase": "^4.0.0-beta.2", + "@liskhq/lisk-passphrase": "^4.1.0-beta.0", "buffer-reverse": "1.0.1", "hash-wasm": "4.9.0", "tweetnacl": "1.0.3" diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index e89dc106e70..fd29ab1e7db 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.6", + "version": "6.1.0-beta.0", "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.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-api-client": "^6.1.0-beta.0", + "@liskhq/lisk-chain": "^0.5.0-beta.0", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-p2p": "^0.8.0-beta.6", - "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@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.5" + "@liskhq/lisk-p2p": "^0.9.0-beta.0", + "@liskhq/lisk-passphrase": "^4.1.0-beta.0", + "@liskhq/lisk-transaction-pool": "^0.7.0-beta.0", + "@liskhq/lisk-transactions": "^6.1.0-beta.0", + "@liskhq/lisk-tree": "^0.4.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index ac50eee07a8..a3fc16fafe7 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.6", + "version": "0.9.0-beta.0", "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.5", - "@liskhq/lisk-cryptography": "^4.0.0-beta.4", - "@liskhq/lisk-validator": "^0.7.0-beta.5", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", "lodash.shuffle": "4.2.0", "semver": "7.5.2", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-passphrase/package.json b/elements/lisk-passphrase/package.json index f1ab97a2fd0..6bce1a2bac5 100644 --- a/elements/lisk-passphrase/package.json +++ b/elements/lisk-passphrase/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-passphrase", - "version": "4.0.0-beta.2", + "version": "4.1.0-beta.0", "description": "Mnemonic passphrase helpers for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-transaction-pool/package.json b/elements/lisk-transaction-pool/package.json index ff6bf059a5d..3f0f183dc68 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.6", + "version": "0.7.0-beta.0", "description": "Transaction pool library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,8 +36,8 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.4", - "@liskhq/lisk-utils": "^0.3.0-beta.3", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", "debug": "4.3.4" }, "devDependencies": { diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index ea9d7e13a6c..34d85a23857 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.5", + "version": "6.1.0-beta.0", "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.5", - "@liskhq/lisk-cryptography": "^4.0.0-beta.4", - "@liskhq/lisk-validator": "^0.7.0-beta.5" + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-tree/package.json b/elements/lisk-tree/package.json index 325297e82f7..97023c9d307 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.5", + "version": "0.4.0-beta.0", "description": "Library containing Merkle tree implementations for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -35,8 +35,8 @@ "build:check": "node -e \"require('./dist-node')\"" }, "dependencies": { - "@liskhq/lisk-cryptography": "^4.0.0-beta.4", - "@liskhq/lisk-utils": "^0.3.0-beta.3" + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/elements/lisk-utils/package.json b/elements/lisk-utils/package.json index e64a8e2bcfd..d34e3e7ab82 100644 --- a/elements/lisk-utils/package.json +++ b/elements/lisk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-utils", - "version": "0.3.0-beta.3", + "version": "0.4.0-beta.0", "description": "Library containing generic utility functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-validator/package.json b/elements/lisk-validator/package.json index 0883ecbe101..4527de4102f 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.5", + "version": "0.8.0-beta.0", "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.4", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", "ajv": "8.1.0", "ajv-formats": "2.1.1", "debug": "4.3.4", 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 ded37d914ede9cfd7e8069bd377a2340fa7c69c9..9a35413a212582d8a23bb8b4046f9ed1db52c01e 100644 GIT binary patch delta 1502 zcmZA1i9Ztx0KoAHVJb&+z8AAd&9Vs_tz5~lnVg$*&N)iPNGL;*kSpfOHOFj)@RFO* zbLA;SBpJDK=kEFN-sgQj@AW?Y3E$7}^Z8XO$7%`z_qq51!bNNb^Qa^M0!|i@Nj`tc zt=(q22WPLM93)PH2(oe-I#1%@VM*T|9FS_$3GKD&df=kh3PkQO`h=}3>dm~+@cS>> znSGrD;6234hxu9z~b7M<4kqQvOrK2KmL z2*^$GrHZzIs?f6~%hO-&LN#}e7g~ z+OP*kk&2^$LZ-?UYb0CUg+4k7LzvVCp>eZEDK4aIzVztR7C1j!%*H6YZ4Tm;kS|F| zG%bJ^Z+BsBWC!e#I;ggxF2aPxtx(hW)0qI{VxbHWn@QV1gMLksGzx)=m|q}%Ni)LC zf-K7dWR=t?4D}{7s^? z|CC5+#LGXBVbWp}!FS?y2N9;hcv~=HGAfm50qt#==TRg{Mfn|W4(qi6a2HDoI67Oq z5U2bQ-sH9A#HMk7)4)f~6vEi-;?eExNx#(l#R4%A8j2M=u&X3NLifX6tE|)^-{+FO zM{HE>sMbyQ&z6v`ueMmyD$~A59{=jgU&%vCN*-!gaZSPp`5lZKLX%~d4i-zHV5uCl z=-xNDg{Y6mnu0o<3OQ+l}BaF;{N3`eQ1M0l?y(5I-B})|j&R9B>rKhcarpB2 zPMfS>h8*XqM-d$C%*pGy<=lB&0dd`-o;bI$W_L5?Ztu-adUStSH9t)i|K4R53f_p{ zUDfGl9t}7_UI`9GLk~w7!H(Hgfg*EG2MYT?P)Z{%G>Pd!Jm}+qx&%@cS5uAhf5UXe9(0AGH>?} zrKU83skJbvD1YRoK2?VUdpZt!V*qD$XQae^!;A?puD#Ux5Jh5#8%KO@oe`96^e!5O zIHkmP^`wTL!~f|luz_+GF{U{`NIi@!zp+=)ceb8|f#$>7Hc!~7`MEg^mRiO?1$psx z$>39L(>lDhPW24xvu@#6t4l=~R)pLkF3#Yqk@g%iTHkB@Oax=(3aiy%DH{qdc{hdD z^#aae9P=#7dOyILB1Aj6#!`T}30Q2N(vH*rkW*Zb@jwY0@ZZy@AfyrOX7OF^Q!3}5 z%^z});%C$=GIUE6bUm>rRpE`RV%O{lwc0!_C?YrsJs54|J%ajsH9Lt|linG7ttWeL zBahdt!DyO1_xhQ40UUr7xOlZ*VqOX-rU3Nm@z{91Yi@KEu#9<4cO6#PH$CST*>9h( zr@j9?Yl-twW;aZ3NSNH)QXrSi`P4Bai{L_6s>3m2P;h(eW4oMqVX^8#+t>Ho-QWyo>x!5SaAu}dNd452^ByX9{tq8sH);vLzs;4HhN+5A2 z#2P=h0}MmyU5!%(bWzOOMwCiU#1|6h?DX@hHoB3`XbSEL3IlL&a}wqWvp)fJ1hWha Fei4emKLP*% diff --git a/examples/interop/pos-mainchain-fast/package.json b/examples/interop/pos-mainchain-fast/package.json index fdc62dc3eab..c1f7f9603ed 100644 --- a/examples/interop/pos-mainchain-fast/package.json +++ b/examples/interop/pos-mainchain-fast/package.json @@ -108,12 +108,11 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "^0.2.0-beta.0", - "@liskhq/lisk-framework-faucet-plugin": "^0.2.0-beta.0", - "@liskhq/lisk-framework-monitor-plugin": "^0.3.0-beta.0", - "@liskhq/lisk-framework-forger-plugin": "^0.3.0-beta.0", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.3.0-beta.0", - "@liskhq/lisk-framework-chain-connector-plugin": "^0.1.0-beta.0", + "@liskhq/lisk-framework-dashboard-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-faucet-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-forger-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-monitor-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.4.0-beta.0", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -121,8 +120,8 @@ "axios": "1.2.0", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-commander": "^6.0.0-beta.0", - "lisk-sdk": "^6.0.0-beta.0", + "lisk-commander": "^6.1.0-beta.0", + "lisk-sdk": "^6.1.0-beta.0", "tar": "6.1.12", "tslib": "2.4.1" }, diff --git a/examples/interop/pos-sidechain-example-one/config/default/genesis_block.blob b/examples/interop/pos-sidechain-example-one/config/default/genesis_block.blob index 0f733a67f999f1f70834e07606160b333d49dd47..61822d8bb3bdf96b513d6a09550d43defbfd2f94 100644 GIT binary patch delta 1280 zcmZ9}Z8#GM0KoCtTG~!#%Z5qKdYM-1mc^_@co;4eby$s6+z8|HaxEQVW7(}}UeXF< zcyKc>5f!3y$xBBG=~yd~(4AV$W^+&X;d;7{|Bt`t-?+Py41=!dtpgans4A&gYYM<( zvf-Pu3HBj=er@k@?rOQdIogo0cd_9Xn$-4PI+*T%0%rp3@;~5=87Yrq6fOmJR{z2e zsB;kGnac8wtZXSIaiqE0*=V576Eim+uY=B=37$I5KdmKqt!4xxBE30Gx2M3zk)L>w zq3r%3!&e9>C?+}})+y1qWyFw9`h+|T&d$?lB7QIOhG87IGOAMtJ zI>VL5eCu=EeYz$)$xHbO(|pD0^XPFwp?IJTUnH^=819+X}M_CzO6r z@Tjb9l3VZLOyGoD{NPR_bMRWpAjaLS&@4Hk(04<6zIg#htQIBYp1LQdAt64R(te&* zV$c4Bb$ATh!b^G7OU$YwJ?uf2-?LG-nEv}`$Kp9Xg18a z_#6G~tp6xjRWrdHKiJF@j5yu+W0f|T15yJ!hFiM%9C~e25&98fEbUM?Xt&y1vX^+) z^Ugs$#yw0(<1Q*a1ShAa-|~(a_Qyo|85~T_mT^bNeL5l8Unzw(Fq1Fi?9jw=J5KIe z+SVvXQV65YBQ?a-v!fb0nJaH)`zx^D^BvCZv`5)wQ7U~!Q>g^zN>^#0;O3a`^(ZI z=La`Na-74bxann*&(t@iSN7aZvLneS@-XS^y&RXZ7rJL$@R%|6)KSq+a9?PIB{<-F=mnbzR8F5tGDi3)&DY%f+liCw+gxQ zBlF6~Sj>v&iR#VwjD54L}~wU_lM^F;af`H^fKO7V^cQAyoQ0Wj4N%Buw5&E zEB7`0tTCtC+zqa+FJs#rYea1!sN}``8b9ssRM7HB%-hMAs7OH<3W(TuBC)kVlA~$d zKq63-slZH;9rM>>H&>cThzWnj*$jeQ&_)-H9eaTD1+X*D<1x3Nq@}h;v4Zj~0%q?o chGpd})NK8Bb7yfe^ywjO#cWwa5jYS25BftSX3M;YA%Nn{+8Cd`T delta 63 zcmV-F0Kos4H<&jM3j6^G01({4f~N);03slf5gw5(fFMyn<#lr%I1vPJ{~o0j=$DI- VmJuX;miD?=RIg{Xy|=N=%No4H8Ik}1 diff --git a/examples/interop/pos-sidechain-example-two/package.json b/examples/interop/pos-sidechain-example-two/package.json index f7d33b123b6..f7e1332e9d1 100644 --- a/examples/interop/pos-sidechain-example-two/package.json +++ b/examples/interop/pos-sidechain-example-two/package.json @@ -108,12 +108,11 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "^0.2.0-beta.0", - "@liskhq/lisk-framework-faucet-plugin": "^0.2.0-beta.0", - "@liskhq/lisk-framework-monitor-plugin": "^0.3.0-beta.0", - "@liskhq/lisk-framework-forger-plugin": "^0.3.0-beta.0", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.3.0-beta.0", - "@liskhq/lisk-framework-chain-connector-plugin": "^0.1.0-beta.0", + "@liskhq/lisk-framework-dashboard-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-faucet-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-forger-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-monitor-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.4.0-beta.0", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -121,8 +120,8 @@ "axios": "1.2.0", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-commander": "^6.0.0-beta.0", - "lisk-sdk": "^6.0.0-beta.0", + "lisk-commander": "^6.1.0-beta.0", + "lisk-sdk": "^6.1.0-beta.0", "tar": "6.1.12", "tslib": "2.4.1" }, diff --git a/examples/poa-sidechain/package.json b/examples/poa-sidechain/package.json index edb14eee5c8..6c696a74504 100755 --- a/examples/poa-sidechain/package.json +++ b/examples/poa-sidechain/package.json @@ -113,12 +113,11 @@ } }, "dependencies": { - "@liskhq/lisk-framework-dashboard-plugin": "^0.2.0-alpha.7", - "@liskhq/lisk-framework-faucet-plugin": "^0.2.0-alpha.7", - "@liskhq/lisk-framework-forger-plugin": "^0.3.0-alpha.7", - "@liskhq/lisk-framework-monitor-plugin": "^0.3.0-alpha.7", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.3.0-alpha.7", - "@liskhq/lisk-framework-chain-connector-plugin": "^0.1.0-beta.0", + "@liskhq/lisk-framework-dashboard-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-faucet-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-forger-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-monitor-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.4.0-beta.0", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -126,8 +125,8 @@ "axios": "1.2.0", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-commander": "^6.0.0-alpha.7", - "lisk-sdk": "^6.0.0-alpha.7", + "lisk-commander": "^6.1.0-beta.0", + "lisk-sdk": "^6.1.0-beta.0", "tar": "6.1.12", "tslib": "2.4.1" }, diff --git a/examples/pos-mainchain/package.json b/examples/pos-mainchain/package.json index 9e597a8449e..935b76d40c9 100755 --- a/examples/pos-mainchain/package.json +++ b/examples/pos-mainchain/package.json @@ -114,12 +114,12 @@ } }, "dependencies": { - "@liskhq/lisk-validator": "^0.7.0-beta.0", - "@liskhq/lisk-framework-dashboard-plugin": "^0.2.0-beta.1", - "@liskhq/lisk-framework-faucet-plugin": "^0.2.0-beta.1", - "@liskhq/lisk-framework-forger-plugin": "^0.3.0-beta.1", - "@liskhq/lisk-framework-monitor-plugin": "^0.3.0-beta.1", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.3.0-beta.1", + "@liskhq/lisk-validator": "^0.8.0-beta.0", + "@liskhq/lisk-framework-dashboard-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-faucet-plugin": "^0.3.0-beta.0", + "@liskhq/lisk-framework-forger-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-monitor-plugin": "^0.4.0-beta.0", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.4.0-beta.0", "@oclif/core": "1.20.4", "@oclif/plugin-autocomplete": "1.3.6", "@oclif/plugin-help": "5.1.19", @@ -127,8 +127,8 @@ "axios": "1.2.0", "fs-extra": "11.1.0", "inquirer": "8.2.5", - "lisk-commander": "^6.0.0-beta.1", - "lisk-sdk": "^6.0.0-beta.1", + "lisk-commander": "^6.1.0-beta.0", + "lisk-sdk": "^6.1.0-beta.0", "tar": "6.1.12", "tslib": "2.4.1" }, diff --git a/framework-plugins/lisk-framework-chain-connector-plugin/package.json b/framework-plugins/lisk-framework-chain-connector-plugin/package.json index e072da5af5d..975e9d276d7 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.7", + "version": "0.2.0-beta.0", "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.7" + "lisk-sdk": "^6.1.0-beta.0" }, "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 2703b14989a..381b2b01966 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.7", + "version": "0.3.0-beta.0", "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.6", + "@liskhq/lisk-client": "^6.1.0-beta.0", "express": "4.18.2", "json-format-highlight": "1.0.4", - "lisk-sdk": "^6.0.0-beta.7", + "lisk-sdk": "^6.1.0-beta.0", "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 a8e96aaaffe..1387e799d65 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.7", + "version": "0.3.0-beta.0", "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.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.5", + "@liskhq/lisk-api-client": "^6.1.0-beta.0", + "@liskhq/lisk-client": "^6.1.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", + "@liskhq/lisk-transactions": "^6.1.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", "axios": "1.2.0", "express": "4.18.2", - "lisk-sdk": "^6.0.0-beta.7", + "lisk-sdk": "^6.1.0-beta.0", "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 068b724dd18..31b2c86da06 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.7", + "version": "0.4.0-beta.0", "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.7" + "lisk-sdk": "^6.1.0-beta.0" }, "devDependencies": { - "@liskhq/lisk-api-client": "^6.0.0-beta.6", + "@liskhq/lisk-api-client": "^6.1.0-beta.0", "@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 1e42d73388f..eb2cb2352d8 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.7", + "version": "0.4.0-beta.0", "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.7" + "lisk-sdk": "^6.1.0-beta.0" }, "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 233cd6d80cf..967043510d0 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.7", + "version": "0.4.0-beta.0", "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.4", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", "fs-extra": "11.1.0", - "lisk-sdk": "^6.0.0-beta.7" + "lisk-sdk": "^6.1.0-beta.0" }, "devDependencies": { "@types/jest": "29.2.3", diff --git a/framework/package.json b/framework/package.json index b7e796fabca..37316208680 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.10.0-beta.7", + "version": "0.11.0-beta.0", "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.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-api-client": "^6.1.0-beta.0", + "@liskhq/lisk-chain": "^0.5.0-beta.0", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", "@liskhq/lisk-db": "0.3.7", - "@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.5", + "@liskhq/lisk-p2p": "^0.9.0-beta.0", + "@liskhq/lisk-transaction-pool": "^0.7.0-beta.0", + "@liskhq/lisk-transactions": "^6.1.0-beta.0", + "@liskhq/lisk-tree": "^0.4.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", "bunyan": "1.8.15", "debug": "4.3.4", "eventemitter2": "6.4.9", @@ -64,7 +64,7 @@ "zeromq": "6.0.0-beta.6" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^4.0.0-beta.2", + "@liskhq/lisk-passphrase": "^4.1.0-beta.0", "@types/bunyan": "1.8.6", "@types/jest": "29.2.3", "@types/jest-when": "3.5.2", diff --git a/protocol-specs/package.json b/protocol-specs/package.json index 10b09549562..5707fccdc63 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.5", - "@liskhq/lisk-cryptography": "4.0.0-beta.4", - "@liskhq/lisk-passphrase": "4.0.0-beta.2", - "@liskhq/lisk-validator": "0.7.0-beta.5", + "@liskhq/lisk-codec": "0.4.0-beta.0", + "@liskhq/lisk-cryptography": "4.1.0-beta.0", + "@liskhq/lisk-passphrase": "4.1.0-beta.0", + "@liskhq/lisk-validator": "0.8.0-beta.0", "protobufjs": "7.2.4" }, "devDependencies": { diff --git a/sdk/package.json b/sdk/package.json index 3b33495f319..00d61cdfb5b 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "6.0.0-beta.7", + "version": "6.1.0-beta.0", "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.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-api-client": "^6.1.0-beta.0", + "@liskhq/lisk-chain": "^0.5.0-beta.0", + "@liskhq/lisk-codec": "^0.4.0-beta.0", + "@liskhq/lisk-cryptography": "^4.1.0-beta.0", "@liskhq/lisk-db": "0.3.7", - "@liskhq/lisk-p2p": "^0.8.0-beta.6", - "@liskhq/lisk-passphrase": "^4.0.0-beta.2", - "@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.5", - "lisk-framework": "^0.10.0-beta.7" + "@liskhq/lisk-p2p": "^0.9.0-beta.0", + "@liskhq/lisk-passphrase": "^4.1.0-beta.0", + "@liskhq/lisk-transaction-pool": "^0.7.0-beta.0", + "@liskhq/lisk-transactions": "^6.1.0-beta.0", + "@liskhq/lisk-tree": "^0.4.0-beta.0", + "@liskhq/lisk-utils": "^0.4.0-beta.0", + "@liskhq/lisk-validator": "^0.8.0-beta.0", + "lisk-framework": "^0.11.0-beta.0" }, "devDependencies": { "eslint": "8.28.0", diff --git a/yarn.lock b/yarn.lock index b81a0b4fd47..75e691fdb4f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1803,6 +1803,51 @@ dependencies: "@types/node" "11.11.2" +"@liskhq/lisk-api-client@^6.0.0-beta.6": + version "6.0.0-beta.6" + resolved "https://npm.lisk.com/@liskhq/lisk-api-client/-/lisk-api-client-6.0.0-beta.6.tgz#9377c1f0af898c4f1ca49babd606faa4ba5f6e0e" + integrity sha512-Dhd7yWw2N7DlSrhTiQyitZ/Y8OSLCl1vlyWJx2GQXm+hbDf4nezcSdoAO3Z1W/hYFbvOckl+JKgZtALydOZogA== + dependencies: + "@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" + +"@liskhq/lisk-chain@^0.4.0-beta.6": + version "0.4.0-beta.6" + resolved "https://npm.lisk.com/@liskhq/lisk-chain/-/lisk-chain-0.4.0-beta.6.tgz#6ea5fbe9769975e7f73665a676643c8553d90e04" + integrity sha512-3ttMQkWQn4ZJe/STzF8ZD4tjPV0Mt/4eNBHBjkrilEcN/J0YQUGN9ORh3pxhupBXfGt88Ht+jqdq+ZAnm5dEOA== + dependencies: + "@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.5" + "@liskhq/lisk-utils" "^0.3.0-beta.3" + "@liskhq/lisk-validator" "^0.7.0-beta.5" + debug "4.3.4" + +"@liskhq/lisk-codec@^0.3.0-beta.5": + version "0.3.0-beta.5" + resolved "https://npm.lisk.com/@liskhq/lisk-codec/-/lisk-codec-0.3.0-beta.5.tgz#39599debb707574a851e1697c992747d1e3318d9" + integrity sha512-VAtJH5C2RNNkQ4751NRIl7HfpoojSmfuGEI3jHSq9SbtXKYigkXSzkh6FhiwnSLIuEZNtCEoO1kyla6WQox3aQ== + dependencies: + "@liskhq/lisk-cryptography" "^4.0.0-beta.4" + "@liskhq/lisk-utils" "^0.3.0-beta.3" + "@liskhq/lisk-validator" "^0.7.0-beta.5" + +"@liskhq/lisk-cryptography@^4.0.0-beta.4": + version "4.0.0-beta.4" + resolved "https://npm.lisk.com/@liskhq/lisk-cryptography/-/lisk-cryptography-4.0.0-beta.4.tgz#36f3c18ee806a8e56e7ec6e1b6775ffa89215159" + integrity sha512-m+rwGPqVT4WmdHJ8HB6fCUyY4iCPweWf/DZBqmVmO3Mqnrxq0E0FjSXutofWiBrzLxtyNmolpGSENrMKvIdaSw== + dependencies: + "@liskhq/lisk-passphrase" "^4.0.0-beta.2" + buffer-reverse "1.0.1" + hash-wasm "4.9.0" + tweetnacl "1.0.3" + "@liskhq/lisk-db@0.3.7": version "0.3.7" resolved "https://registry.yarnpkg.com/@liskhq/lisk-db/-/lisk-db-0.3.7.tgz#9dce3d0c37f248f9221b26f0d57c3306d7d072ef" @@ -1813,6 +1858,71 @@ cargo-cp-artifact "^0.1" shelljs "^0.8.5" +"@liskhq/lisk-p2p@^0.8.0-beta.6": + version "0.8.0-beta.6" + resolved "https://npm.lisk.com/@liskhq/lisk-p2p/-/lisk-p2p-0.8.0-beta.6.tgz#3a30c3ef6774042b213f2ca94ee620ba74178e1d" + integrity sha512-aN50jZV8iwhT13GK5ZwguW5oj/5IKb/HV5LnEcDUhV7FeQig3DAnnBJJhxzcHZtUrGgSmRkiPKrDmT+w0XwAmw== + dependencies: + "@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" + socketcluster-server "14.6.0" + +"@liskhq/lisk-passphrase@^4.0.0-beta.2": + version "4.0.0-canary.33179" + resolved "https://npm.lisk.com/@liskhq/lisk-passphrase/-/lisk-passphrase-4.0.0-canary.33179.tgz#8e04848238e72eafa2f2bb80ea91cb0e69bbedc3" + integrity sha512-EPXgHb4YBme/FoS7CLEbvPU0pshKH9FRDL9qUn8Po2tB72IdIfDh+wP9nAD/92v4JcsVVGtPgX5MWiiYHb1GCw== + dependencies: + bip39 "3.0.3" + +"@liskhq/lisk-transaction-pool@^0.6.0-beta.6": + version "0.6.0-beta.6" + resolved "https://npm.lisk.com/@liskhq/lisk-transaction-pool/-/lisk-transaction-pool-0.6.0-beta.6.tgz#85c36789c45cffbbd73f90a961710763cdd857aa" + integrity sha512-OG/RFVj/uEEdNgKdE1KEipkNqPhwW6QlwRlzTmwIQQ9m+O9dHW3f0xoPufFJVqR8BtFwRDlctRv6HTfJWUUdcA== + dependencies: + "@liskhq/lisk-cryptography" "^4.0.0-beta.4" + "@liskhq/lisk-utils" "^0.3.0-beta.3" + debug "4.3.4" + +"@liskhq/lisk-transactions@^6.0.0-beta.5": + version "6.0.0-beta.5" + resolved "https://npm.lisk.com/@liskhq/lisk-transactions/-/lisk-transactions-6.0.0-beta.5.tgz#cb00e54dc417c138e53da2aec89a65768860e8ca" + integrity sha512-vgdGjw4D1wrZVa0YAOc5YlvrfjYarHbKo9gx8CUrEJv72M0B/UImMyVQQbVODLT9YeIvJ1ajUWLYl372b9ZFow== + dependencies: + "@liskhq/lisk-codec" "^0.3.0-beta.5" + "@liskhq/lisk-cryptography" "^4.0.0-beta.4" + "@liskhq/lisk-validator" "^0.7.0-beta.5" + +"@liskhq/lisk-tree@^0.3.0-beta.5": + version "0.3.0-beta.5" + resolved "https://npm.lisk.com/@liskhq/lisk-tree/-/lisk-tree-0.3.0-beta.5.tgz#eaca57ba3942c97b23c13a92723f2cff3303848f" + integrity sha512-XUrTVmRpx/bn96TJOdrqbJG5sglfbeKk7+39o6BWH2KVFacyPAbEJi0bRmCCsEVjK9dzazxjWKjRp+qlqbjQcw== + dependencies: + "@liskhq/lisk-cryptography" "^4.0.0-beta.4" + "@liskhq/lisk-utils" "^0.3.0-beta.3" + +"@liskhq/lisk-utils@^0.3.0-beta.3": + version "0.3.0-canary.33253" + resolved "https://npm.lisk.com/@liskhq/lisk-utils/-/lisk-utils-0.3.0-canary.33253.tgz#07f3c1274a4660bc2f13280ca11f783a4434ade6" + integrity sha512-hIaYerKi0gC/c7nj9hn9CQfKxih8kSNkinS3N/2au2qs4LWNDQOKk0aUynMpQej1Xv26WcF51tY//Je/+k3wbg== + dependencies: + lodash.clonedeep "4.5.0" + +"@liskhq/lisk-validator@^0.7.0-beta.5": + version "0.7.0-beta.5" + resolved "https://npm.lisk.com/@liskhq/lisk-validator/-/lisk-validator-0.7.0-beta.5.tgz#d8a7fdcb5eaa45c2cd01b23d1fde0c365e5cff1a" + integrity sha512-oySl7xe84Fnh7gUtZwrHPCtpLruPfFo//Owbf0spW56QAkYZWu+1eeGOICgKW8RzxPyFX9WAjWwK3P8Md8tNTg== + dependencies: + "@liskhq/lisk-cryptography" "^4.0.0-beta.4" + ajv "8.1.0" + ajv-formats "2.1.1" + debug "4.3.4" + semver "7.5.2" + validator "13.7.0" + "@lmdb/lmdb-darwin-arm64@2.5.2": version "2.5.2" resolved "https://registry.yarnpkg.com/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-2.5.2.tgz#bc66fa43286b5c082e8fee0eacc17995806b6fbe" @@ -10934,6 +11044,52 @@ lint-staged@13.0.3: string-argv "^0.3.1" yaml "^2.1.1" +lisk-framework@^0.10.0-beta.7: + version "0.10.0-beta.7" + resolved "https://npm.lisk.com/lisk-framework/-/lisk-framework-0.10.0-beta.7.tgz#ec405c771d2de2e228b286d7ba04aa9330b0d4b7" + integrity sha512-BytJ2/l3CvN6nBOjlAZ6oP5db+ksbFYejjT9oICw4facKuKMO+dEDl2OMAH8gAn6wsPD9VgFT1UUy+FuY0k+Rw== + dependencies: + "@chainsafe/blst" "0.2.9" + "@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.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.5" + bunyan "1.8.15" + debug "4.3.4" + eventemitter2 "6.4.9" + fs-extra "11.1.0" + prom-client "14.2.0" + ps-list "7.2.0" + sodium-native "3.2.1" + ws "8.11.0" + zeromq "6.0.0-beta.6" + +lisk-sdk@^6.0.0-alpha.0: + version "6.0.0-beta.7" + resolved "https://npm.lisk.com/lisk-sdk/-/lisk-sdk-6.0.0-beta.7.tgz#35157d05d80cb82f65a72240b266b32cb4d6285d" + integrity sha512-GuIEgZ4HmRKt6GXSAkkDJed9JOJIJdKjdSJxqfbIO2B8wYrMQv10bpmbVEXli1QP8B8jsGq7K3XCr+yFXeNvVg== + dependencies: + "@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.6" + "@liskhq/lisk-passphrase" "^4.0.0-beta.2" + "@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.5" + lisk-framework "^0.10.0-beta.7" + listr-silent-renderer@^1.1.1: version "1.1.1" resolved "https://registry.yarnpkg.com/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz#924b5a3757153770bf1a8e3fbf74b8bbf3f9242e"