mirror of
https://github.com/status-im/infra-role-geth.git
synced 2025-01-09 11:45:50 +00:00
Jakub Sokołowski
773c384dcc
This includes a fix for data corruption caused by 1.10.22 and requires the node to be re-synced from the point when it was upgraded to 1.10.22. This can be achieved using the `debug_setHead` RPC call or `debug.setHead()` function in the JS console, given the block before the upgrade. https://github.com/ethereum/go-ethereum/releases/tag/v1.10.23 Signed-off-by: Jakub Sokołowski <jakub@status.im>