Releases: dipdup-io/dipdup
Releases · dipdup-io/dipdup
8.0.0b5
8.0.0b5 - 2024-08-09
Added
- package: Added built-in
batchhandler to modify higher-level indexing logic.
Fixed
- cli: Fixed progress estimation when there are indexes with
last_leveloption set. - cli: Don't save reports for successful test runs.
- database: Fixed concurrency issue when using
get_or_createmethod. - evm: Fixed crash when contract ABI contains overloaded methods.
- tezos.operations: Fixed
sr_cementoperation index subscription.
Changed
- config: When filtering EVM transactions by signature, use
signaturefield instead ofmethod. - context: Signatures of
fire_handlerandfire_hookmethods have changed. - context:
ctx.loggeris a regularlogging.Loggerinstead of pre-configuredFormattedLogger.
Other
- deps: Use
uvloopto improve asyncio performance.
7.5.10
7.5.10 - 2024-08-02
Fixed
- cli: Fixed progress estimation when there are indexes with
last_leveloption set. - cli: Don't save reports for successful test runs.
Other
- deps: Use
uvloopto improve asyncio performance.
8.0.0b4
8.0.0b4 - 2024-07-20
Added
- config: Publish JSON schemas for config validation and autocompletion.
- starknet.node: Added Starknet node datasource for last mile indexing.
- tezos.operations: Added
sr_cementoperation type to process Smart Rollup Cemented Commitments.
Fixed
- evm.events: Improve fetching event batches from node.
- models: Fixed
CachedModelpreloading.
7.5.9
7.5.9 - 2024-07-20
Fixed
- evm.events: Improve fetching event batches from node.
- models: Fixed
CachedModelpreloading.
8.0.0b3
8.0.0b3 - 2024-07-04
Added
- env: Added
DIPDUP_LOW_MEMORYvariable to reduce the size of caches and buffers.
Fixed
- cli: Fixed
--preinstaller flag. - cli: Import some dependencies on demand to reduce memory footprint.
- evm.subsquid: Fixed typo in
iter_eventsmethod name.
7.5.8
7.5.8 - 2024-07-04
Fixed
- deps: Removed
pyarrowfrom dependencies, bumpedweb3. - project: Fixed
make imagetarget command.
8.0.0b2
8.0.0b2 - 2024-06-27
Added
- env: Added
DIPDUP_JSON_LOGenvironment variable to enable JSON logging. - cli: Added
--preflag toselfgroup commands to install pre-release versions.
Fixed
- config: Allow
sentry.dsnto be empty string. - models: Fixed setting default value for
Meta.maxsize. - starknet.subsquid.events: Fixed filtering events by key.
8.0.0b1
8.0.0b1 - 2024-06-19
Added
- cli: Added full project migration support for 3.0 spec.
- starknet.subsquid.events: Added
starknet.subsquid.eventsindex kind to process Starknet events. - starknet.subsquid: Added
starknet.subsquiddatasource to fetch historical data from Subsquid Archives.
Fixed
- cli: Fixed errors raised when the project package is invalid.
- config: Fixed setting logging levels according to the config.
- evm.events: Fixed matching logs when filtering by topic0.
Other
- deps:
tortoise-ormupdated to 0.21.2.
7.5.7
7.5.7 - 2024-05-30
Fixed
- config: Fixed setting logging levels according to the config.
- evm.subsquid.events: Fixed matching logs when filtering by topic0.
7.5.6
7.5.6 - 2024-05-16
Fixed
- cli: Improved logging of indexer status.
- performance: Fixed estimation indexing speed in levels per second.
Changed
- api:
/performanceendpoint response format has been changed. - performance: All time intervals are now measured in seconds.
- performance: Several metrics have been renamed and new ones have been added.