8.0.0b5
Pre-release
Pre-release
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.