Lisk-sdk: Snapshot creation fails in 1.0 with testnet data

Created on 12 Jun 2018  路  1Comment  路  Source: LiskHQ/lisk-sdk

Expected behavior

A snapshot should be successfully created

Actual behavior

It fails. Here's the exact message:

[inf] 2018-06-11 17:10:10 | Rebuilding accounts states, current round: 49131, height: 4962131
[ERR] 2018-06-11 17:10:11 | Snapshot creation failed - Transaction type 7 is frozen

Steps to reproduce

  1. Start Postgres, Checkout tag 0.9.16a, npm install, start lisk
  2. Restore snapshot, sync up until current with testnet
  3. Stop postgres
  4. Checkout testnet-rc (for me, this was commit e7e476e8)
  5. npm install
  6. start lisk
  7. start snapshotting
  8. wait 26 hours

Which version(s) does this affect? (Environment, OS, etc...)

Tested in Ubuntu

bug

Most helpful comment

Ofc it will fail because branch for testnet is not ready, it requires putting right height (last transaction type 7, or just height that we will migrate on) here: https://github.com/LiskHQ/lisk/blob/964830721e08324059801760b122707f94f27ebe/helpers/milestones.js#L27

>All comments

Ofc it will fail because branch for testnet is not ready, it requires putting right height (last transaction type 7, or just height that we will migrate on) here: https://github.com/LiskHQ/lisk/blob/964830721e08324059801760b122707f94f27ebe/helpers/milestones.js#L27

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Isabello picture Isabello  路  4Comments

toschdev picture toschdev  路  3Comments

ManuGowda picture ManuGowda  路  3Comments

ManuGowda picture ManuGowda  路  3Comments

yatki picture yatki  路  3Comments