This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Releases: LiskArchive/lisk-migrator
Releases · LiskArchive/lisk-migrator
Version 2.0.0-beta.0
Change Log
v2.0.0-beta.0 (2023-04-25)
This release implements the following objectives from the Sapphire phase of the Lisk roadmap:
- Update Lisk Core v4 migration strategy
- Prepare Lisk Migrator v2.0.0 for alpha
- Prepare Lisk Migrator v2.0.0 for beta
As part of the above objectives, this implements the following LIP from the Sapphire phase:
This release uses both Lisk SDK v5.2.2 and Lisk SDK v6.0.0-beta.0
For the detailed changes, please refer to the following:
Version 1.0.2
Version 1.0.1
Version 1.0.0
Change Log
1.0.0 (2021-07-23)
This release implements LIP-0035 - "Define decentralized snapshot and hardfork process" as part of the Network Longevity phase.
All the issues
Closed issues
- Update prepack step and readme to include steps to build binary distributions #17
- Migrated non-delegate account should have default lastForgedHeight #15
- Improve command line output grammer and detail #12
- Ensure output directory exists if not created #11
- Command fail to execute on mainnet build #8
- Create re-genesis block for given height #3
- Add lisk-migrator skeleton with migrator interface #2
Merged pull requests
- Update prepack step and readme to include steps to build binary distributions - Closes #17 #18 (ManuGowda)
- Migrated non-delegate account should have default lastForgedHeight - Closes #15 #16 (nazarhussain)
- Command fail to execute on mainnet build - Closes #8 #9 (nazarhussain)
- Create re-genesis block for given height - Closes #3 #6 (nazarhussain)
- Create package structure - Closes #2 #5 (shuse2)