Skip to content

v1.4.4 test passed

Latest
Compare
Choose a tag to compare
@jinyyo jinyyo released this 18 Nov 05:07

Hello,

Goloop v1.4.4 has been released, please update your node.

ICON Foundation has just released a new node update for MainNet and here is the release note for this update:

Goloop release notes

v1.4.4

  • Update getPRepTerm in icon_chainscore_api.md
  • Handle invalid signature case properly
  • Improve BigInteger bitLength check
  • Upgrade bouncycastle dependency

v1.4.3

Full Changelog: icon-project/goloop@v1.4.2...v1.4.3

How to update your node

  1. Check your docker image tag settings in docker-compose.yml and change it to the tag below:
image: 'iconloop/icon2-node'
            OR
image: 'iconloop/icon2-node:v1.4.4'
  1. Run the following command in order:
docker-compose pull && docker-compose down && docker-compose up -d