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
- Recover under-issuance by @eunsoo-icon in icon-project/goloop#206
- Implement setBondRequirementRate API in ChainScore by @goldworm-icon in icon-project/goloop#207
Full Changelog: icon-project/goloop@v1.4.2...v1.4.3
How to update your node
- 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'
- Run the following command in order:
docker-compose pull && docker-compose down && docker-compose up -d