Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 783 Bytes

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 783 Bytes

0.2.2

  • Added support in Ethereum for getting path/rate for smart tokens
  • Cleaned up tests

0.2.1

  • Minor documentation changes

0.2.0

  • Complete rewrite - new module based design
  • Path-finding logic now finds the best rate between any two tokens in the network
  • Improved path-finding performance
  • Added the ability to query historical Conversion events for a given smart token (Ethereum only)
  • Added the ability to query the converter version
  • General bug fixes and cleanups

0.1.7

  • Added support for EOS multi converter contract

0.1.6

  • Added jest tests

0.1.4

  • Updated path generation anchor token

0.1.3

  • Fixed an issue in cross chain path generation

0.1.2

  • Fixed an issue in the EOS path generation

0.1.0

Initial version