Skip to content

Mainnet Release v2.3.4

Compare
Choose a tag to compare
@LeoHChen LeoHChen released this 12 Aug 23:58
· 2243 commits to main since this release

This release requires a manual update of node.sh and harmony binary.
The new node.sh is not compatible with the old binary.

The major changes in this release.

  • command-line option for the harmony binary. (#3278).
  • Rosetta server framework on the node program (#3297)

version

node.sh: v2 20200811.1
harmony: v6268-v2.3.4-0-g7a6fd23f

manual upgrade node.sh

  • stop the current running node using systemd or stop node.sh process in tmux
sudo systemctl stop harmony
curl -LO https://harmony.one/node.sh
./node.sh -v
node.sh: version: v2 20200811.1

./node.sh -d
mv staging/harmony .
  • restart node process using systemd or restart node.sh
sudo systemctl start harmony

medium post

https://medium.com/harmony-one/harmony-release-v2-3-4-1925e2ea4de3