diff --git a/commander/README.md b/commander/README.md index c02426d8b22..156464a45bf 100644 --- a/commander/README.md +++ b/commander/README.md @@ -20,12 +20,12 @@ Upon successful completion, NPM will add the `lisk-commander` executable `lisk` $ lisk COMMAND running command... $ lisk (-v|--version|version) -lisk-commander/5.0.0 darwin-x64 node-v12.18.3 +lisk-commander/5.0.0 darwin-x64 node-v12.20.0 $ lisk --help [COMMAND] A command line interface for Lisk VERSION - lisk-commander/5.0.0 darwin-x64 node-v12.18.3 + lisk-commander/5.0.0 darwin-x64 node-v12.20.0 USAGE $ lisk [COMMAND] diff --git a/commander/package.json b/commander/package.json index ccd38263bc2..977cff9fd7c 100644 --- a/commander/package.json +++ b/commander/package.json @@ -1,6 +1,6 @@ { "name": "lisk-commander", - "version": "5.0.0-alpha.2", + "version": "5.0.0", "description": "A command line interface for Lisk", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -71,9 +71,9 @@ "/docs" ], "dependencies": { - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-passphrase": "^3.0.1-alpha.0", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-passphrase": "^3.0.1", + "@liskhq/lisk-validator": "^0.5.0", "@oclif/command": "1.5.19", "@oclif/config": "1.14.0", "@oclif/errors": "1.2.2", diff --git a/elements/lisk-api-client/package.json b/elements/lisk-api-client/package.json index 3762f60f27d..0953c00a364 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": "5.0.0-alpha.4", + "version": "5.0.0", "description": "An API client for the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "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.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-transactions": "^5.0.0", "isomorphic-ws": "4.0.1", "pm2-axon": "4.0.0", "pm2-axon-rpc": "0.6.0", "ws": "7.4.0" }, "devDependencies": { - "@liskhq/lisk-chain": "^0.2.0-alpha.5", + "@liskhq/lisk-chain": "^0.2.0", "@types/jest": "26.0.13", "@types/jest-when": "2.7.1", "@types/node": "12.12.11", diff --git a/elements/lisk-bft/package.json b/elements/lisk-bft/package.json index 995be67765c..4d4ebd60764 100644 --- a/elements/lisk-bft/package.json +++ b/elements/lisk-bft/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-bft", - "version": "0.2.0-alpha.4", + "version": "0.2.0", "description": "Byzantine fault tolerance implementation according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "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.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "@types/node": "12.12.11", "debug": "4.1.1" }, diff --git a/elements/lisk-chain/package.json b/elements/lisk-chain/package.json index ca954606fd9..d3d3403213d 100644 --- a/elements/lisk-chain/package.json +++ b/elements/lisk-chain/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-chain", - "version": "0.2.0-alpha.5", + "version": "0.2.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", @@ -36,16 +36,16 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-db": "^0.1.0-alpha.0", - "@liskhq/lisk-tree": "^0.1.0-alpha.0", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-db": "^0.1.0", + "@liskhq/lisk-tree": "^0.1.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "debug": "4.1.1" }, "devDependencies": { - "@liskhq/lisk-passphrase": "^3.0.1-alpha.0", + "@liskhq/lisk-passphrase": "^3.0.1", "@types/debug": "4.1.5", "@types/faker": "4.1.10", "@types/jest": "26.0.13", diff --git a/elements/lisk-client/package.json b/elements/lisk-client/package.json index cfd3d4c2e92..c957a921ce6 100644 --- a/elements/lisk-client/package.json +++ b/elements/lisk-client/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-client", - "version": "5.0.0-alpha.4", + "version": "5.0.0", "description": "A default set of Elements for use by clients of the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -49,14 +49,14 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.0.0-alpha.4", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-passphrase": "^3.0.1-alpha.0", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", - "@liskhq/lisk-tree": "^0.1.0-alpha.0", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-api-client": "^5.0.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-passphrase": "^3.0.1", + "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-tree": "^0.1.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "buffer": "6.0.3" }, "devDependencies": { diff --git a/elements/lisk-codec/package.json b/elements/lisk-codec/package.json index f6483479f1d..c23adfbaeb3 100644 --- a/elements/lisk-codec/package.json +++ b/elements/lisk-codec/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-codec", - "version": "0.1.0-alpha.4", + "version": "0.1.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", @@ -36,8 +36,8 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4" + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0" }, "devDependencies": { "@types/jest": "26.0.13", diff --git a/elements/lisk-cryptography/package.json b/elements/lisk-cryptography/package.json index 3d2de4de211..dacfd37878d 100644 --- a/elements/lisk-cryptography/package.json +++ b/elements/lisk-cryptography/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-cryptography", - "version": "3.0.0-alpha.4", + "version": "3.0.0", "description": "General cryptographic functions for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-db/package.json b/elements/lisk-db/package.json index a79443ea6e9..17c33f2aeb9 100644 --- a/elements/lisk-db/package.json +++ b/elements/lisk-db/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-db", - "version": "0.1.0-alpha.0", + "version": "0.1.0", "description": "A database access implementation for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/elements/lisk-elements/package.json b/elements/lisk-elements/package.json index 3526d80153e..e8fbc607695 100644 --- a/elements/lisk-elements/package.json +++ b/elements/lisk-elements/package.json @@ -1,6 +1,6 @@ { "name": "lisk-elements", - "version": "5.0.0-alpha.4", + "version": "5.0.0", "description": "Elements for building blockchain applications in the Lisk network", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -36,20 +36,20 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.0.0-alpha.4", - "@liskhq/lisk-bft": "^0.2.0-alpha.4", - "@liskhq/lisk-chain": "^0.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-db": "^0.1.0-alpha.0", - "@liskhq/lisk-genesis": "^0.1.0-alpha.1", - "@liskhq/lisk-p2p": "^0.6.0-alpha.4", - "@liskhq/lisk-passphrase": "^3.0.1-alpha.0", - "@liskhq/lisk-transaction-pool": "^0.4.0-alpha.4", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", - "@liskhq/lisk-tree": "^0.1.0-alpha.0", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4" + "@liskhq/lisk-api-client": "^5.0.0", + "@liskhq/lisk-bft": "^0.2.0", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-db": "^0.1.0", + "@liskhq/lisk-genesis": "^0.1.0", + "@liskhq/lisk-p2p": "^0.6.0", + "@liskhq/lisk-passphrase": "^3.0.1", + "@liskhq/lisk-transaction-pool": "^0.4.0", + "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-tree": "^0.1.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0" }, "devDependencies": { "@types/jest": "26.0.13", diff --git a/elements/lisk-genesis/package.json b/elements/lisk-genesis/package.json index bd92cbc7efd..e90c3728e6c 100644 --- a/elements/lisk-genesis/package.json +++ b/elements/lisk-genesis/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-genesis", - "version": "0.1.0-alpha.1", + "version": "0.1.0", "description": "Library containing genesis block creation functions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "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.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "lodash.clonedeep": "4.5.0" }, "devDependencies": { diff --git a/elements/lisk-p2p/package.json b/elements/lisk-p2p/package.json index bd864800b96..5b797b53af4 100644 --- a/elements/lisk-p2p/package.json +++ b/elements/lisk-p2p/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-p2p", - "version": "0.6.0-alpha.4", + "version": "0.6.0", "description": "Unstructured P2P library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -42,9 +42,9 @@ "disableLocalIPs": "./scripts/disableTestLocalIPs.sh 2 19" }, "dependencies": { - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-validator": "^0.5.0", "lodash.shuffle": "4.2.0", "semver": "7.1.3", "socketcluster-client": "14.3.1", diff --git a/elements/lisk-passphrase/package.json b/elements/lisk-passphrase/package.json index 7eec87a8a16..354dc29fae9 100644 --- a/elements/lisk-passphrase/package.json +++ b/elements/lisk-passphrase/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-passphrase", - "version": "3.0.1-alpha.0", + "version": "3.0.1", "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 522e1797a7a..def28489f5d 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.4.0-alpha.4", + "version": "0.4.0", "description": "Transaction pool library for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "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.0.0-alpha.4", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-utils": "^0.1.0", "debug": "4.1.1" }, "devDependencies": { diff --git a/elements/lisk-transactions/package.json b/elements/lisk-transactions/package.json index 73e1ee4d8e1..ea44423e06f 100644 --- a/elements/lisk-transactions/package.json +++ b/elements/lisk-transactions/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-transactions", - "version": "5.0.0-alpha.4", + "version": "5.0.0", "description": "Utility functions related to transactions according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "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.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4" + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-validator": "^0.5.0" }, "devDependencies": { "@types/jest": "26.0.13", diff --git a/elements/lisk-tree/package.json b/elements/lisk-tree/package.json index 312e2639c07..a2798a38cbb 100644 --- a/elements/lisk-tree/package.json +++ b/elements/lisk-tree/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-tree", - "version": "0.1.0-alpha.0", + "version": "0.1.0", "description": "Library containing Merkle tree implementations for use with Lisk-related software", "author": "Lisk Foundation , lightcurve GmbH ", "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.0.0-alpha.4", - "@liskhq/lisk-utils": "^0.1.0-alpha.4" + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-utils": "^0.1.0" }, "devDependencies": { "@types/jest": "26.0.13", diff --git a/elements/lisk-utils/package.json b/elements/lisk-utils/package.json index 21267b4b1aa..a92d964c8a8 100644 --- a/elements/lisk-utils/package.json +++ b/elements/lisk-utils/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-utils", - "version": "0.1.0-alpha.4", + "version": "0.1.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 0b0babc965a..ebd6d3e0aaf 100644 --- a/elements/lisk-validator/package.json +++ b/elements/lisk-validator/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-validator", - "version": "0.5.0-alpha.4", + "version": "0.5.0", "description": "Validation library according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "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.0.0-alpha.4", + "@liskhq/lisk-cryptography": "^3.0.0", "@types/node": "12.12.11", "@types/semver": "7.1.0", "@types/validator": "12.0.1", diff --git a/framework-plugins/lisk-framework-forger-plugin/package.json b/framework-plugins/lisk-framework-forger-plugin/package.json index 092c9fd9db1..c03309dc07d 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.1.0-alpha.5", + "version": "0.1.0", "description": "A plugin for lisk-framework that monitors configured delegates forging activity and voters information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,13 +38,13 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-db": "^0.1.0-alpha.0", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-db": "^0.1.0", + "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "axios": "0.19.2", "cors": "2.8.5", "debug": "4.1.1", @@ -52,11 +52,11 @@ "express-rate-limit": "5.1.3", "fs-extra": "9.0.0", "ip": "1.1.5", - "lisk-framework": "^0.7.0-alpha.5" + "lisk-framework": "^0.7.0" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.0.0-alpha.4", - "@liskhq/lisk-genesis": "^0.1.0-alpha.1", + "@liskhq/lisk-api-client": "^5.0.0", + "@liskhq/lisk-genesis": "^0.1.0", "@types/cors": "2.8.6", "@types/debug": "4.1.5", "@types/express": "4.17.6", diff --git a/framework-plugins/lisk-framework-http-api-plugin/package.json b/framework-plugins/lisk-framework-http-api-plugin/package.json index 3bcc017c8c8..6edd971d91b 100644 --- a/framework-plugins/lisk-framework-http-api-plugin/package.json +++ b/framework-plugins/lisk-framework-http-api-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-framework-http-api-plugin", - "version": "0.1.0-alpha.4", + "version": "0.1.0", "description": "A plugin for lisk-framework that provides basic HTTP API endpoints to get running node information.", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -37,18 +37,18 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.2.0-alpha.5", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "cors": "2.8.5", "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.7.0-alpha.5" + "lisk-framework": "^0.7.0" }, "devDependencies": { - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-transactions": "^5.0.0", "@types/cors": "2.8.6", "@types/express": "4.17.6", "@types/express-rate-limit": "5.0.0", diff --git a/framework-plugins/lisk-framework-monitor-plugin/package.json b/framework-plugins/lisk-framework-monitor-plugin/package.json index 122392d9186..ef41ee3f7d6 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.1.0-alpha.5", + "version": "0.1.0", "description": "A plugin for lisk-framework that provides network statistics of the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,16 +38,16 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-chain": "^0.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "cors": "2.8.5", "express": "4.17.1", "express-rate-limit": "5.1.3", "ip": "1.1.5", - "lisk-framework": "^0.7.0-alpha.5" + "lisk-framework": "^0.7.0" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json b/framework-plugins/lisk-framework-report-misbehavior-plugin/package.json index 79b9353e621..d0d5acc6387 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.1.0-alpha.5", + "version": "0.1.0", "description": "A plugin for lisk-framework that provides automatic detection of delegate misbehavior and sends a reportDelegateMisbehaviorTransaction to the running node", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -38,17 +38,17 @@ "prepublishOnly": "npm run lint && npm test && npm run build && npm run build:check" }, "dependencies": { - "@liskhq/lisk-bft": "^0.2.0-alpha.4", - "@liskhq/lisk-chain": "^0.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-db": "^0.1.0-alpha.0", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-bft": "^0.2.0", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-db": "^0.1.0", + "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "debug": "4.1.1", "fs-extra": "9.0.0", - "lisk-framework": "^0.7.0-alpha.5" + "lisk-framework": "^0.7.0" }, "devDependencies": { "@types/cors": "2.8.6", diff --git a/framework/package.json b/framework/package.json index 4f8b229b591..cacf286f822 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.7.0-alpha.5", + "version": "0.7.0", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -40,17 +40,17 @@ "test:functional": "jest --config=./test/functional/jest.config.js --runInBand" }, "dependencies": { - "@liskhq/lisk-bft": "^0.2.0-alpha.4", - "@liskhq/lisk-chain": "^0.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-db": "^0.1.0-alpha.0", - "@liskhq/lisk-genesis": "^0.1.0-alpha.1", - "@liskhq/lisk-p2p": "^0.6.0-alpha.4", - "@liskhq/lisk-transaction-pool": "^0.4.0-alpha.4", - "@liskhq/lisk-tree": "^0.1.0-alpha.0", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", + "@liskhq/lisk-bft": "^0.2.0", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-db": "^0.1.0", + "@liskhq/lisk-genesis": "^0.1.0", + "@liskhq/lisk-p2p": "^0.6.0", + "@liskhq/lisk-transaction-pool": "^0.4.0", + "@liskhq/lisk-tree": "^0.1.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", "bunyan": "1.8.14", "debug": "4.1.1", "eventemitter2": "6.0.0", @@ -62,9 +62,9 @@ "ws": "7.3.1" }, "devDependencies": { - "@liskhq/lisk-api-client": "^5.0.0-alpha.4", - "@liskhq/lisk-passphrase": "^3.0.1-alpha.0", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", + "@liskhq/lisk-api-client": "^5.0.0", + "@liskhq/lisk-passphrase": "^3.0.1", + "@liskhq/lisk-transactions": "^5.0.0", "@types/bunyan": "1.8.6", "@types/jest": "26.0.13", "@types/jest-when": "2.7.1", diff --git a/sdk/README.md b/sdk/README.md index 58a54d9859d..dbf0336a2ae 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -30,6 +30,10 @@ The Lisk SDK aims to provide an easy and reliable software development kit for b ## Usage +### Documentation + +For more detailed documentation, see the [official Lisk SDK documentation](https://lisk.io/documentation/lisk-sdk). + #### Dependencies Before running Lisk SDK, the following dependencies need to be installed in order to run applications created with the Lisk SDK: @@ -38,8 +42,6 @@ Before running Lisk SDK, the following dependencies need to be installed in orde | ------------ | ------- | | NodeJS | 12+ | -You can find further details on installing these dependencies in our [pre-installation setup guide](https://lisk.io/documentation/lisk-core/setup/source#pre-install). - ### Installation The installation of Lisk Beta SDK is straightforward and limited to getting a single NPM package, `lisk-sdk`, to your Node.js project: @@ -85,27 +87,23 @@ You can also define your blockchain application parameters such as `blockTime`, ```js const app = Application.defaultApplication(genesisBlockDevnet, { genesisConfig: { - communityIdentifier: 'newChain', - blockTime: 5, - maxPayloadLength: 100 * 1024, - minRemainingBalance: "5000000", - activeDelegates: 101, - standbyDelegates: 2, - delegateListRoundOffset: 2 + communityIdentifier: 'newChain', + blockTime: 5, + maxPayloadLength: 100 * 1024, + minRemainingBalance: "5000000", + activeDelegates: 101, + standbyDelegates: 2, + delegateListRoundOffset: 2 }, ... }); ``` -For a complete list of configuration options see the [lisk-docs repo](https://github.com/LiskHQ/lisk-docs/blob/development/lisk-sdk/configuration.md). - ### Register a custom module or a custom plugin A custom module is a logic to define state changes that will be executed on-chain meaning that it will be a part of the blockchain protocol. On the other hand, a custom plugin is a logic to define an off-chain logic which is not part of the blockchain protocol but to enhance the application features. -You can define [your own module](https://github.com/LiskHQ/lisk-docs/blob/master/lisk-sdk/customize.md) and [your own plugin](https://github.com/LiskHQ/lisk-docs/blob/master/lisk-sdk/customize.md) with Lisk-SDK. - Add your custom module and custom plugin to your blockchain application by registering it to the application instance: ```js @@ -128,8 +126,6 @@ app }); ``` -For information on creating your own custom transaction, see the [lisk-docs repo](https://github.com/LiskHQ/lisk-docs/blob/master/lisk-sdk/customize.md) or [follow the tutorials](https://github.com/LiskHQ/lisk-docs/blob/development/start/tutorials/hello-world.md). - ## Architecture Overview The Lisk SDK operates on the NodeJS runtime and consists primarily of an application framework (Lisk Framework), a collection of libraries providing blockchain application functionalities (Lisk Elements), and a powerful command-line tool (Lisk Commander) helping developers to build a blockchain application using Lisk Framework. The diagram below provides a high-level overview of the architecture: diff --git a/sdk/package.json b/sdk/package.json index c4ce34e9375..515f5ca35bc 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "5.0.0-alpha.5", + "version": "5.0.0", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -29,25 +29,25 @@ "build": "tsc" }, "dependencies": { - "@liskhq/lisk-api-client": "^5.0.0-alpha.4", - "@liskhq/lisk-bft": "^0.2.0-alpha.4", - "@liskhq/lisk-chain": "^0.2.0-alpha.5", - "@liskhq/lisk-codec": "^0.1.0-alpha.4", - "@liskhq/lisk-cryptography": "^3.0.0-alpha.4", - "@liskhq/lisk-db": "^0.1.0-alpha.0", - "@liskhq/lisk-framework-forger-plugin": "^0.1.0-alpha.5", - "@liskhq/lisk-framework-http-api-plugin": "^0.1.0-alpha.4", - "@liskhq/lisk-framework-monitor-plugin": "^0.1.0-alpha.5", - "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.0-alpha.5", - "@liskhq/lisk-genesis": "^0.1.0-alpha.1", - "@liskhq/lisk-p2p": "^0.6.0-alpha.4", - "@liskhq/lisk-passphrase": "^3.0.1-alpha.0", - "@liskhq/lisk-transaction-pool": "^0.4.0-alpha.4", - "@liskhq/lisk-transactions": "^5.0.0-alpha.4", - "@liskhq/lisk-tree": "^0.1.0-alpha.0", - "@liskhq/lisk-utils": "^0.1.0-alpha.4", - "@liskhq/lisk-validator": "^0.5.0-alpha.4", - "lisk-framework": "^0.7.0-alpha.5" + "@liskhq/lisk-api-client": "^5.0.0", + "@liskhq/lisk-bft": "^0.2.0", + "@liskhq/lisk-chain": "^0.2.0", + "@liskhq/lisk-codec": "^0.1.0", + "@liskhq/lisk-cryptography": "^3.0.0", + "@liskhq/lisk-db": "^0.1.0", + "@liskhq/lisk-framework-forger-plugin": "^0.1.0", + "@liskhq/lisk-framework-http-api-plugin": "^0.1.0", + "@liskhq/lisk-framework-monitor-plugin": "^0.1.0", + "@liskhq/lisk-framework-report-misbehavior-plugin": "^0.1.0", + "@liskhq/lisk-genesis": "^0.1.0", + "@liskhq/lisk-p2p": "^0.6.0", + "@liskhq/lisk-passphrase": "^3.0.1", + "@liskhq/lisk-transaction-pool": "^0.4.0", + "@liskhq/lisk-transactions": "^5.0.0", + "@liskhq/lisk-tree": "^0.1.0", + "@liskhq/lisk-utils": "^0.1.0", + "@liskhq/lisk-validator": "^0.5.0", + "lisk-framework": "^0.7.0" }, "devDependencies": { "eslint": "7.8.1",