-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Organize eth module as separate files #2753
Organize eth module as separate files #2753
Conversation
2ee9322
to
49cf737
Compare
ef70b1b
to
11b9457
Compare
@@ -115,7 +115,7 @@ def __init__( | |||
validate_w3_instance(w3) | |||
|
|||
self.w3 = w3 | |||
self.w3.eth.defaultContractFactory = cast(Type[Contract], LinkableContract) | |||
self.w3.eth._default_contract_factory = cast(Type[Contract], LinkableContract) |
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.
Was this ever meant to be a public property? 🤔
I don't mind putting this back, but this made a bit more sense. We don't have documentation on this afaik.
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.
I don't see any docs either, so I think this is good.
11b9457
to
dc1b92a
Compare
e8118fe
to
cf175bf
Compare
cf175bf
to
f177ec9
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.
This looks good to me! I just left a few comments, mostly nits :)
@@ -115,7 +115,7 @@ def __init__( | |||
validate_w3_instance(w3) | |||
|
|||
self.w3 = w3 | |||
self.w3.eth.defaultContractFactory = cast(Type[Contract], LinkableContract) | |||
self.w3.eth._default_contract_factory = cast(Type[Contract], LinkableContract) |
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.
I don't see any docs either, so I think this is good.
- Reorganize and add comments to ``AsyncEth`` for filter-related, eth-underscored calls.
What was wrong?
eth
module into separate fileseth
methodsTodo:
Cute Animal Picture