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

Commit

Permalink
⬆️ Bump version 6.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantiw committed Aug 9, 2023
1 parent 03f63c0 commit f28783e
Show file tree
Hide file tree
Showing 31 changed files with 134 additions and 143 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.5",
"version": "6.0.0-beta.6",
"description": "A command line interface for Lisk",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"license": "Apache-2.0",
Expand Down Expand Up @@ -101,16 +101,16 @@
"/docs"
],
"dependencies": {
"@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-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-db": "0.3.7",
"@liskhq/lisk-passphrase": "^4.0.0-beta.2",
"@liskhq/lisk-transactions": "^6.0.0-beta.3",
"@liskhq/lisk-transactions": "^6.0.0-beta.4",
"@liskhq/lisk-utils": "^0.3.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.4",
"@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.5",
"lisk-framework": "^0.10.0-beta.6",
"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.5",
"@liskhq/lisk-framework-faucet-plugin": "0.2.0-beta.5",
"@liskhq/lisk-framework-monitor-plugin": "0.3.0-beta.5",
"@liskhq/lisk-framework-forger-plugin": "0.3.0-beta.5",
"@liskhq/lisk-framework-report-misbehavior-plugin": "0.3.0-beta.5",
"@liskhq/lisk-framework-chain-connector-plugin": "0.1.0-beta.5",
"@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",
"@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.5",
"lisk-sdk": "6.0.0-beta.5",
"lisk-commander": "6.0.0-beta.6",
"lisk-sdk": "6.0.0-beta.6",
"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.5"
"lisk-sdk": "^6.0.0-beta.6"
},
"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.4",
"version": "6.0.0-beta.5",
"description": "An API client for the Lisk network",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"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.3",
"@liskhq/lisk-cryptography": "^4.0.0-beta.2",
"@liskhq/lisk-transactions": "^6.0.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.3",
"@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",
"isomorphic-ws": "4.0.1",
"ws": "8.11.0",
"zeromq": "6.0.0-beta.6"
},
"devDependencies": {
"@liskhq/lisk-chain": "^0.4.0-beta.4",
"@liskhq/lisk-chain": "^0.4.0-beta.5",
"@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.4",
"version": "0.4.0-beta.5",
"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",
Expand Down Expand Up @@ -35,12 +35,12 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-codec": "^0.3.0-beta.3",
"@liskhq/lisk-cryptography": "^4.0.0-beta.2",
"@liskhq/lisk-codec": "^0.3.0-beta.4",
"@liskhq/lisk-cryptography": "^4.0.0-beta.3",
"@liskhq/lisk-db": "0.3.7",
"@liskhq/lisk-tree": "^0.3.0-beta.3",
"@liskhq/lisk-tree": "^0.3.0-beta.4",
"@liskhq/lisk-utils": "^0.3.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.4",
"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.4",
"version": "6.0.0-beta.5",
"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",
Expand Down Expand Up @@ -56,14 +56,14 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@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-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-passphrase": "^4.0.0-beta.2",
"@liskhq/lisk-transactions": "^6.0.0-beta.3",
"@liskhq/lisk-tree": "^0.3.0-beta.3",
"@liskhq/lisk-transactions": "^6.0.0-beta.4",
"@liskhq/lisk-tree": "^0.3.0-beta.4",
"@liskhq/lisk-utils": "^0.3.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.4",
"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.3",
"version": "0.3.0-beta.4",
"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",
Expand Down Expand Up @@ -35,9 +35,9 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-cryptography": "^4.0.0-beta.2",
"@liskhq/lisk-cryptography": "^4.0.0-beta.3",
"@liskhq/lisk-utils": "^0.3.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.3"
"@liskhq/lisk-validator": "^0.7.0-beta.4"
},
"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.2",
"version": "4.0.0-beta.3",
"description": "General cryptographic functions for use with Lisk-related software",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"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.4",
"version": "6.0.0-beta.5",
"description": "Elements for building blockchain applications in the Lisk network",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"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.4",
"@liskhq/lisk-chain": "^0.4.0-beta.4",
"@liskhq/lisk-codec": "^0.3.0-beta.3",
"@liskhq/lisk-cryptography": "^4.0.0-beta.2",
"@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-db": "0.3.7",
"@liskhq/lisk-p2p": "^0.8.0-beta.4",
"@liskhq/lisk-p2p": "^0.8.0-beta.5",
"@liskhq/lisk-passphrase": "^4.0.0-beta.2",
"@liskhq/lisk-transaction-pool": "^0.6.0-beta.4",
"@liskhq/lisk-transactions": "^6.0.0-beta.3",
"@liskhq/lisk-tree": "^0.3.0-beta.3",
"@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-utils": "^0.3.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.3"
"@liskhq/lisk-validator": "^0.7.0-beta.4"
},
"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.4",
"version": "0.8.0-beta.5",
"description": "Unstructured P2P library for use with Lisk-related software",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"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.3",
"@liskhq/lisk-cryptography": "^4.0.0-beta.2",
"@liskhq/lisk-validator": "^0.7.0-beta.3",
"@liskhq/lisk-codec": "^0.3.0-beta.4",
"@liskhq/lisk-cryptography": "^4.0.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.4",
"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.4",
"version": "0.6.0-beta.5",
"description": "Transaction pool library for use with Lisk-related software",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"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.2",
"@liskhq/lisk-cryptography": "^4.0.0-beta.3",
"@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.3",
"version": "6.0.0-beta.4",
"description": "Utility functions related to transactions according to the Lisk protocol",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"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.3",
"@liskhq/lisk-cryptography": "^4.0.0-beta.2",
"@liskhq/lisk-validator": "^0.7.0-beta.3"
"@liskhq/lisk-codec": "^0.3.0-beta.4",
"@liskhq/lisk-cryptography": "^4.0.0-beta.3",
"@liskhq/lisk-validator": "^0.7.0-beta.4"
},
"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.3",
"version": "0.3.0-beta.4",
"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",
Expand Down Expand Up @@ -35,7 +35,7 @@
"build:check": "node -e \"require('./dist-node')\""
},
"dependencies": {
"@liskhq/lisk-cryptography": "^4.0.0-beta.2",
"@liskhq/lisk-cryptography": "^4.0.0-beta.3",
"@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.3",
"version": "0.7.0-beta.4",
"description": "Validation library according to the Lisk protocol",
"author": "Lisk Foundation <[email protected]>, lightcurve GmbH <[email protected]>",
"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.2",
"@liskhq/lisk-cryptography": "^4.0.0-beta.3",
"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,7 +28,7 @@
"plugins": {
"chainConnector": {
"receivingChainID": "04000001",
"encryptedPrivateKey": "kdf=argon2id&cipher=aes-256-gcm&version=1&ciphertext=21a949b02c031fda8099423b669a084acc81ca9bf379781eceaf35241070f3051f24953b954b1712970d197c421df10eb9ca1f9f3a71d0f753d1ca55f50cd9ec3a2ba5eafce8c6dba451ba2de0c5713b8036179b49fabf9ebaa5b70e57d1f029a935f4e3751c140d7d6a78e6b4dba12135de17d4991f8fc9b87c286ad11ce6ed&mac=9076312c9d54562a0f78ca19217efdea4f0079dc9189888ee32880c7cfdf6d41&salt=2469de0a1381a76010a6ad3ebc624705&iv=953c6d531b632bb7a0b76d15&tag=4ac2722a2f924f2bb8badaebb39862fe&iterations=1&parallelism=4&memorySize=2024",
"encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=e74a52b471115f87439667f3c701692da554441891573f6313c08f061290cfcfdf52ce0cbf8aea33fd7c95ff36791995626c08fc72de3070cf7d5000b0f5e8d88d553f3cf45db0c95b2e65660ed017121a13a96acebcfc3e7462c779527124596116cbbbeb2469e147f3911c391aa011bce95cfa7101cc60e78f7c21ea0e9765&mac=b19fb9ceb89e3a07d6828ec0a0ff4da124bbb6653119f3fce698a1755b27d362&salt=ba146486b573b3f9&iv=fb811d4b59577f1fe884fb1ca2151d50&tag=d5f39a67b72729c068a66e480bf4bfec&iterations=1&parallelism=4&memorySize=2097023",
"password": "lisk",
"ccuFee": "500000000",
"receivingChainIPCPath": "~/.lisk/pos-sidechain-example-one",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"plugins": {
"chainConnector": {
"receivingChainID": "04000002",
"encryptedPrivateKey": "kdf=argon2id&cipher=aes-256-gcm&version=1&ciphertext=8be4285f5e4b356eacfb697a8fdf8706e06aa0734deab31049ed45c974677fcbcad84373a783f13734f3f2d609418310c0868cb45f922d900800a2794fc057f2fd94d41066e79ce771a855354ffafe65cab8d580baa2d5568453e6a6f685478fba8edd25926ed9a1716bbffa5cd87801cdd5fc462e08f2914a229520d9eb1eef&mac=46b34b0f90f8fb246b15e9872443cbd157f7b3fca3f27a8a9095816f57a0d487&salt=08d3de145b98f1395e6cceed05ba46c6&iv=3189218c81555d3a36b8d09d&tag=1c830a65b6028db11d3762ae0329b660&iterations=1&parallelism=4&memorySize=2024",
"encryptedPrivateKey": "kdf=argon2id&cipher=aes-128-gcm&version=1&ciphertext=444397fc9abec88b15878bc4dfb5e7953ebcfbbebe3f90e3be45ee443235f6741521709787440f38350aa6e231752cfebeb80a5a32e5b1453d8c927174e3a70975bce56fbbee91717a8d6f165e0e23b0b09f3d5bb34a733a8f7641f65441f909b106f4d8aabd8db16f63c5273d23866b677de50e509af88a82e1d1c457bfc9d2&mac=22b252f4a0d6383b8cb25b7e36b09b097d620a96420b87374d6d182ab2e64b4a&salt=926eaf92eecdddc3&iv=4df87e16bedce79c41be2299963265f9&tag=95c582f3617bbf353f742e6febe8e8ae&iterations=1&parallelism=4&memorySize=2097023",
"password": "lisk",
"ccuFee": "500000000",
"receivingChainIPCPath": "~/.lisk/pos-sidechain-example-two",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ type ModulesMetadata = [
const nodeAlias = 'one';
const tokenID = Buffer.from('0400000000000000', 'hex');
const sidechainID = Buffer.from('04000001', 'hex'); // Update this to send to another sidechain
const recipientAddress = address.getAddressFromLisk32Address(
'lskxz85sur2yo22dmcxybe39uvh2fg7s2ezxq4ny9',
);
const recipientLSKAddress = 'lskxz85sur2yo22dmcxybe39uvh2fg7s2ezxq4ny9';
const recipientAddress = address.getAddressFromLisk32Address(recipientLSKAddress);

const mainchainClient = await apiClient.createIPCClient(`~/.lisk/mainchain-node-one`);

Expand Down Expand Up @@ -69,13 +68,7 @@ type ModulesMetadata = [
});

console.log(
`Sent cross chain transfer transaction (amount: ${
params.amount
}, recipientAddress: ${params.recipientAddress.toString(
'hex',
)}) to send of sidechain (sendingChainID: ${
params.receivingChainID
}) node ${nodeAlias}. Result from transaction pool is: `,
`Sent cross chain transfer transaction (amount: ${params.amount}, recipientAddress: ${recipientLSKAddress}) to send of sidechain (sendingChainID: ${params.receivingChainID}) node ${nodeAlias}. Result from transaction pool is: `,
result,
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ type ModulesMetadata = [
const nodeAlias = 'one';
const tokenID = Buffer.from('0400000000000000', 'hex');
const sidechainID = Buffer.from('04000002', 'hex'); // Update this to send to another sidechain
const recipientAddress = address.getAddressFromLisk32Address(
'lskx5uqu2zzybdwrqswd8c6b5v5aj77yytn4k6mv6',
);
const recipientLSKAddress = 'lskx5uqu2zzybdwrqswd8c6b5v5aj77yytn4k6mv6';
const recipientAddress = address.getAddressFromLisk32Address(recipientLSKAddress);

const mainchainClient = await apiClient.createIPCClient(`~/.lisk/mainchain-node-one`);

Expand Down Expand Up @@ -69,13 +68,7 @@ type ModulesMetadata = [
});

console.log(
`Sent cross chain transfer transaction (amount: ${
params.amount
}, recipientAddress: ${params.recipientAddress.toString(
'hex',
)}) to send of sidechain (sendingChainID: ${
params.receivingChainID
}) node ${nodeAlias}. Result from transaction pool is: `,
`Sent cross chain transfer transaction (amount: ${params.amount}, recipientAddress: ${recipientLSKAddress}) to send of sidechain (sendingChainID: ${params.receivingChainID}) node ${nodeAlias}. Result from transaction pool is: `,
result,
);

Expand Down
Loading

0 comments on commit f28783e

Please sign in to comment.