Skip to content

Releases: bnb-chain/javascript-sdk

v4.0.1

03 Jul 10:41
Compare
Choose a tag to compare

4.0.1 (2020-07-03)

Bug Fixes

  • semantic-release can publish to GitHub Releases too (2c2a6ec)

v2.15.0

03 Sep 11:36
Compare
Choose a tag to compare

CHANGES

  • The Transaction class is now being exported from the package for outside use.

v2.14.0

27 Jun 06:27
Compare
Choose a tag to compare

CHANGES

  • Made Ledger Node HID transport an optional dependency (#161)
  • Added decoded address length check (#158)
  • Updated dependencies

v2.13.1

21 May 08:41
a347b71
Compare
Choose a tag to compare

FIXES

  • Fix a minor API response parsing issue

v2.13.0

17 May 07:33
Compare
Choose a tag to compare

FEATURES

  • Add support for token management (#122)
  • Add support for making RPC calls (#127)

CHANGES

  • Refactor to allow user to add address index (#129)
  • Fixed a typo in recoverAccountFromMnemonic (#132)

v2.12.0

14 May 09:06
Compare
Choose a tag to compare

CHANGES

  • Use the @babel/plugin-transform-runtime babel plugin (#126)

v2.11.0

06 May 07:20
Compare
Choose a tag to compare

CHANGES

  • Removed package dependency on babel-polyfill, which can break certain client types

v2.8.0

10 Apr 11:06
Compare
Choose a tag to compare
  • Support for Ledger app v1.1.0 (#103)

Version 2.6.1

26 Mar 07:54
Compare
Choose a tag to compare

NEW

  • client: add optional async broadcast mode

FIXES

  • client: fetch account_number in sendTransaction

Version 2.6.0

26 Mar 07:57
Compare
Choose a tag to compare

FIXES

  • client: set account_number when setPrivateKey is called

MISC

  • client: improve backward compat with async setPrivateKey