Skip to content

Releases: republicprotocol/renex-sdk-ts

RenEx SDK 0.4.6

28 Jan 23:54
61d562c
Compare
Choose a tag to compare

Changelog:

  • Trades are now all atomic. OrderSettlement.RenExAtomic is now the default (and only) settlement setting.
  • The settlement contract addresses have been updated.

RenEx SDK 0.3.2

04 Dec 01:35
Compare
Choose a tag to compare

Changelog:

  • adds warnings when users don't setup their SDK correctly
  • awaits for transaction confirmation when calling openOrder(), cancelOrder(), deposit(), and withdraw()
  • allows users to specify the gas price for transactions
  • exposes the functions deserializeBalanceAction(), deserializeTraderOrder(), serializeBalanceAction(), and serializeTraderOrder() for use when extending the StorageProvider interface
  • fixes a bug where the orderID returned by fetchOrderbook() was returned as Hex not Base64

RenEx SDK 0.3.1

30 Nov 06:07
Compare
Choose a tag to compare

Changelog:

  • suppresses a this.removeListener warning with truffle-contract package
  • enables expansion of "~" and relative paths for the FileSystemStorage storage provider

RenEx SDK 0.3.0

30 Nov 00:16
Compare
Choose a tag to compare

Changelog:

  • You can now distinguish between zero balance and a failed balance request. A failed request will return null.
  • The warnings from Web3 provider and event emitter are now suppressed.
  • The trader orders can now be stored locally on the file system when running in Node.js
  • The Typescript issues with bn.js and Web3 are now fixed (see: #11)

See #12 for more information.

RenEx SDK 0.2.3

23 Nov 05:04
Compare
Choose a tag to compare

Changelog:

  • Fixes the crypto deprecation warnings
  • Update the README with more useful setup information

See #8 for more information.

RenEx SDK 0.2.2

21 Nov 00:01
Compare
Choose a tag to compare

Changelog:

  • Fixes typings
  • Export RenExSDK as a named export

See #7 for more details.

RenEx SDK 0.2.0

16 Nov 05:34
71c7e20
Compare
Choose a tag to compare

Changelog:

  • Improve the SDK interface. See #4.

RenEx SDK 0.0.0

04 Dec 02:29
734b129
Compare
Choose a tag to compare
RenEx SDK 0.0.0 Pre-release
Pre-release

Initial deployment of the SDK. This is the version of the SDK currently being used by https://ren.exchange. This is not meant to be used publicly.