This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
108 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-commander", | ||
"version": "6.0.0-rc.4", | ||
"version": "6.0.0-rc.5", | ||
"description": "A command line interface for Lisk", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -101,16 +101,16 @@ | |
"/docs" | ||
], | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.3", | ||
"@liskhq/lisk-chain": "^0.5.0-rc.3", | ||
"@liskhq/lisk-client": "^6.0.0-rc.3", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.4", | ||
"@liskhq/lisk-chain": "^0.5.0-rc.4", | ||
"@liskhq/lisk-client": "^6.0.0-rc.4", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.2", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-db": "0.3.10", | ||
"@liskhq/lisk-passphrase": "^4.0.0-rc.0", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.1", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2", | ||
"@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.11.0-rc.3", | ||
"lisk-framework": "^0.11.0-rc.4", | ||
"listr": "0.14.3", | ||
"progress": "2.0.3", | ||
"semver": "7.5.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-api-client", | ||
"version": "6.0.0-rc.3", | ||
"version": "6.0.0-rc.4", | ||
"description": "An API client for the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -35,16 +35,16 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.4.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.1", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.2", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.2", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2", | ||
"isomorphic-ws": "4.0.1", | ||
"ws": "8.11.0", | ||
"zeromq": "6.0.0-beta.6" | ||
}, | ||
"devDependencies": { | ||
"@liskhq/lisk-chain": "^0.5.0-rc.3", | ||
"@liskhq/lisk-chain": "^0.5.0-rc.4", | ||
"@types/jest": "29.2.3", | ||
"@types/jest-when": "3.5.2", | ||
"@types/node": "18.15.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-chain", | ||
"version": "0.5.0-rc.3", | ||
"version": "0.5.0-rc.4", | ||
"description": "Blocks and state management implementation that are used for block processing according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -35,12 +35,12 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.4.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.2", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-db": "0.3.10", | ||
"@liskhq/lisk-tree": "^0.4.0-rc.1", | ||
"@liskhq/lisk-tree": "^0.4.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2", | ||
"debug": "4.3.4" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-client", | ||
"version": "6.0.0-rc.3", | ||
"version": "6.0.0-rc.4", | ||
"description": "A default set of Elements for use by clients of the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -56,14 +56,14 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.3", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.4", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.2", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-passphrase": "^4.0.0-rc.0", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.1", | ||
"@liskhq/lisk-tree": "^0.4.0-rc.1", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.2", | ||
"@liskhq/lisk-tree": "^0.4.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2", | ||
"buffer": "6.0.3" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-codec", | ||
"version": "0.4.0-rc.1", | ||
"version": "0.4.0-rc.2", | ||
"description": "Implementation of decoder and encoder using Lisk JSON schema according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -35,9 +35,9 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1" | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.2.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-cryptography", | ||
"version": "4.0.0-rc.1", | ||
"version": "4.0.0-rc.2", | ||
"description": "General cryptographic functions for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "lisk-elements", | ||
"version": "6.0.0-rc.3", | ||
"version": "6.0.0-rc.4", | ||
"description": "Elements for building blockchain applications in the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -35,18 +35,18 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.3", | ||
"@liskhq/lisk-chain": "^0.5.0-rc.3", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.4", | ||
"@liskhq/lisk-chain": "^0.5.0-rc.4", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.2", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-db": "0.3.10", | ||
"@liskhq/lisk-p2p": "^0.9.0-rc.1", | ||
"@liskhq/lisk-p2p": "^0.9.0-rc.2", | ||
"@liskhq/lisk-passphrase": "^4.0.0-rc.0", | ||
"@liskhq/lisk-transaction-pool": "^0.7.0-rc.1", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.1", | ||
"@liskhq/lisk-tree": "^0.4.0-rc.1", | ||
"@liskhq/lisk-transaction-pool": "^0.7.0-rc.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.2", | ||
"@liskhq/lisk-tree": "^0.4.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1" | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.2.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-p2p", | ||
"version": "0.9.0-rc.1", | ||
"version": "0.9.0-rc.2", | ||
"description": "Unstructured P2P library for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -41,9 +41,9 @@ | |
"disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.4.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1", | ||
"@liskhq/lisk-codec": "^0.4.0-rc.2", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2", | ||
"lodash.shuffle": "4.2.0", | ||
"semver": "7.5.2", | ||
"socketcluster-client": "14.3.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-transaction-pool", | ||
"version": "0.7.0-rc.1", | ||
"version": "0.7.0-rc.2", | ||
"description": "Transaction pool library for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -36,7 +36,7 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"debug": "4.3.4" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-transactions", | ||
"version": "6.0.0-rc.1", | ||
"version": "6.0.0-rc.2", | ||
"description": "Utility functions related to transactions according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -35,9 +35,9 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.4.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1" | ||
"@liskhq/lisk-codec": "^0.4.0-rc.2", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.2.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-tree", | ||
"version": "0.4.0-rc.1", | ||
"version": "0.4.0-rc.2", | ||
"description": "Library containing Merkle tree implementations for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -35,7 +35,7 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-validator", | ||
"version": "0.8.0-rc.1", | ||
"version": "0.8.0-rc.2", | ||
"description": "Validation library according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -36,7 +36,7 @@ | |
"build:check": "node -e \"require('./dist-node')\"" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"ajv": "8.1.0", | ||
"ajv-formats": "2.1.1", | ||
"debug": "4.3.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-framework-chain-connector-plugin", | ||
"version": "0.1.0-rc.3", | ||
"version": "0.1.0-rc.4", | ||
"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 <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -34,7 +34,7 @@ | |
"dependencies": { | ||
"debug": "4.3.4", | ||
"fs-extra": "11.1.0", | ||
"lisk-sdk": "^6.0.0-rc.3" | ||
"lisk-sdk": "^6.0.0-rc.4" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "29.2.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-framework-dashboard-plugin", | ||
"version": "0.3.0-rc.3", | ||
"version": "0.3.0-rc.4", | ||
"description": "A plugin for interacting with a newly developed blockchain application.", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -46,10 +46,10 @@ | |
}, | ||
"dependencies": { | ||
"@csstools/normalize.css": "12.0.0", | ||
"@liskhq/lisk-client": "^6.0.0-rc.3", | ||
"@liskhq/lisk-client": "^6.0.0-rc.4", | ||
"express": "4.18.2", | ||
"json-format-highlight": "1.0.4", | ||
"lisk-sdk": "^6.0.0-rc.3", | ||
"lisk-sdk": "^6.0.0-rc.4", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-router-dom": "^5.2.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@liskhq/lisk-framework-faucet-plugin", | ||
"version": "0.3.0-rc.3", | ||
"version": "0.3.0-rc.4", | ||
"description": "A plugin for distributing testnet tokens from a newly developed blockchain application.", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -47,15 +47,15 @@ | |
}, | ||
"dependencies": { | ||
"@csstools/normalize.css": "12.0.0", | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.3", | ||
"@liskhq/lisk-client": "^6.0.0-rc.3", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.1", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.1", | ||
"@liskhq/lisk-api-client": "^6.0.0-rc.4", | ||
"@liskhq/lisk-client": "^6.0.0-rc.4", | ||
"@liskhq/lisk-cryptography": "^4.0.0-rc.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-rc.2", | ||
"@liskhq/lisk-utils": "^0.4.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.1", | ||
"@liskhq/lisk-validator": "^0.8.0-rc.2", | ||
"axios": "1.2.0", | ||
"express": "4.18.2", | ||
"lisk-sdk": "^6.0.0-rc.3", | ||
"lisk-sdk": "^6.0.0-rc.4", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-router-dom": "^5.2.0" | ||
|
Oops, something went wrong.