The Istanbul network upgrade is scheduled for block 10000000.
Why
This upgrade keeps compatibility with the Ethereum mainnet.
The changes are summarized in EIP-1679.
How
- Update your local copy of this repository with git pull
- Stop the node/trustnode with systemctl stop artis-sigma1-parity
- Execute ./download-openethereum.sh --force. This updates your openethereum binary to a new version which understands the changes in the chain specification file
- Start the OpenEthereum service with systemctl start artis-sigma1-openethereum
- Make sure the service is running: systemctl status artis-sigma1-openethereum
- (if used) restart the node-status-reporter with systemctl restart artis-sigma1-statusreporter