Skip to content

Releases: dipdup-io/dipdup

3.0.1

24 Sep 14:00
Compare
Choose a tag to compare

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)

3.0.0

20 Sep 14:28
Compare
Choose a tag to compare

Commits

  • 5baf072: Truncate schema on reindex instead of dropping it (#131) (Lev Gorodetskiy) #131
  • 9ce2379: Late truncate_schema apply (Lev Gorodetskiy)
  • dd0474d: Bump version: 2.0.9 → 3.0.0 (Lev Gorodetskiy)

3.0.0-rc2

16 Sep 13:44
Compare
Choose a tag to compare
3.0.0-rc2 Pre-release
Pre-release

Commits

  • f76b714: Fix AttributeError: 'TzktDatasource' object has no attribute 'block' (#130) (arrijabba) #130
  • 32fd466: Bump version: 2.0.9 → 3.0.0-rc2 (Lev Gorodetskiy)

3.0.0-rc1

13 Sep 12:05
Compare
Choose a tag to compare
3.0.0-rc1 Pre-release
Pre-release

Commits

  • 566848d: Fix database cleanup on reindex (#126) (Lev Gorodetskiy) #126
  • 937e932: Hooks, typed callbacks, more builtin tables, no more tempstates (#119) (Lev Gorodetskiy) #119
  • 221c633: connection_timeout option (#127) (Lev Gorodetskiy) #127
  • c146f77: Fix handlers being spawned with wrong index (#128) (Lev Gorodetskiy) #128
  • 0b0d878: Fix indexes in realtime status missing head relation (#129) (Lev Gorodetskiy) #129
  • 079c86e: Bump version: 2.0.9 → 3.0.0-rc1 (Lev Gorodetskiy)

2.0.9

19 Aug 15:37
Compare
Choose a tag to compare

Commits

  • d2606bf: Fix leading underscore bug (#124) (Göran Sandström) #124
  • de16697: Fix processing big map messages (#125) (Lev Gorodetskiy) #125
  • b0ae1c8: Bump version: 2.0.8 → 2.0.9 (Lev Gorodetskiy)

2.0.8

16 Aug 10:17
Compare
Choose a tag to compare

Commits

  • 11040a4: Split SQL scripts by statements (#122) (Lev Gorodetskiy) #122
  • d359571: Remove schema prefix from Hasura root fields, add integration test (#123) (Lev Gorodetskiy) #123
  • 4e4dfc2: Bump version: 2.0.7 → 2.0.8 (Lev Gorodetskiy)

2.0.7

12 Aug 16:09
Compare
Choose a tag to compare

Commits

  • 1520619: Hasura metadata codegen bugfixes (#121) (Lev Gorodetskiy) #121
  • fb1828a: Bump version: 2.0.6 → 2.0.7 (Lev Gorodetskiy)

2.0.6

10 Aug 19:08
Compare
Choose a tag to compare

Commits

  • 64fb454: Index state management and Hasura bugfixes (#117) (Lev Gorodetskiy) #117
  • 3f6437b: Fix HTTPGateway, reset Hasura on configuration failure (#118) (Lev Gorodetskiy) #118
  • 7cf40a8: Bump version: 2.0.5 → 2.0.6 (Lev Gorodetskiy)

2.0.5

07 Aug 17:16
Compare
Choose a tag to compare

Commits

  • 6295f3c: Fix block hash mismatch error (#116) (Lev Gorodetskiy) #116
  • 5419df9: Fix Hasura codegen for tables with numerics in name (#115) (Lev Gorodetskiy) #115
  • 23c089c: Docker Hub CI (#112) (Lev Gorodetskiy) #112
  • 9bd38cd: Bump version: 2.0.4 → 2.0.5 (Lev Gorodetskiy)

2.0.4

05 Aug 21:00
Compare
Choose a tag to compare

Commits

  • 1113daa: Template values wrapper (#114) (Lev Gorodetskiy) #114
  • d9dfced: Process contracts originated from migrations (#113) (Lev Gorodetskiy) #113
  • 894b7d2: Bump version: 2.0.3 → 2.0.4 (Lev Gorodetskiy)