Skip to content

Releases: perfectmak/libra-core

v1.0.7

17 Aug 11:50
Compare
Choose a tag to compare

CHANGELOG

  • Fix minting from faucet.

v1.0.6

16 Aug 02:17
Compare
Choose a tag to compare

CHANGELOG

  • Fix failing transfer

v1.0.5

25 Jul 16:27
Compare
Choose a tag to compare

What is new

  • Fix broken transfer.

v1.0.4

13 Jul 20:06
Compare
Choose a tag to compare

What's New

  • Update Proto to account for breaking changes a described here

v1.0.2

08 Jul 06:15
Compare
Choose a tag to compare

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.