-
Notifications
You must be signed in to change notification settings - Fork 83
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
chore(fw): Utilize an EthRPC class within consume rlp #556
Conversation
fc730ff
to
e6ca06e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, just a few comments! Happy to address these during the gentest
refactor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Two minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One more small comment!
Update docs/CHANGELOG.md Co-authored-by: danceratopz <[email protected]> chore: remove jwt auth as not used within `eth_` RPC calls. chore: move BlockNumberType to init file. chore: add 8545 specifically for the EthRPC class. Update src/ethereum_test_tools/rpc/rpc.py Co-authored-by: Mario Vega <[email protected]> Update src/ethereum_test_tools/rpc/rpc.py Co-authored-by: Mario Vega <[email protected]> Update src/ethereum_test_tools/rpc/rpc.py Co-authored-by: danceratopz <[email protected]> feat(fw): update rpc methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🚀
) Update docs/CHANGELOG.md Co-authored-by: danceratopz <[email protected]> chore: remove jwt auth as not used within `eth_` RPC calls. chore: move BlockNumberType to init file. chore: add 8545 specifically for the EthRPC class. Update src/ethereum_test_tools/rpc/rpc.py Co-authored-by: Mario Vega <[email protected]> Update src/ethereum_test_tools/rpc/rpc.py Co-authored-by: Mario Vega <[email protected]> Update src/ethereum_test_tools/rpc/rpc.py Co-authored-by: danceratopz <[email protected]> feat(fw): update rpc methods.
🗒️ Description
Adds the EthRPC class alongside the BaseRPC class. The latter are used within
tests_consume/test_via_rlp.py
, and will be extended for consume engine.I added this withinsrc/pytest_plugins/consume/json_rpc.py
but open to moving this somewhere else.Moved to:
src/ethereum_test_tools/rpc/rpc.py
🔗 Related Issues
None
✅ Checklist
mkdocs serve
locally and verified the auto-generated docs for new tests in the Test Case Reference are correctly formatted.