Skip to content

8.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 20:52
52aff75

8.2.0 - 2025-02-10

Added

  • starknet.node: Added methods for fetching contract ABIs for init command.

Fixed

  • cli: Fixed help message on CallbackError reporting batch handler instead of actual one.
  • starknet: Process all data types correctly.
  • starknet.node: Fetch missing block timestamp and txn id when synching with node.
  • substrate.subsquid: Fixed parsing nested structures in response.
  • substrate.subsquid: Fixed parsing for __kind junctions with multiple keys.

Changed

  • project: Set default PostgreSQL password and Hasura secret (both are changeme) for new projects.
  • project: Use PostgreSQL 16 image for new projects.

Deprecated

  • package: DipDup packages are expected to have pyproject.toml and dipdup.yaml files in the root directory. This will become a requirement in 9.0.

Other

  • deps: tortoise-orm updated to 0.24.0.