Releases: dipdup-io/dipdup
Releases · dipdup-io/dipdup
3.0.1
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
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
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
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
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
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
Commits
- 1520619: Hasura metadata codegen bugfixes (#121) (Lev Gorodetskiy) #121
- fb1828a: Bump version: 2.0.6 → 2.0.7 (Lev Gorodetskiy)
2.0.6
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
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
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)