Updated proto files and changed LibraTransactionEvent class to match …#44
Updated proto files and changed LibraTransactionEvent class to match …#44glachac wants to merge 1 commit intoperfectmak:masterfrom
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. |
|
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