-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Failed to check for transaction receipt when deploying a contract to Parity light node #2213
Comments
@nivida let me know what kind of further clarification is needed! I found the code of the contract to be irrelevant to this bug, but I can provide it anyway if it helps. |
I will test it asap with the latest version of web3.js and give you further details. Sorry for the late response. |
I'm also experiencing this issue but when sending a signed transaction like:
gives:
node version: |
Does this error still occur with the latest version of Web3? |
Closed because of the missing answer of the creator of this issue. |
As I've reported in #1423 (comment), it still happens 1.2.1. In my case while connected to a full node. |
Same is happening to me on parity (works with geth). |
This appears to still be happening for me.
Would love some clarity on why this is happening, although I believe it's likely Parity's fault. |
When deploying a contract using web3.js beta 37, connected via an http provider to a Parity light client node (version
v2.2.7-stable-b00a21f-20190115/x86_64-linux-gnu/rustc1.31.1
), the deployment fails with the following error:Versions:
The text was updated successfully, but these errors were encountered: