The height cooridnated upgrade on mainnet for Feb 13th been postponed to next week.
No changes need on the node as of now.
Please ignore
Hello Flow Node Operators,
There will be a height coordinated upgrade on Flow mainnet on Monday, Feb 13th at 16:00 UTC.
Please be prepared to update your Flow nodes on that day.
Actions needed from your side on Feb 13th:
- Verification, Collection and Consensus node operators -
Please update your docker to the new tag that will be provided that day as part of an announcement and restart the node.
Do not delete the data folder.
Please complete this action within 24 hour of the announcement
If you are running multiple nodes, please restart the nodes one after the other (instead of all at once).
- Access node operators -
Please update your docker to the new tag that will be provided that day as part of an announcement and restart the node.
Do not delete the data folder.
- EVM Gateway operators -
Please update the EVM Gateway to v1.0.3 at 16:00 UTC.
- Execution node operators -
Execution nodes will stop executing blocks at a particular height and must be restarted with a new docker tag.
You can monitor the block height by querying the metric execution_runtime_last_executed_block_height.
e.g. curl -s [http://127.0.0.1:8080/metrics](https://www.google.com/url?q=http://127.0.0.1:8080/metrics&sa=D&source=calendar&ust=1739747589032206&usg=AOvVaw0lDfRfD_RgmeUD4US-3uFt) | grep -E '^(execution_runtime_last_executed_block_height)'
Once the execution node has stopped executing blocks, the height reported by the metric will no longer advance.
One that happens, do the following:
- Stop the node
- Remove the following config params if you have them set. These are no longer needed and need to be removed.
--evm-tracing-enabled
--evm-traces-gcp-bucket=xxx
- Update the docker tag to the one provided that day.
- Start the node.
Do not delete the data folder.
Please complete this action immediately for the execution node
This is NOT a spork, and the network will keep running during the upgrade.~~
Thank you for your cooperation,
Flow Team.