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 #196 from LiskHQ/195-update-lisk-sdk-to-v-6-0-0-rc-5
Browse files Browse the repository at this point in the history
Update Lisk SDK to v6.0.0-rc.5
  • Loading branch information
sameersubudhi authored Oct 24, 2023
2 parents 540dc7e + 074b6ca commit 566854f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"cli-ux": "5.5.1",
"debug": "4.3.1",
"fs-extra": "11.1.0",
"lisk-framework": "0.11.0-rc.4",
"lisk-framework": "0.11.0-rc.5",
"semver": "7.3.2",
"shelljs": "^0.8.5",
"tar": "6.1.13"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const getCommandsToExecPostMigration = async (
`lisk-core endpoint:invoke random_setHashOnion '{ "address":"${forgingStatus.lskAddress}"}'`,
`lisk-core endpoint:invoke generator_setStatus '{ "address":"${forgingStatus.lskAddress}", "height": ${forgingStatus.height}, "maxHeightGenerated": ${forgingStatus.maxHeightPreviouslyForged}, "maxHeightPrevoted": ${forgingStatus.maxHeightPrevoted} }' --pretty`,
`lisk-core generator:enable ${forgingStatus.lskAddress} --use-status-value`,
'lisk-core transaction:create legacy registerKeys 4000000 --key-derivation-path=legacy --send',
'lisk-core transaction:create legacy registerKeys 400000 --key-derivation-path=legacy --send',
);

commandsToExecute.push('\n', '-----------------------------------------------------', '\n');
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2655,9 +2655,9 @@ [email protected]:
tweetnacl "1.x.x"

electron-to-chromium@^1.4.535:
version "1.4.563"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.563.tgz#dabb424202754c1fed2d2938ff564b23d3bbf0d3"
integrity sha512-dg5gj5qOgfZNkPNeyKBZQAQitIQ/xwfIDmEQJHCbXaD9ebTZxwJXUsDYcBlAvZGZLi+/354l35J1wkmP6CqYaw==
version "1.4.564"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.564.tgz#9c6ada8ec7b43c65d8629300a0916a346ac5c0c2"
integrity sha512-bGAx9+teIzL5I4esQwCMtiXtb78Ysc8xOKTPOvmafbJZ4SQ40kDO1ym3yRcGSkfaBtV81fGgHOgPoe6DsmpmkA==

emittery@^0.8.1:
version "0.8.1"
Expand Down Expand Up @@ -4853,10 +4853,10 @@ [email protected]:
string-argv "0.3.1"
stringify-object "^3.3.0"

[email protected].4:
version "0.11.0-rc.4"
resolved "https://registry.yarnpkg.com/lisk-framework/-/lisk-framework-0.11.0-rc.4.tgz#bec20ce39aee6c25b2e5666894d5abe7f9af9f64"
integrity sha512-qdf5E0wPrNsFW1fgcg/4incehCbBHhud2zoQxdJprosINpSL6IZRmGeT/JbqgqkyMBHa8Q1zHS7AdNEH0zd1ng==
[email protected].5:
version "0.11.0-rc.5"
resolved "https://registry.yarnpkg.com/lisk-framework/-/lisk-framework-0.11.0-rc.5.tgz#1b281b9facd253158444541ed6a978bf48c8c29e"
integrity sha512-mF/GZtnCfyClrc7mUmotIzlE213rZodKtzdusxrEHeK6G6wK9GQUc2ag+gJP8tf6PvsKUh9EKiI4kQV4HJOmIA==
dependencies:
"@chainsafe/blst" "0.2.9"
"@liskhq/lisk-api-client" "^6.0.0-rc.4"
Expand Down

0 comments on commit 566854f

Please sign in to comment.