Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow separate providers for bundler and node communication. Add new RANDOM_KEY_EVERYTIME nonce mode. #13

Merged
merged 14 commits into from
Dec 11, 2024
Merged
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,5 @@ jobs:
cd tests/hardhat-project
npm ci
npx hardhat compile
npx hardhat node &
- name: Test with tox
run: tox
9 changes: 6 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,15 @@ gmpy2 =

# Add here test requirements (semicolon/line-separated)
testing =
setuptools
pytest
boto3
factory-boy
gmpy2
pytest
pytest-cov
pytest-mock
pytest-recording
setuptools
web3[tester]==7.*
boto3

[options.entry_points]
# Add here console scripts like:
Expand Down
Loading
Loading