From 8a15138fc2aa4a4f62d974c0f12f9186036522bd Mon Sep 17 00:00:00 2001 From: Dror Tirosh Date: Sun, 29 Jun 2025 18:02:39 +0300 Subject: [PATCH] use geth v1.16 latest geth, with native erc7562Tracer --- runbundler/geth.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/runbundler/geth.yml b/runbundler/geth.yml index 004a490..2e7f5b2 100644 --- a/runbundler/geth.yml +++ b/runbundler/geth.yml @@ -1,17 +1,15 @@ services: eth-node: - container_name: geth-1.15 + container_name: geth-1.16 + image: ethereum/client-go:release-1.16 ports: [ '8545:8545' ] - #image: ethereum/client-go:release-1.14 - image: accountabstraction/geth-with-erc7562-tracer command: --verbosity 1 --http.vhosts '*,localhost,host.docker.internal' --http --http.api eth,net,web3,debug --http.corsdomain '*' --http.addr "0.0.0.0" - --networkid 1337 --dev --dev.period 0 --allow-insecure-unlock