Skip to content

3.0.4

Choose a tag to compare

@github-actions github-actions released this 04 Oct 07:53

3.0.4 - 2021-10-04

Improved

  • A significant increase in indexing speed.

Fixed

  • Fixed unexpected reindexing caused by the bug in processing zero- and single-level rollbacks.
  • Removed unnecessary file IO calls that could cause PermissionError exception in Docker environments.
  • Fixed possible violation of block-level atomicity during real-time indexing.

Changes

  • Public methods of TzktDatasource now return immutable sequences.

Commits

  • ccbb0cb: Fix unnecessary file IO, improve logging (#149) (Lev Gorodetskiy) #149
  • 4968ee3: Track datasource level by channel, ignore head rollbacks (#148) (Lev Gorodetskiy) #148
  • 7427047: Bump version (Lev Gorodetskiy)
  • 3e5bfcc: Bump version: 3.0.3 → 3.0.4 (Lev Gorodetskiy)