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

Transfer failed on the latest version of testnet. #36

Closed
QuincySx opened this issue Sep 7, 2019 · 3 comments
Closed

Transfer failed on the latest version of testnet. #36

QuincySx opened this issue Sep 7, 2019 · 3 comments

Comments

@QuincySx
Copy link

QuincySx commented Sep 7, 2019

No description provided.

@QuincySx QuincySx closed this as completed Sep 9, 2019
@suraneti
Copy link
Contributor

suraneti commented Sep 9, 2019

@QuincySx I have reopened this issue because of the issue still occurs due to the testnet update.

The cause of the problem is getAccountState(), getAccountTransaction(), transferCoins() functions in the kulap-libra library are broke.

reference with:
perfectmak/libra-core#42
perfectmak/libra-core#44
kulapio/libra-core#8

@suraneti suraneti reopened this Sep 9, 2019
@QuincySx
Copy link
Author

QuincySx commented Sep 9, 2019

Is the problem with this library https://github.com/kulapio/libra-core
It has two problems

  1. The test chain is updated and should be modified libra-core/lib/constants/ProgamBase64Codes.ts peerToPeerTxn
  2. The result returned by grpc getAccountState uses LCS encoding and needs to be modified to get sequenceNumber

@totiz
Copy link
Contributor

totiz commented Sep 10, 2019

Fixed with new kulap-libra@1.0.17 release, https://github.com/kulapio/libra-core/releases/tag/v1.0.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants