Open toshirot opened 5 years ago
Maybe this testnet-update-september-4th effect? https://community.libra.org/t/testnet-update-september-4th/1630
types::SignedTransaction
to use the nextgen crypto API #429 https://github.com/libra/libra/pull/429 17The 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: https://libexplorer.com/address/7f58df27522872ecfac340c5c072427e6f8083ca3c79bb748cdd1ae073dacc42
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. I tried to create a sequence by transferring after minting with another address for trial, but I couldn't. I can mint.
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