Skip to content

Commit

Permalink
fix 7560 addresses, move 7702 into normal tests/single
Browse files Browse the repository at this point in the history
  • Loading branch information
drortirosh committed Feb 19, 2025
1 parent 6a01560 commit 478455c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ jobs:
wget --post-data='{"method": "eth_supportedEntryPoints"}' \
--retry-connrefused --waitretry=2 --timeout=60 --tries=30 \
http://localhost:3000/rpc
- run:
name: "pytest 7702"
command: "pdm run test-eip7702 --log-rpc -v --query-ep"
- run:
name: "Run pytest"
command: pdm run test --query-ep
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ rip7560-build = {shell = "cd @rip7560 && yarn && yarn compile-hardhat" }
dep-build = {composite = ["spec-build", "rip7560-build"]}
update-deps = {composite = ["submodule-update", "dep-build"]}
update-deps-remote = {shell = "git submodule update --init --recursive --remote && cd @account-abstraction && yarn && yarn compile && cd ../spec && yarn && yarn build && cd ../@rip7560 && yarn && yarn compile-hardhat"}
test = "pytest --tb=short -rA -W ignore::DeprecationWarning --url http://localhost:3000/rpc --entry-point 0x0000000071727De22E5E9d8BAf0edAc6f37da032 --ethereum-node http://127.0.0.1:8545/ tests/single"
test-rip7560 = "pytest --tb=short -rA -W ignore::DeprecationWarning --url http://localhost:3000/rpc --nonce-manager 0x3D45A0363baBA693432f9Cb82c60BE9410A5Fd8f --stake-manager 0x2F9d2b9Af343dA0288Fc8270354e4c47b63817f3 --ethereum-node http://127.0.0.1:8545/ tests/rip7560"
test-eip7702 = "pytest --tb=short -rA -W ignore::DeprecationWarning --url http://localhost:3000/rpc --entry-point 0x0000000071727De22E5E9d8BAf0edAc6f37da032 --nonce-manager 0x63f63e798f5F6A934Acf0a3FD1C01f3Fac851fF0 --stake-manager 0x570Aa568b6cf62ff08c6C3a3b3DB1a0438E871Fb --ethereum-node http://127.0.0.1:8545/ tests/eip7702"
test = "pytest --tb=short -rA -W ignore::DeprecationWarning --url http://localhost:3000/rpc --query-ep --ethereum-node http://127.0.0.1:8545/ tests/single"
test-rip7560 = "pytest --tb=short -rA -W ignore::DeprecationWarning --url http://localhost:3000/rpc --nonce-manager 0x2BdDd4c0FBb0D8ff3108dbd6d377877a7D5e2DE1 --stake-manager 0x46A51792B6894132b50c0AD5A1E32F06d6961f08 --ethereum-node http://127.0.0.1:8545/ tests/rip7560"
p2ptest = "pytest --tb=short -rA -W ignore::DeprecationWarning --url http://localhost:3000/rpc --entry-point 0x0000000071727De22E5E9d8BAf0edAc6f37da032 --ethereum-node http://127.0.0.1:8545/ tests/p2p"
lint = "pylint tests"
format = "black tests"
Expand Down
File renamed without changes.

0 comments on commit 478455c

Please sign in to comment.