Skip to content

Commit

Permalink
FIx update of geth state schema change
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabas Busa <[email protected]>
  • Loading branch information
barnabasbusa authored Jan 18, 2024
1 parent 731da3d commit 3c39cba
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ansible/inventories/devnet-0/group_vars/geth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,16 @@ geth_container_env:
geth_container_command_extra_args:
- --http.api=eth,net,web3,debug,admin
- --http.vhosts=*
- --db.scheme=path
- --state.scheme=path
- --networkid={{ ethereum_network_id }}
- --syncmode=full
- --bootnodes={{ ethereum_el_bootnodes | join(',') }}
- --ethstats={{ inventory_hostname }}:{{ ethstats_secret }}@{{ ethstats_url }}
geth_init_custom_network: true
geth_init_custom_network_genesis_file: "{{ eth_testnet_config_dir }}/genesis.json"
geth_init_custom_network_container_command:
- --datadir=/data
- init
- --state.scheme=path
- /genesis.json
geth_container_pull: true

0 comments on commit 3c39cba

Please sign in to comment.