Skip to content

RenEx SDK 0.3.2

Choose a tag to compare

@vinceau vinceau released this 04 Dec 01:35
· 211 commits to master since this release

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