-
Notifications
You must be signed in to change notification settings - Fork 31
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
client.getAccountTransaction results in an error #41
Comments
Maybe this testnet-update-september-4th effect? https://community.libra.org/t/testnet-update-september-4th/1630
|
The Libra testnet was reset. There are no old transactions. I took the address from your sample, and the current sequence number is zero. This exception you are seeing is because the getSignedTransaction() method does not check if the returned GRPC call contains a valid signedTransactionWP, and it winds up getting a null-value. If it checked for null, it could return an error and not an exception. You can see the lack of transactions on that address using LibExplorer: The testnet update does appear to break the current libra-core, and you can't perform any transactions at the moment. |
@glachac Thank you for your advice. I watched LibExplorer. Certainly, there are no transactions. |
fix follow, to make stub for connections to telnet. 2019-09-05 This demo currently stops with transaction-related errors. @see perfectmak/libra-core#41
I have a PR with a fix for this now. |
this code worked on 2019-09-01, but now I get an error.
code test-tx.js
Run
Error
The text was updated successfully, but these errors were encountered: