ugprade from 1.10.21 to 1.10.23
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>
This commit is contained in:
parent
efbed3e7a4
commit
773c384dcc
|
@ -14,7 +14,7 @@ geth_account_pass_file: '{{ geth_cont_vol }}/keys/account.pass'
|
|||
geth_account_addr_file: '{{ geth_cont_vol }}/keys/account.addr'
|
||||
|
||||
# Container config
|
||||
geth_cont_tag: 'v1.10.21'
|
||||
geth_cont_tag: 'v1.10.23'
|
||||
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
|
||||
geth_cont_name: '{{ geth_service_name }}-node'
|
||||
geth_cont_vol: '{{ geth_service_path }}/node'
|
||||
|
|
Loading…
Reference in New Issue