Skip to content

Ape 0.7.19

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 18:14
· 244 commits to refs/heads/main since this release
a27b232

Changes

  • fix: random fixes from last couple PRs @antazoey (#2046)
  • fix: ape plugins update command type error @antazoey (#2044)
  • fix: show file name instead of attr in missing source error message @antazoey (#2045)
  • refactor: move missing compiler check to contract-filepaths callback @antazoey (#2043)
  • fix: bug where project.lookup_source didn't return most exact match @antazoey (#2041)
  • chore: update dockerfile to python 3.11 @mikeshultz (#2042)
  • fix: ignore signHash warning and packages.select warning @antazoey (#2040)
  • feat: add --config-override option for ape pm install @antazoey (#2039)
  • fix: issue with selecting first network from an ecosystem as default @antazoey (#2037)
  • docs: remove bad spacing in some docs examples @antazoey (#2036)
  • docs: updates for payable method calls in user-guides @antazoey (#2034)
  • feat: __getattr__ safety check helper and base-model improvements @antazoey (#2032)
  • docs: fix doc-str for attributes in some spots @antazoey (#2033)
  • chore: delete unnecessary awaiting on web3 calls @antazoey (#2031)
  • chore: improve handle_ape_exception type @antazoey (#2028)
  • docs: fix guide example formatting @antazoey (#2027)
  • docs: add missing doc-strs and adjust docs in api.accounts @antazoey (#2026)

Special thanks to: @antazoey and @mikeshultz