Skip to content

v1.0.2

Compare
Choose a tag to compare
@perfectmak perfectmak released this 08 Jul 06:15
· 30 commits to master since this release

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.