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 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/6.0.0' into 8505-align-token-support-methods-lip
- Loading branch information
Showing
147 changed files
with
2,230 additions
and
1,331 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-beta.4", | ||
"version": "6.0.0-beta.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-beta.3", | ||
"@liskhq/lisk-chain": "^0.4.0-beta.3", | ||
"@liskhq/lisk-client": "^6.0.0-beta.3", | ||
"@liskhq/lisk-codec": "^0.3.0-beta.2", | ||
"@liskhq/lisk-api-client": "^6.0.0-beta.4", | ||
"@liskhq/lisk-chain": "^0.4.0-beta.4", | ||
"@liskhq/lisk-client": "^6.0.0-beta.4", | ||
"@liskhq/lisk-codec": "^0.3.0-beta.3", | ||
"@liskhq/lisk-cryptography": "^4.0.0-beta.2", | ||
"@liskhq/lisk-db": "0.3.6", | ||
"@liskhq/lisk-passphrase": "^4.0.0-beta.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-beta.2", | ||
"@liskhq/lisk-utils": "^0.3.0-beta.2", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-beta.3", | ||
"@liskhq/lisk-utils": "^0.3.0-beta.3", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.3", | ||
"@oclif/core": "1.20.4", | ||
"@oclif/plugin-autocomplete": "1.3.6", | ||
"@oclif/plugin-help": "5.1.19", | ||
|
@@ -121,10 +121,10 @@ | |
"cli-table3": "0.6.0", | ||
"fs-extra": "11.1.0", | ||
"inquirer": "8.2.5", | ||
"lisk-framework": "^0.10.0-beta.4", | ||
"lisk-framework": "^0.10.0-beta.5", | ||
"listr": "0.14.3", | ||
"progress": "2.0.3", | ||
"semver": "7.3.8", | ||
"semver": "7.5.2", | ||
"strip-ansi": "6.0.1", | ||
"tar": "6.1.12", | ||
"ts-morph": "17.0.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
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
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
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
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-beta.3", | ||
"version": "6.0.0-beta.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.3.0-beta.2", | ||
"@liskhq/lisk-codec": "^0.3.0-beta.3", | ||
"@liskhq/lisk-cryptography": "^4.0.0-beta.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-beta.2", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-beta.3", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.3", | ||
"isomorphic-ws": "4.0.1", | ||
"ws": "8.11.0", | ||
"zeromq": "6.0.0-beta.6" | ||
}, | ||
"devDependencies": { | ||
"@liskhq/lisk-chain": "^0.4.0-beta.3", | ||
"@liskhq/lisk-chain": "^0.4.0-beta.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.4.0-beta.3", | ||
"version": "0.4.0-beta.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.3.0-beta.2", | ||
"@liskhq/lisk-codec": "^0.3.0-beta.3", | ||
"@liskhq/lisk-cryptography": "^4.0.0-beta.2", | ||
"@liskhq/lisk-db": "0.3.6", | ||
"@liskhq/lisk-tree": "^0.3.0-beta.2", | ||
"@liskhq/lisk-utils": "^0.3.0-beta.2", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.2", | ||
"@liskhq/lisk-tree": "^0.3.0-beta.3", | ||
"@liskhq/lisk-utils": "^0.3.0-beta.3", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.3", | ||
"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
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-client", | ||
"version": "6.0.0-beta.3", | ||
"version": "6.0.0-beta.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-beta.3", | ||
"@liskhq/lisk-codec": "^0.3.0-beta.2", | ||
"@liskhq/lisk-api-client": "^6.0.0-beta.4", | ||
"@liskhq/lisk-codec": "^0.3.0-beta.3", | ||
"@liskhq/lisk-cryptography": "^4.0.0-beta.2", | ||
"@liskhq/lisk-passphrase": "^4.0.0-beta.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-beta.2", | ||
"@liskhq/lisk-tree": "^0.3.0-beta.2", | ||
"@liskhq/lisk-utils": "^0.3.0-beta.2", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.2", | ||
"@liskhq/lisk-transactions": "^6.0.0-beta.3", | ||
"@liskhq/lisk-tree": "^0.3.0-beta.3", | ||
"@liskhq/lisk-utils": "^0.3.0-beta.3", | ||
"@liskhq/lisk-validator": "^0.7.0-beta.3", | ||
"buffer": "6.0.3" | ||
}, | ||
"devDependencies": { | ||
|
Oops, something went wrong.