Skip to content

8.2.0rc1

Pre-release
Pre-release

Choose a tag to compare

@droserasprout droserasprout released this 24 Jan 12:31
· 94 commits to next since this release
4cb5498

8.2.0rc1 - 2025-01-24

Added

  • project: Support uv package manager in the default project template.
  • substrate.events: Added subtrate.events index kind to process Substrate events.
  • substrate.node: Added subtrate.node datasource to receive data from Substrate node.
  • substrate.subscan: Added substrate.subscan datasource to fetch ABIs from Subscan.
  • substrate.subsquid: Added substrate.subsquid datasource 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_MIGRATIONS variable to be set.
  • evm.etherscan: Datasource has been renamed from abi.etherscan to evm.etherscan for consistency.
  • project: Expose Prometheus and internal API ports in default sqlite environment.