Skip to content

Ape 0.6.21

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Oct 18:22
· 496 commits to refs/heads/main since this release
536d591

Changes

  • fix: plugins CLI list, install, and uninstall issues [APE-1427] @antazoey (#1684)
  • fix: ape plugins list failed when no plugins installed. [APE-1425] @antazoey (#1683)
  • perf: lazily load plugins [APE-1422] @antazoey (#1681)
  • fix: issue with custom errors on estimate gas and static fee txns [APE-1421] @antazoey (#1680)
  • feat: support pydantic v2 (as v1 imports) [APE-1374] @banteg (#1651)
  • feat(query): add .timestamp to ContractLog [APE-1391] @fubuloubu (#1660)
  • fix: issue where could not decode array of addresses [APE-1420] @antazoey (#1679)
  • chore: remove unused type: ignore comments and other small items [APE-1419] @antazoey (#1678)
  • refactor: BaseModel.__getattr__ logic sharing [APE-1415] @antazoey (#1675)
  • refactor: move transaction-convert methods to ConversionManager [APE-1416] @antazoey (#1676)

Special thanks to: @antazoey, @banteg and @fubuloubu