8.2.0rc1
Pre-release
Pre-release
8.2.0rc1 - 2025-01-24
Added
- project: Support uv package manager in the default project template.
- substrate.events: Added
subtrate.eventsindex kind to process Substrate events. - substrate.node: Added
subtrate.nodedatasource to receive data from Substrate node. - substrate.subscan: Added
substrate.subscandatasource to fetch ABIs from Subscan. - substrate.subsquid: Added
substrate.subsquiddatasource to fetch historical data from Squid Network.
Fixed
- database: Don't process internal models twice if imported from the project.
- evm.subsquid: Fixed event/transaction model deserialization.
Changed
- env: Database migrations with aerich require
DIPDUP_MIGRATIONSvariable to be set. - evm.etherscan: Datasource has been renamed from
abi.etherscantoevm.etherscanfor consistency. - project: Expose Prometheus and internal API ports in default sqlite environment.