Skip to content
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

sendSignedTransaction failing when calling getTransactionReceipt #62

Closed
erik-iglikov opened this issue Dec 4, 2018 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@erik-iglikov
Copy link
Contributor

erik-iglikov commented Dec 4, 2018

Bug Report Template

Please include the following information when reporting an issue you are facing while using the Aion Web3 API.

Web3 version: 1.1.0

You can find this by executing:

npm view aion-web3-v1.0 version

Command(s) triggering the issue:
Deploy a contract using sendSignedTransaction.
Also sometimes fails on getTransactionReceipt.

What are the commands you're trying to send the API? This can be the JavaScript code you're running, or just the single command that seems like it's bugging. If possible, please include the parameters of the request as well.

API output:

Error: Failed to check for transaction receipt:
{}
at Object._fireError (/home/erik/Downloads/8xdeploy/src/node_modules/aion-web3-utils/src/index.js:56:17)
at /home/erik/Downloads/8xdeploy/src/node_modules/aion-web3-core-method/src/index.js:262:23

What does the API say in response? If the API errors out, please provide as much of the error message as possible.

P.S. this issue is inherited from Ethereum's web3 1.0 -> open issue on Ethereum's Web3 web3/web3.js#1255

@erik-iglikov erik-iglikov added the bug Something isn't working label Dec 4, 2018
@erik-iglikov
Copy link
Contributor Author

I found a solution web3/web3.js@17dab67

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants