From d450bed61cbc9fc4adabd4f68bd7e442fe5fcb15 Mon Sep 17 00:00:00 2001 From: Adi Saravanan <59209660+adisaran64@users.noreply.github.com> Date: Wed, 16 Nov 2022 16:16:04 -0800 Subject: [PATCH] fix: extend geth config on integration tests (#1467) * changing git config and adding tests * removing print statements * remove unneccessary imports * fix flake * remove geth setup test Co-authored-by: Freddy Caceres --- scripts/start-geth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-geth.sh b/scripts/start-geth.sh index 49910770..17013934 100755 --- a/scripts/start-geth.sh +++ b/scripts/start-geth.sh @@ -52,7 +52,7 @@ rm $tmpfile # start up geth --networkid 9000 --datadir $DATA --http --http.addr localhost --http.api 'personal,eth,net,web3,txpool,miner' \ -unlock '0x57f96e6b86cdefdb3d412547816a82e3e0ebf9d2' --password $pwdfile \ ---mine --allow-insecure-unlock \ +--mine --miner.threads 1 --allow-insecure-unlock --ipcdisable \ $@ rm $pwdfile