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
I tried testing karl on my testing contract on rinkeby, it returned "extraData" too long. I have a fix for that as seen on ethereum-etl/issue-178
from web3.middleware import geth_poa_middleware self.web3.middleware_stack.inject(geth_poa_middleware, layer=0)
from web3.middleware import geth_poa_middleware
self.web3.middleware_stack.inject(geth_poa_middleware, layer=0)
And it works like a charm
The text was updated successfully, but these errors were encountered:
in which file do I insert this? @Anindya-Prithvi
Sorry, something went wrong.
@caiosabarros please see the mentioned pull request, I have patched it already
No branches or pull requests
I tried testing karl on my testing contract on rinkeby, it returned "extraData" too long.
I have a fix for that as seen on ethereum-etl/issue-178
from web3.middleware import geth_poa_middleware
self.web3.middleware_stack.inject(geth_poa_middleware, layer=0)
And it works like a charm
The text was updated successfully, but these errors were encountered: