Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 707 Bytes

2021-12-23.md

File metadata and controls

23 lines (15 loc) · 707 Bytes

2021-12-23

Docker TAG: iconloop/icon2-node:v1.1.3
Goloop release: https://github.com/icon-project/goloop/releases/tag/v1.1.3

This version applies the following changes:

  • Avoid ID validation on transition with already validated flag
  • Fix panic in validation on send transaction for deposit check
  • Fix ICX issue and regulate module

To upgrade your docker, update your docker-compose.yml as follow:

  • image: 'iconloop/icon2-node'

    OR

  • image: 'icon2-node:v1.1.3'

Then run the following command in order to upgrade your docker container:

docker-compose pull && docker-compose down && docker-compose up -d