Releases: perfectmak/libra-core
Releases · perfectmak/libra-core
v1.0.7
v1.0.6
CHANGELOG
- Fix failing transfer
v1.0.5
What is new
- Fix broken transfer.
v1.0.4
v1.0.2
What's New (aka Changelog)
- Now you can transfer coins using the
client.transferCoins()
function (thanks to @wenshenjun) . - Also, you can execute any transaction/program using the
client.execute()
function. - Next up, you can query an accounts transaction based on a sequence number using
client.getAccountTransaction()
- Fixed Wallet Account Generation logic. Now wallet generates same accounts as libra cli with same mnemonic (thanks to @wenshenjun) .
- Internal enhancement where 64 bit numbers are properly handled (no more as
number
types). - Expose helper methods for awaiting Confirmation of a transaction via
LibraTransactionResponse
.
See the Readme documentation for sample codes on how to use new features.