Skip to content

8.1.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Dec 21:21
d9dff22

8.1.3 - 2024-12-20

Fixed

  • cli: Don't wrap exceptions with CallbackError to avoid shadowing the original exception.
  • cli: Fixed --template option being ignored when --quiet flag is set.
  • config: Fixed setting default loglevels when logging is a dict.
  • config: Fixed parsing config files after updating to pydantic 2.10.3.
  • config: Fixed starknet index validation error.
  • metrics: Fixed indexed objects counter.
  • starknet: Added support for struct and array types, as well as u256 and ByteArray handlers.
  • starknet: Fixed event payload parsing (account for keys field).
  • starknet: Fixed missing class property in node datasource.