Skip to content

3.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 14:00

Added

  • Added get_quote and get_quotes methods to TzKTDatasource.

Fixed

  • Defer spawning index datasources until initial sync is complete. It helps to mitigate some WebSocket-related crashes, but initial sync is a bit slower now.
  • Fixed possible race conditions in TzKTDatasource.
  • Start jobs scheduler after all indexes sync with a current head to speed up indexing.

Commits

  • f60fdc8: get_quotes datasource method (#132) (Lev Gorodetskiy) #132
  • 1ca5ab0: Defer spawning index datasources, add get_quotes method (#133) (Lev Gorodetskiy) #133
  • 5e0dc09: Wrap WS event callbacks with lock (#134) (Lev Gorodetskiy) #134
  • ddb6bcd: Defer starting scheduler until all indexes are in sync (#135) (Lev Gorodetskiy) #135
  • b7900e9: Fix scheduler start event detection (#136) (Lev Gorodetskiy) #136
  • 9421288: Bump version: 3.0.0 → 3.0.1 (Lev Gorodetskiy)