Releases: republicprotocol/renex-sdk-ts
Releases · republicprotocol/renex-sdk-ts
RenEx SDK 0.4.6
RenEx SDK 0.3.2
Changelog:
- adds warnings when users don't setup their SDK correctly
- awaits for transaction confirmation when calling
openOrder()
,cancelOrder()
,deposit()
, andwithdraw()
- allows users to specify the gas price for transactions
- exposes the functions
deserializeBalanceAction()
,deserializeTraderOrder()
,serializeBalanceAction()
, andserializeTraderOrder()
for use when extending theStorageProvider
interface - fixes a bug where the
orderID
returned byfetchOrderbook()
was returned as Hex not Base64
RenEx SDK 0.3.1
Changelog:
- suppresses a
this.removeListener
warning withtruffle-contract
package - enables expansion of "~" and relative paths for the
FileSystemStorage
storage provider
RenEx SDK 0.3.0
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
Changelog:
- Fixes the crypto deprecation warnings
- Update the README with more useful setup information
See #8 for more information.
RenEx SDK 0.2.2
RenEx SDK 0.2.0
Changelog:
- Improve the SDK interface. See #4.
RenEx SDK 0.0.0
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.