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.1

02 Dec 13:19
559716b
Compare
Choose a tag to compare

Change Log

v2.0.1 (2023-12-2)

Full Changelog

This release fixes a minor bug identified with the usage of --auto-migrate-config flag in v2.0.0.

Resolved issues:

  1. Add edge-case scenario handling in getLogLevel

Version 2.0.0

13 Nov 16:48
8381088
Compare
Choose a tag to compare

Change Log

v2.0.0 (2023-11-13)

This release implements LIP-0063 - “Define mainnet configuration and migration for Lisk Core v4” as part of the Sapphire phase.

Please refer to the following blog posts for more information regarding the Lisk Core v4 mainnet migration:


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
  4. Prepare Lisk Migrator v2.0.0 for rc
  5. Prepare Lisk Migrator v2.0.0 for production

This release uses Lisk SDK v6.0.0.

Version 2.0.0-rc.5

01 Nov 11:25
23d7bef
Compare
Choose a tag to compare
Version 2.0.0-rc.5 Pre-release
Pre-release

Change Log

v2.0.0-rc.5 (2023-11-1)

Full Changelog

This release fixes a bug identified in v2.0.0-rc.4, and includes other minor improvements.

Resolved issues:

  1. Lisk core config directory not included in binary builds

Version 2.0.0-rc.4

Version 2.0.0-rc.3

26 Sep 08:14
Compare
Choose a tag to compare
Version 2.0.0-rc.3 Pre-release
Pre-release

Change Log

v2.0.0-rc.3 (2023-09-26)

Full Changelog

This release fixes several bugs identified in v2.0.0-rc.2.

Resolved issues:

  1. Incorrect POS_INIT_ROUNDS value specified

Version 2.0.0-rc.2

25 Sep 12:35
beffc7c
Compare
Choose a tag to compare

Version 2.0.0-rc.1

24 Sep 13:31
c30d9c0
Compare
Choose a tag to compare

Version 2.0.0-rc.0

08 Sep 11:45
Compare
Choose a tag to compare
Version 2.0.0-rc.0 Pre-release
Pre-release

Change Log

v2.0.0-rc.0 (2023-09-08)

Full Changelog

This release includes support for both Lisk SDK v5.3.0-rc.0 and Lisk SDK v6.0.0-rc.0. It also incorporates various bug fixes, enhancements, and additional improvements for Lisk Migrator bringing us furthermore close to the Lisk v4 network migration 🚀

Resolved issues:

  1. Integrate CodeQL to CI
  2. Update Lisk SDK to v6.0.0-beta.6
  3. Update migrator to read the node snapshot
  4. Migrator throws error while reading config file
  5. snapshot-time-gap is unused
  6. Update README
  7. Update SDK to v6.0.0-beta.7
  8. Copy DB snapshot to support Lisk Core v4 legacy blocks query
  9. Fix genesis block creation logic
  10. Update Lisk SDK dependencies

Version 2.0.0-beta.2

19 Jul 12:27
c6be0cc
Compare
Choose a tag to compare
Version 2.0.0-beta.2 Pre-release
Pre-release

Change Log

v2.0.0-beta.2 (2023-07-19)

Full Changelog

This release is based on Lisk SDK v6.0.0-beta.5, and incorporates improvements for the Lisk Migrator.

Resolved issues:

  1. Update MIN_CERTIFICATE_HEIGHT calculation
  2. Update Lisk SDK to v6.0.0-beta.5

Version 2.0.0-beta.1

06 Jul 13:05
Compare
Choose a tag to compare
Version 2.0.0-beta.1 Pre-release
Pre-release

Change Log

v2.0.0-beta.1 (2023-07-06)

Full Changelog

This release is based on Lisk SDK v6.0.0-beta.4, and incorporates various bug fixes, performance enhancements, and additional improvements for the Lisk Migrator.

Resolved issues:

  1. Update README.md
  2. Optimize migrator implementation #1
  3. Improve user config migration implementation
  4. Optimize migrator implementation #2
  5. Update Token module asset creation
  6. Update Lisk SDK to v6.0.0-beta.4
  7. Update migrator implementation