Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.29 KB

2021-03-04.md

File metadata and controls

25 lines (16 loc) · 1.29 KB

2021-03-04

Release date: 2021-03-04 Docker TAG: iconloop/prep-node: 20210225.2, 2021-03-04 06:00:00 UTC

The following updates describe the latest improvements in each software package, which uses the following version sequence: loopchain 2.7.8, icon-service 1.8.9, icon-rpc-server 1.6.0, and rewardcalculator 1.2.6. See upgrades and fixes for information about updating to the latest release of ICON blockchain-related implementations in the package.

To upgrade your docker, set your docker tag to iconloop/prep-node in your docker-compose.yml. For this upgrade, it is necessary to bring the node down and up, due to changes. Each node needs to be careful not to cause problems in the consensus process:

docker-compose pull
docker-compose down
docker-compose up -d
  • Fixed intermittent connection failure between iconservice and reward calculator on startup.
  • Fixed occasional call timeout when a SCORE queries iscore status to reward calculator.
  • Fixed an error when iconservice receives JSON-RPC request on startup.
  • Added some minor log messages.
  • Optimize QUERY message handling