Closed QuincySx closed 5 years ago
@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.
getAccountState(), getAccountTransaction(), transferCoins()
kulap-libra
reference with: https://github.com/perfectmak/libra-core/issues/42 https://github.com/perfectmak/libra-core/pull/44 https://github.com/kulapio/libra-core/issues/8
Is the problem with this library https://github.com/kulapio/libra-core It has two problems
Fixed with new kulap-libra@1.0.17 release, https://github.com/kulapio/libra-core/releases/tag/v1.0.17
@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 thekulap-libra
library are broke.reference with: https://github.com/perfectmak/libra-core/issues/42 https://github.com/perfectmak/libra-core/pull/44 https://github.com/kulapio/libra-core/issues/8