Skip to content

Commit

Permalink
Merge pull request #212 from Vid201/feat/ws
Browse files Browse the repository at this point in the history
feat: switch from http to ws connection (eth execution client)
  • Loading branch information
zsluedem authored Sep 25, 2023
2 parents bd79ea0 + 96b64d5 commit b1841aa
Show file tree
Hide file tree
Showing 48 changed files with 846 additions and 787 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ docs
Dockerfile
bundler-spec-tests
target
crates/contrarcts/thirdparty/account-abstraction/*
crates/contracts/thirdparty/account-abstraction/*
tests/thirdparty/bundler/*
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
sudo add-apt-repository ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install solc
wget -c https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.11.6-ea9e62ca.tar.gz
tar -xf geth-linux-amd64-1.11.6-ea9e62ca.tar.gz
mv geth-linux-amd64-1.11.6-ea9e62ca/geth /usr/local/bin/
wget -c https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.12.0-e501b3b0.tar.gz
tar -xf geth-linux-amd64-1.12.0-e501b3b0.tar.gz
mv geth-linux-amd64-1.12.0-e501b3b0/geth /usr/local/bin/
chmod a+x /usr/local/bin/geth
- name: Build
Expand Down Expand Up @@ -111,4 +111,4 @@ jobs:
- run: npm install -g yarn

- name: Run tests
run: pdm run test --launcher-script silius/bundler-spec-tests/launcher.sh --url http://localhost:3000
run: pdm run test --launcher-script silius/bundler-spec-tests/launcher.sh --url http://127.0.0.1:3000
Loading

0 comments on commit b1841aa

Please sign in to comment.