Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
⬆️ Bump version 6.0.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Aug 19, 2023
1 parent 21c8668 commit 635007c
Show file tree
Hide file tree
Showing 34 changed files with 357 additions and 125 deletions.
18 changes: 9 additions & 9 deletions commander/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,21 +85,21 @@
}
},
"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",
"@oclif/plugin-version": "1.1.3",
"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"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 6 additions & 6 deletions elements/lisk-api-client/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions elements/lisk-chain/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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": {
Expand Down
14 changes: 7 additions & 7 deletions elements/lisk-client/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions elements/lisk-codec/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion elements/lisk-cryptography/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down
20 changes: 10 additions & 10 deletions elements/lisk-elements/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions elements/lisk-p2p/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-transaction-pool/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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"
},
Expand Down
8 changes: 4 additions & 4 deletions elements/lisk-transactions/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-tree/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions elements/lisk-validator/package.json
Original file line number Diff line number Diff line change
@@ -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 <admin@lisk.com>, lightcurve GmbH <admin@lightcurve.io>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -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",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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&parallelism=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&parallelism=4&memorySize=2097023",
"ccuFee": "500000000",
"receivingChainIPCPath": "~/.lisk/pos-sidechain-example-one",
"registrationHeight": 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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&parallelism=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&parallelism=4&memorySize=2097023",
"ccuFee": "500000000",
"receivingChainIPCPath": "~/.lisk/pos-sidechain-example-two",
"registrationHeight": 10
Expand Down
10 changes: 7 additions & 3 deletions examples/interop/pos-mainchain-fast/config/default/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {}
}
Loading

0 comments on commit 635007c

Please sign in to comment.