We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
utils/contract.py is pretty large. It has
send_encrypted_tx()
Web3Config
This also means that utils/test_contract.py is extra-large
The text was updated successfully, but these errors were encountered:
Fix #86 - contract.py does way too much, refactor it
2cc4d9c
Fix #86 - contract.py does way too much, refactor it (#87)
654c933
Fix #86
Successfully merging a pull request may close this issue.
Background / motivation
utils/contract.py is pretty large. It has
send_encrypted_tx()
Web3Config
This also means that utils/test_contract.py is extra-large
TODOs
The text was updated successfully, but these errors were encountered: