Skip to content

Ape 0.6.23

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 12:57
· 436 commits to refs/heads/main since this release
bea735d

Changes

  • fix: issue where arrays were missing in logs [APE-1501] @z80dev and @antazoey (#1722)
  • fix: issue where ape wouldn't recompile changed contracts [APE-1498] @antazoey (#1720)
  • fix: more warning when missing compiler plugins [APE-1491] @antazoey (#1717)
  • feat: support global NPM dependencies [APE-1490] @antazoey (#1716)
  • feat: upstream provider and forked network tools [APE-1485] @antazoey (#1714)
  • feat: account list filter in Ape alias CLI options @antazoey (#1713)
  • fix: remove API secrets from web3.py loggers [APE-1486] @antazoey (#1715)
  • docs: wrap up link fixes [APE-1482] @antazoey (#1711)
  • feat: allow custom cli ctx obj types [APE-1483] @antazoey (#1712)
  • docs: document ProviderContextManager [APE-618] @antazoey (#1710)
  • feat: better error when pytest option collision [APE-1479] @antazoey (#1708)
  • fix: issue when switching providers when disconnecting [APE-1460] @antazoey (#1700)
  • feat: adhoc code compile [APE-1476] @antazoey (#1707)
  • feat: adhoc compiler settings [APE-1474] @antazoey (#1705)
  • fix: issue where network choices were missing [APE-1475] @antazoey (#1706)
  • feat: handle when local dependency is already a manifest [APE-1397] @antazoey (#1666)
  • feat: public_key method added to KeyfileAccount class [APE-1466] @Aviksaikat (#1702)

Special thanks to: @Aviksaikat, @antazoey and @z80dev