Skip to content
This repository was archived by the owner on Sep 9, 2023. It is now read-only.

v0.22.1

Compare
Choose a tag to compare
@bmancini55 bmancini55 released this 10 Apr 15:25
· 630 commits to master since this release
  • Kraken
    • Bug fix for Kraken tradeId creation. History API returns trades that are rounded down when even. For example: unix timestamp 1554844623.538850 was previously generating an ID 1554844623538900000. History API is reporting (https://api.kraken.com/0/public/Trades?pair=XXBTZUSD&since=1554844623538000000) is a unix time stamp of 1554844623.5388. This changes will get the trade ID generation inline with those generated in the history API.