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
28 changed files
with
181 additions
and
181 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": "5.2.0-rc.0", | ||
"version": "5.2.0", | ||
"description": "A command line interface for Lisk", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -91,17 +91,17 @@ | |
"/docs" | ||
], | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "^5.2.0-rc.0", | ||
"@liskhq/lisk-chain": "^0.4.0-rc.0", | ||
"@liskhq/lisk-client": "^5.3.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-api-client": "^5.2.0", | ||
"@liskhq/lisk-chain": "^0.4.0", | ||
"@liskhq/lisk-client": "^5.3.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-db": "^0.3.6", | ||
"@liskhq/lisk-genesis": "^0.3.0-rc.0", | ||
"@liskhq/lisk-passphrase": "^3.2.0-rc.0", | ||
"@liskhq/lisk-transactions": "^5.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0", | ||
"@liskhq/lisk-genesis": "^0.3.0", | ||
"@liskhq/lisk-passphrase": "^3.2.0", | ||
"@liskhq/lisk-transactions": "^5.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0", | ||
"@oclif/command": "1.8.16", | ||
"@oclif/config": "1.18.3", | ||
"@oclif/errors": "1.3.5", | ||
|
@@ -114,7 +114,7 @@ | |
"cli-table3": "0.6.0", | ||
"fs-extra": "9.1.0", | ||
"inquirer": "8.0.0", | ||
"lisk-framework": "^0.10.0-rc.0", | ||
"lisk-framework": "^0.10.0", | ||
"listr": "0.14.3", | ||
"progress": "2.0.3", | ||
"semver": "7.3.5", | ||
|
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": "5.2.0-rc.0", | ||
"version": "5.2.0", | ||
"description": "An API client for the Lisk network", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -36,16 +36,16 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-transactions": "^5.3.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-transactions": "^5.3.0", | ||
"isomorphic-ws": "4.0.1", | ||
"pm2-axon": "4.0.1", | ||
"pm2-axon-rpc": "0.7.1", | ||
"ws": "7.5.7" | ||
}, | ||
"devDependencies": { | ||
"@liskhq/lisk-chain": "^0.4.0-rc.0", | ||
"@liskhq/lisk-chain": "^0.4.0", | ||
"@types/jest": "26.0.21", | ||
"@types/jest-when": "2.7.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-bft", | ||
"version": "0.4.0-rc.0", | ||
"version": "0.4.0", | ||
"description": "Byzantine fault tolerance implementation according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -36,11 +36,11 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-chain": "^0.4.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0", | ||
"@liskhq/lisk-chain": "^0.4.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0", | ||
"@types/node": "18.15.3", | ||
"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-chain", | ||
"version": "0.4.0-rc.0", | ||
"version": "0.4.0", | ||
"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", | ||
|
@@ -36,16 +36,16 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-db": "^0.3.6", | ||
"@liskhq/lisk-tree": "^0.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0", | ||
"@liskhq/lisk-tree": "^0.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0", | ||
"debug": "4.3.4" | ||
}, | ||
"devDependencies": { | ||
"@liskhq/lisk-passphrase": "^3.2.0-rc.0", | ||
"@liskhq/lisk-passphrase": "^3.2.0", | ||
"@types/debug": "4.1.7", | ||
"@types/faker": "4.1.10", | ||
"@types/jest": "26.0.21", | ||
|
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": "5.3.0-rc.0", | ||
"version": "5.3.0", | ||
"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", | ||
|
@@ -55,14 +55,14 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "^5.2.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-passphrase": "^3.2.0-rc.0", | ||
"@liskhq/lisk-transactions": "^5.3.0-rc.0", | ||
"@liskhq/lisk-tree": "^0.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0", | ||
"@liskhq/lisk-api-client": "^5.2.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-passphrase": "^3.2.0", | ||
"@liskhq/lisk-transactions": "^5.3.0", | ||
"@liskhq/lisk-tree": "^0.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0", | ||
"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.3.0-rc.0", | ||
"version": "0.3.0", | ||
"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", | ||
|
@@ -36,8 +36,8 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0" | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.21", | ||
|
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": "3.3.0-rc.0", | ||
"version": "3.3.0", | ||
"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": "5.3.0-rc.0", | ||
"version": "5.3.0", | ||
"description": "Libraries to support building blockchain applications according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -36,19 +36,19 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-api-client": "^5.2.0-rc.0", | ||
"@liskhq/lisk-bft": "^0.4.0-rc.0", | ||
"@liskhq/lisk-chain": "^0.4.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-genesis": "^0.3.0-rc.0", | ||
"@liskhq/lisk-p2p": "^0.8.0-rc.0", | ||
"@liskhq/lisk-passphrase": "^3.2.0-rc.0", | ||
"@liskhq/lisk-transaction-pool": "^0.6.0-rc.0", | ||
"@liskhq/lisk-transactions": "^5.3.0-rc.0", | ||
"@liskhq/lisk-tree": "^0.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0" | ||
"@liskhq/lisk-api-client": "^5.2.0", | ||
"@liskhq/lisk-bft": "^0.4.0", | ||
"@liskhq/lisk-chain": "^0.4.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-genesis": "^0.3.0", | ||
"@liskhq/lisk-p2p": "^0.8.0", | ||
"@liskhq/lisk-passphrase": "^3.2.0", | ||
"@liskhq/lisk-transaction-pool": "^0.6.0", | ||
"@liskhq/lisk-transactions": "^5.3.0", | ||
"@liskhq/lisk-tree": "^0.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.21", | ||
|
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-genesis", | ||
"version": "0.3.0-rc.0", | ||
"version": "0.3.0", | ||
"description": "Library containing genesis block creation functions according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -36,11 +36,11 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-chain": "^0.4.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0", | ||
"@liskhq/lisk-chain": "^0.4.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0", | ||
"lodash.clonedeep": "4.5.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-p2p", | ||
"version": "0.8.0-rc.0", | ||
"version": "0.8.0", | ||
"description": "Unstructured P2P library for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -42,9 +42,9 @@ | |
"disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0", | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0", | ||
"lodash.shuffle": "4.2.0", | ||
"semver": "7.3.5", | ||
"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-passphrase", | ||
"version": "3.2.0-rc.0", | ||
"version": "3.2.0", | ||
"description": "Mnemonic passphrase helpers 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": "@liskhq/lisk-transaction-pool", | ||
"version": "0.6.0-rc.0", | ||
"version": "0.6.0", | ||
"description": "Transaction pool library for use with Lisk-related software", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -37,8 +37,8 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0", | ||
"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-transactions", | ||
"version": "5.3.0-rc.0", | ||
"version": "5.3.0", | ||
"description": "Utility functions related to transactions according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -36,9 +36,9 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-codec": "^0.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-validator": "^0.7.0-rc.0" | ||
"@liskhq/lisk-codec": "^0.3.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-validator": "^0.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.21", | ||
|
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.3.0-rc.0", | ||
"version": "0.3.0", | ||
"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", | ||
|
@@ -36,8 +36,8 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-utils": "^0.3.0-rc.0" | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"@liskhq/lisk-utils": "^0.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "26.0.21", | ||
|
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-utils", | ||
"version": "0.3.0-rc.0", | ||
"version": "0.3.0", | ||
"description": "Library containing generic utility 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": "@liskhq/lisk-validator", | ||
"version": "0.7.0-rc.0", | ||
"version": "0.7.0", | ||
"description": "Validation library according to the Lisk protocol", | ||
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -37,7 +37,7 @@ | |
"prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" | ||
}, | ||
"dependencies": { | ||
"@liskhq/lisk-cryptography": "^3.3.0-rc.0", | ||
"@liskhq/lisk-cryptography": "^3.3.0", | ||
"ajv": "8.1.0", | ||
"ajv-formats": "2.0.2", | ||
"debug": "4.3.4", | ||
|
Oops, something went wrong.