4.0.0-rc2
Pre-release
Pre-release
4.0.0-rc2 - 2021-12-11
⚠ Migration
- Run
dipdup initcommand to generateon_synchronizedhook stubs.
Added
- hooks: Added
on_synchronizedhook, which fires each time all indexes reach realtime state.
Fixed
- cli: Fixed config not being verified when invoking some commands.
- codegen: Fixed generating callback arguments for untyped operations.
- index: Fixed incorrect log messages, remove duplicate ones.
- index: Fixed crash while processing storage of some contracts.
- index: Fixed matching of untyped operations filtered by
sourcefield (@pravin-d).
Performance
- index: Checks performed on each iteration of the main DipDup loop are slightly faster now.