-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Asyncify contract #2441
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
Asyncify contract #2441
Conversation
… into feature/asyncify_contract
Create Base/Async structure for ContractFunctions, ContractEvents, Contract, ContractConstructor, ContractFunction, ContractEvent, ContractCaller classes
… into feature/asyncify_contract
* asyncify eth.contract * Contract build_transaction method
… into feature/asyncify_contract
* asyncify contract.transact and contract.estimate_gas
…m/web3.py into dbfreem-feature/asyncify_contract
I totally agree with this approach. It will definitely help in visualizing the flow of the code. |
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 am all done @kclowes |
I'm done too @kclowes |
I would definitely be on board with this 👍 |
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! 🚀
ac4073e
to
a426a23
Compare
163780a
to
dae293a
Compare
closed by #2484 - created as a cleaned up commit history version of these same changes |
What was wrong?
Contracts getting asynced
Related to Issue #2270
How was it fixed?
All contract functions are asynced. ENS support will be added separately.
Todo:
Cute Animal Picture