Skip to content

8.4.0

Choose a tag to compare

@github-actions github-actions released this 21 May 17:04
a130019

8.4.0 - 2025-05-21

Added

  • context: Added configurable watchdog service to notify about long-running callbacks and transactions.
  • cli: Added loading env-file dipdup.env if presented in the current directory.
  • cli: Added -h shorthand for --help option in all commands.
  • cli: Added --no-types option to init command to skip generating type classes.

Fixed

  • cli: Fixed config env -i command output.
  • cli: Fixed discovering package path.
  • cli: Fixed printing help message when running commands without arguments.
  • codegen: Fixed loading ABIs from the project with no ABI datasources configured.
  • env: Skip detection of some variables if set explicitly.
  • http: Fixed merging request URL with base path.
  • project: Fixed make image command and default workdir.
  • project: Fixed missing codegen headers in project base.
  • substrate.node: Fixed event index field.

Removed

  • project: Do not generate and track .env.default files on init. Use config env command for new environments.