-
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
Updated proto files and changed LibraTransactionEvent class to match … #44
Conversation
…the protobuf definition change since address and path are no longer parameters
transferCoins is broken again. The result shows the following error:
|
Yes. That's a different problem than the one this PR fixes. |
Are you sure. If I follow the example of transferring coins:
I still get the same error:
It also seems that no libra-core based wallet is functioning right now for transferring coins. Including kulap-libra poc |
Yes, I'm sure, since this PR is limited in scope. This PR only fixes the getAccountTransaction() issue, not the transferCoins(). The testnet update broke three things in this library, getAccountState(), getAccountTransaction(), and transferCoins(). I have submitted PR's to fix the first two, but not transferCoins(). They are all related to each other in the sense that the testnet change caused all three issues, but the fixes are in separate places. I'm not sure how to fix the transferCoins() issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@glachac Nice!, hope this merge soon.
The update from testnet also makes other lib broke.
Closing this PR. See PR #46 which combines all the fixes into one PR including transfer coin |
…the protobuf definition change since address and path are no longer parameters
This fixes the issue reported in #41