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

fix: issue with kwargs for get_logs using eth-tester #2006

Merged
merged 17 commits into from
Apr 16, 2024

Conversation

antazoey
Copy link
Member

What I did

somehow the latest web3.py causes intermittent failures with eth-tester get_logs kwargs.
this should take care of it

How I did it

How to verify it

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@antazoey
Copy link
Member Author

Conflicting dependency with eth-abi and eip712, introduced here #2002
I have no idea how Ape was able install in CI? 😕

@antazoey
Copy link
Member Author

required ApeWorX/eip712#49 i guess

@antazoey antazoey mentioned this pull request Apr 15, 2024
3 tasks
@antazoey antazoey force-pushed the fix/web3-eth-tester-logs-kwarg branch from 00a2466 to 34c0ab0 Compare April 15, 2024 17:42
fubuloubu
fubuloubu previously approved these changes Apr 15, 2024
setup.py Outdated Show resolved Hide resolved
src/ape_ethereum/ecosystem.py Outdated Show resolved Hide resolved
fubuloubu
fubuloubu previously approved these changes Apr 15, 2024
fubuloubu
fubuloubu previously approved these changes Apr 16, 2024
@fubuloubu
Copy link
Member

Looks like test failure is not detecting scripts anymore

@antazoey
Copy link
Member Author

somehow there is a weird package called scripts in site packages that has now broken our scripting integration

@antazoey
Copy link
Member Author

yet, sys.modules.get("scripts") is None.

@antazoey
Copy link
Member Author

This also happens to me on main in a fresh env.

@antazoey
Copy link
Member Author

antazoey commented Apr 16, 2024

Pretty sure i found the culprit: https://github.com/ethereum/py-evm

@antazoey antazoey merged commit 6f2172d into ApeWorX:main Apr 16, 2024
15 checks passed
@antazoey antazoey deleted the fix/web3-eth-tester-logs-kwarg branch April 16, 2024 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants