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

Commit

Permalink
Merge pull request #1841 from LiskHQ/1840-update-lisk-sdk-to-v6-0-0-rc-0
Browse files Browse the repository at this point in the history
Update Lisk SDK to v6.0.0-rc.0
  • Loading branch information
sameersubudhi authored Sep 7, 2023
2 parents 76585db + 7565367 commit edb8271
Show file tree
Hide file tree
Showing 11 changed files with 4,097 additions and 4,064 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,19 @@ make build

> This step is only necessary if you wish to build a custom or pre-release version of Lisk Service that does not have a pre-built Docker image published on the Docker Hub. The installation script chooses the last available stable version on Docker Hub, **unless** there is no local image. If you are unsure about any local builds, use the `make clean` command to remove all locally built docker images.
### System requirements

The following system requirements are recommended to start Lisk Service:

#### Memory

- Machines with a minimum of 8 GB RAM for the Mainnet.
- Machines with a minimum of 8 GB RAM for the Testnet.

#### Storage

- Machines with a minimum of 40 GB HDD.

## Configuration

The default configuration is sufficient to run Lisk Service against the local node.
Expand Down
10 changes: 5 additions & 5 deletions services/blockchain-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
"test:functional": "jest --config=jest.config.functional.js --detectOpenHandles --forceExit"
},
"dependencies": {
"@liskhq/lisk-api-client": "6.0.0-beta.6",
"@liskhq/lisk-codec": "0.3.0-beta.5",
"@liskhq/lisk-cryptography": "4.0.0-beta.4",
"@liskhq/lisk-transactions": "6.0.0-beta.5",
"@liskhq/lisk-validator": "0.7.0-beta.5",
"@liskhq/lisk-api-client": "6.0.0-rc.0",
"@liskhq/lisk-codec": "0.4.0-rc.0",
"@liskhq/lisk-cryptography": "4.0.0-rc.0",
"@liskhq/lisk-transactions": "6.0.0-rc.0",
"@liskhq/lisk-validator": "0.8.0-rc.0",
"better-sqlite3": "^7.6.2",
"big-json": "^3.1.0",
"bluebird": "^3.7.2",
Expand Down
567 changes: 284 additions & 283 deletions services/blockchain-connector/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions services/blockchain-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"test:functional": "jest --config=jest.config.functional.js --detectOpenHandles --forceExit"
},
"dependencies": {
"@liskhq/lisk-cryptography": "4.0.0-beta.4",
"@liskhq/lisk-transactions": "6.0.0-beta.5",
"@liskhq/lisk-utils": "0.3.0-beta.3",
"@liskhq/lisk-validator": "0.7.0-beta.5",
"@liskhq/lisk-cryptography": "4.0.0-rc.0",
"@liskhq/lisk-transactions": "6.0.0-rc.0",
"@liskhq/lisk-utils": "0.4.0-rc.0",
"@liskhq/lisk-validator": "0.8.0-rc.0",
"bluebird": "^3.7.2",
"bull": "^4.8.1",
"camelcase": "^6.3.0",
Expand Down
1,847 changes: 924 additions & 923 deletions services/blockchain-indexer/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion services/export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"watch": "supervisor -w . -i ./node_modules app.js"
},
"dependencies": {
"@liskhq/lisk-cryptography": "4.0.0-beta.4",
"@liskhq/lisk-cryptography": "4.0.0-rc.0",
"bluebird": "^3.7.2",
"bull": "^3.29.2",
"exceljs": "^4.3.0",
Expand Down
1,607 changes: 812 additions & 795 deletions services/export/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions services/fee-estimator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"test:functional": "jest --config=jest.config.functional.js --detectOpenHandles --forceExit"
},
"dependencies": {
"@liskhq/lisk-codec": "0.3.0-beta.5",
"@liskhq/lisk-cryptography": "4.0.0-beta.4",
"@liskhq/lisk-transactions": "6.0.0-beta.5",
"@liskhq/lisk-codec": "0.4.0-rc.0",
"@liskhq/lisk-cryptography": "4.0.0-rc.0",
"@liskhq/lisk-transactions": "6.0.0-rc.0",
"bluebird": "^3.7.2",
"lisk-service-framework": "https://github.com/LiskHQ/lisk-service/raw/b3646b1215a5abcca3e75f6b36074438ae42b238/framework/dist/lisk-service-framework-1.4.23.tgz"
},
Expand Down
1,833 changes: 917 additions & 916 deletions services/fee-estimator/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"start": "node app.js"
},
"dependencies": {
"@liskhq/lisk-client": "^6.0.0-beta.6",
"@liskhq/lisk-codec": "^0.3.0-beta.5",
"@liskhq/lisk-cryptography": "^4.0.0-beta.4",
"@liskhq/lisk-validator": "^0.7.0-beta.5",
"@liskhq/lisk-client": "^6.0.0-rc.0",
"@liskhq/lisk-codec": "^0.4.0-rc.0",
"@liskhq/lisk-cryptography": "^4.0.0-rc.0",
"@liskhq/lisk-validator": "^0.8.0-rc.0",
"async": "^3.2.3",
"chai": "^4.3.6",
"csv-parse": "^5.0.4",
Expand Down
2,260 changes: 1,130 additions & 1,130 deletions tests/yarn.lock

Large diffs are not rendered by default.

0 comments on commit edb8271

Please sign in to comment.