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
pysha3 is used for calculation of keccak256, but this 3rd-party library is not currently maintained.
Use pycryptodome instead. In doing so, we indirectly use eth-utils ( > eth-hash > pycryptodome).
The text was updated successfully, but these errors were encountered:
Merge pull request #417 from BoostryJP/feature/#416
d3f1a02
feat: Deprecation of direct use of pysha3
YoshihitoAso
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
pysha3 is used for calculation of keccak256, but this 3rd-party library is not currently maintained.
Describe the solution you'd like
Use pycryptodome instead. In doing so, we indirectly use eth-utils ( > eth-hash > pycryptodome).
The text was updated successfully, but these errors were encountered: