-
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
Snake case remaining main API methods and properties #2598
Comments
I can get going on snake casing |
Will get going on |
Working on |
Working on snakecasing the encoding/decoding helpers ( |
Working on snakecasing address helpers ( |
Working on snakecasing the |
I believe this has been completed! 🎉 Thanks @linda-le1! |
What was wrong?
In
web3/main.py
there are a few properties and methods that have managed to avoid snake casing so far.How can it be fixed?
toBytes
, etc.toWei
,fromWei
isAddress
, etc.clientVersion
solidityKeccak
isConnected
fromWeb3
BaseContractEvent
:processReceipt
,processLog
,createFilter
+ kwargs increateFilter
ContractEvent
+AsyncContractEvent
:getLogs
The text was updated successfully, but these errors were encountered: