upgrade 1.9.25 to 1.10.1

https://github.com/ethereum/go-ethereum/releases/tag/v1.10.1
https://github.com/ethereum/eth1.0-specs/blob/master/network-upgrades/berlin.md

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-03-16 22:30:21 +01:00
parent 1921fcfe98
commit 704d1e3d57
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,8 @@
#geth_account_pass: ~
#geth_account_json: ~
# Geth miner extra data
geth_extra_data: '{{ hostname }}'
# Container config
geth_cont_tag: 'v1.9.25'
geth_cont_tag: 'v1.10.1'
geth_cont_image: 'ethereum/client-go:{{ geth_cont_tag }}'
geth_cont_name: 'geth'

View File

@ -47,7 +47,6 @@
--cache={{ geth_cache_size }}
{% endif %}
--nousb
--extradata={{ geth_extra_data }}
--verbosity={{ geth_log_level_id }}
--maxpeers={{ geth_max_peers }}
--maxpendpeers="{{ geth_max_pend_peers }}"