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

Releases: LiskArchive/lisk-migrator

Version 2.0.0-beta.0

25 Apr 14:21
e53110b
Compare
Choose a tag to compare
Version 2.0.0-beta.0 Pre-release
Pre-release

Change Log

v2.0.0-beta.0 (2023-04-25)

Full Changelog

This release implements the following objectives from the Sapphire phase of the Lisk roadmap:

  1. Update Lisk Core v4 migration strategy
  2. Prepare Lisk Migrator v2.0.0 for alpha
  3. Prepare Lisk Migrator v2.0.0 for beta

As part of the above objectives, this implements the following LIP from the Sapphire phase:

  1. Define mainnet configuration and migration for Lisk Core v4

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

18 Aug 10:34
1ded5eb
Compare
Choose a tag to compare

Change Log

1.0.2 (2021-08-18)

Full Changelog

Bugs

  • Migrator could not read the custom configuration file #31
All the issues

Closed issues

  • Migrator could not read the custom configuration file #31

Merged pull requests

Version 1.0.1

04 Aug 13:21
v1.0.1
cc372c6
Compare
Choose a tag to compare

Change Log

1.0.1 (2021-08-04)

Full Changelog

Bugs

  • Lisk Migrator is not compatible with Lisk Core v2.1.7 #27
All the issues

Closed issues

  • Lisk Migrator is not compatible with Lisk Core v2.1.7 #27

Merged pull requests

  • Lisk Migrator is not compatible with Lisk Core v2.1.7 - Closes #27 #28 (ManuGowda)

Version 1.0.0

23 Jul 07:35
v1.0.0
bc5bc55
Compare
Choose a tag to compare

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)