Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

2.8.1

Latest
Compare
Choose a tag to compare
@yakkle yakkle released this 14 Oct 01:43
· 3 commits to master since this release

Changes

Features

key convert

convert old private key(pem or der) to json keystore

  • with docker-compose
$ docker-compose run --rm prep loop -k
  • with snap or vanilla python packages
$ loop -o loopchain.conf -k

After that, update your configurations of PRIVATE_PATH.

cancel shutdown

Caution : This feature should be executed when happened severe issue with migration to ICON2.0

with docker-compose

  • update your docker-compose.yaml with follow environment.
 - environment:
     CANCEL_SHUTDOWN: "true"
  • run loopchain
$ docker-compse up -d

with snap or vanilla python packages

$ CANCEL_SHUTDOWN=true loopchain -o loopchain.conf