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
Description At the moment python SDK is not setup properly due to the incompatibility of web3=6.8.0 and eth-account=0.13.5 which leads to error:
web3=6.8.0
eth-account=0.13.5
human_protocol_sdk.utils:utils.py:262 Handle transaction error: 'SignedTransaction' object has no attribute 'rawTransaction'
Motivation To fix python SDK and get rid of frozen dependencies.
Implementation details
The text was updated successfully, but these errors were encountered:
Dzeranov
No branches or pull requests
Description
At the moment python SDK is not setup properly due to the incompatibility of
web3=6.8.0
andeth-account=0.13.5
which leads to error:Motivation
To fix python SDK and get rid of frozen dependencies.
Implementation details
The text was updated successfully, but these errors were encountered: