11ethereum_cl_bootnode : " {{ hostvars[primary_bootnode]['bootnodoor_fact_enr'] }}"
22ethereum_el_bootnode : " {{ hostvars[primary_bootnode]['bootnodoor_fact_enode'] }}"
33
4+
45# role: ethpandaops.general.bootnodoor
56bootnodoor_privkey : >-
67 {{
@@ -63,13 +64,12 @@ lodestar_container_volumes:
6364lodestar_container_command_extra_args :
6465 - --paramsFile=/network-config/config.yaml
6566 - --genesisStateFile=/network-config/genesis.ssz
67+ - --persistNetworkIdentity
6668 - --rest.namespace="*"
6769 - --nat=true
6870 - --logLevel=debug
69- - --disablePeerScoring
7071 - --serveHistoricalState
7172 - --network.connectToDiscv5Bootnodes
72- - --network.connectToDiscv5Bootnodes
7373 - >-
7474 --bootnodes={{
7575 (
@@ -98,12 +98,13 @@ geth_container_env:
9898 VIRTUAL_PORT : " {{ ethereum_node_el_ports_http_rpc | string }}"
9999 LETSENCRYPT_HOST : " {{ ethereum_node_rcp_hostname }}"
100100geth_container_command_extra_args :
101- - --http.api=eth,net,web3,debug,admin
101+ - --http.api=eth,net,web3,debug,admin,txpool,trace
102102 - --http.vhosts=*
103103 - --networkid={{ ethereum_network_id }}
104104 - --syncmode=full
105105 - --gcmode=archive
106- - --state.scheme=hash
106+ - --history.state=0
107+ - --miner.gaslimit=80000000
107108 - >-
108109 --bootnodes={{
109110 (
@@ -130,7 +131,6 @@ geth_container_pull: true
130131geth_init_custom_network_container_command :
131132 - --datadir=/data
132133 - init
133- - --state.scheme=hash
134134 - /genesis.json
135135
136136# role: ethpandaops.general.prometheus
0 commit comments