You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--forbid-reindexing – raise ReindexingRequiredError instead of truncating database when reindexing is triggered for any reason. To continue indexing with existing database run UPDATE dipdup_schema SET reindex = NULL;
--postpone-jobs – job scheduler won't start until all indexes are synchronized.
Changed
Migration to this version requires reindexing.
dipdup_index.head_id foreign key removed. dipdup_head table still contains the latest blocks from Websocket received by each datasource.
Fixed
Removed unnecessary calls to TzKT API.
Fixed removal of PostgreSQL extensions (timescaledb, pgcrypto) by function truncate_database triggered on reindex.
Fixed creation of missing project package on init.
Fixed invalid handler callbacks generated on init.
Fixed detection of existing types in the project.
Fixed race condition caused by event emitter concurrency.
Capture unknown exceptions with Sentry before wrapping to DipDupError.