Skip to content

Commit

Permalink
not needed in plain geth
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Feb 13, 2025
1 parent 07f1a34 commit 03d6c4b
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
key: go-ethereum-build-{{ checksum "go-ethereum/commit-hash.txt" }}
paths:
- go-ethereum/build/bin
- go-ethereum/circleciconfig.toml
- run:
name: "Clone bundler"
command: ./scripts/clone-helper master https://github.com/eth-infinitism/bundler.git
Expand Down Expand Up @@ -135,21 +134,13 @@ jobs:
- run:
name: "Run go-ethereum"
working_directory: "./go-ethereum"
command: "\
./build/bin/geth version ; \
./build/bin/geth \
--dev \
--dev.gaslimit \
30000000 \
--http \
--http.api \
'eth,net,web3,personal,debug' \
--http.port \
8545 \
--rpc.allow-unprotected-txs \
--config \
circleciconfig.toml \
"
command: |
./build/bin/geth version ;
./build/bin/geth \
--dev --dev.gaslimit 30000000 \
--http --http.api 'eth,net,web3,personal,debug' --http.port 8545 \
--rpc.allow-unprotected-txs
background: true
- run:
name: "Run bundler (ERC4337)"
Expand Down

0 comments on commit 03d6c4b

Please sign in to comment.