This patch-release introduces several improvements and fixes for v0.6.0, and schedules the Osaka upgrade for MainNet. It's highly recommended to upgrade from v0.6.0, especially if you are running a CN or relying on the metric service.
Follow the instructions below to upgrade your node from v0.6.0 to v0.6.1:
- Download new binary and new genesis configuration file from the release page.
- Gracefully stop the node.
- Replace the old binary with the new binary.
- For MainNet nodes only: don't remove DB; reinitialize DB using new binary and
new genesis configuration file with the following command:./geth init --datadir ./node-datadir ./config/genesis.json - Start the node.
Behaviour changes:
Osakafork is enabled at timestamp1782700000on MainNet (#634)
Improvements:
- Improve the beacon synchronizer status checking and apply choice pruning (#629)
- Migrate and improve the CI (#635)
Bugs fixed: