Skip to content

Releases: everx-labs/flex-sdk-js

Version 0.3.0

30 Aug 16:22
e45dcc3
Compare
Choose a tag to compare

[0.3.0] – 2022-08-30

New

  • Contracts updated to the last version (commit bb3ec9320b130174e57142c492b90bf092fa6e25)

Fixed

  • Ever deposit fixed: Trader.deployTraderEverWallet function now uses WrapperEverAccount ABI instead of WrapperAccount
  • Ever deposit Trader.deployTraderEverWallet does not perform an additional top-up any more

Improvements

  • Code refactoring. Only TS files left in the root folders. Build the library with nmp run build to get the entire build in the dist folder. Run examples from dist/examples folder.

Version 0.2.0

29 Aug 15:20
Compare
Choose a tag to compare

[0.2.0] – 2022-05-30

New

  • Trader.makeOrder(...) now returns orderId and transactionId fields

Improvements

  • Random generator is now used to generate order IDs instead of current timestamp.