Skip to content

Releases: PolymathNetwork/polymath-sdk

v2.0.1-beta.30@beta

02 Sep 20:15
Compare
Choose a tag to compare

2.0.1-beta.30 (2019-09-02)

Features

  • add Fastest a speed option (aa85e8d)
  • allow user to configure transaction speed (d1936ca), closes #66
  • get default gas in testnets using eth_gasPrice (7b26e61)
  • get default gas price from eth gas station (be58270)
  • handle error scenarios better (2c21585)

v2.0.1-beta.29@beta

29 Aug 21:43
Compare
Choose a tag to compare

2.0.1-beta.29 (2019-08-29)

Features

  • filter revoked shareholders out when fetching (e59c972)

v2.0.1-beta.28@beta

28 Aug 21:19
Compare
Choose a tag to compare

2.0.1-beta.28 (2019-08-28)

Features

  • add shareholders.revokeKyc to the Security Token Entity (708bd30)

v2.0.1-beta.27@beta

28 Aug 01:15
Compare
Choose a tag to compare

2.0.1-beta.27 (2019-08-28)

Features

  • add onNetworkChange utility (5fad82f), closes #58
  • expose USD fees as well as POLY fees (a07db1d)

BREAKING CHANGES

  • change the fees property in Transaction Queues from BigNumber to { usd: BigNumber; poly: BigNumber; }

v2.0.1-beta.26@beta

27 Aug 06:51
Compare
Choose a tag to compare

2.0.1-beta.26 (2019-08-27)

Bug Fixes

  • return protocol version correctly (308eae4)

v2.1.1

26 Aug 20:51
Compare
Choose a tag to compare

2.1.1 (2019-08-26)

Bug Fixes

  • demo the latest way to create ST (a713cd2)
  • fix package installation command (ffb73de)
  • more info about error handling (1841154)
  • typos (f68dd3c)
  • update connect() description (bfe64ec)

v2.0.1-beta.25@beta

26 Aug 17:37
Compare
Choose a tag to compare

2.0.1-beta.25 (2019-08-26)

Bug Fixes

Features

v2.0.1-beta.24@beta

23 Aug 05:14
Compare
Choose a tag to compare

2.0.1-beta.24 (2019-08-23)

Bug Fixes

  • refresh boolean properties properly (15b0474)
  • refresh cached entities before returning them (3726872)
  • type transaction queue return values properly (439e5e8)

Features

  • make entities unique and create them via factories (823dc14)
  • refresh entities when procedures that affect them are rune (a4b5ae4)

v2.0.1-beta.23@beta

14 Aug 21:32
Compare
Choose a tag to compare

2.0.1-beta.23 (2019-08-14)

Features

  • allow getSecurityToken to receive an address as a parameter (9e06d4a)

v2.0.1-beta.22@beta

14 Aug 20:10
Compare
Choose a tag to compare

2.0.1-beta.22 (2019-08-14)

Bug Fixes

  • use correct STR getter in getSecurityTokens (73bf8bc), closes #61