- Fixed ropsten support
- Added support for TokenRateUpdate event
- Fixed some terminology inconsistencies
- Fixed
getPathAndRates
return type
- Fixed querying rates
- Added support for getting rates in batch
- Internal terminology changes
- Added support for the new ETH token address
- Added fallback for token decimals
- Added support in Ethereum for getting path/rate for smart tokens
- Cleaned up tests
- Minor documentation changes
- 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
- Added support for EOS multi converter contract
- Added jest tests
- Updated path generation anchor token
- Fixed an issue in cross chain path generation
- Fixed an issue in the EOS path generation
Initial version