Skip to content

Ape 0.8.5

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jun 19:44
· 163 commits to refs/heads/main since this release
c153052

Changes

  • fix: issues showing lines for plugin config validation errors @antazoey (#2157)
  • fix: pin peer dependency numpy<2 @antazoey (#2155)
  • fix: better error when missing base-ecosystem plugin for custom networks @antazoey (#2156)
  • test: run functional and integration tests separately in CI/CD @antazoey (#2147)
  • fix: issue where could not define custom networks in any non-local project @antazoey (#2153)
  • chore: use official install-geth-tools @antazoey (#2152)
  • fix: issue with list-errors and mismatched config types @antazoey (#2151)
  • fix: issue where plugin config loading error was not shown @antazoey (#2150)
  • test: re-enable macos-latest in CI @dtdang (#2120)
  • feat: allow comparing currency values to currency strings @antazoey (#2149)
  • docs: document environment variable support in ape-config.yaml files @antazoey (#2148)
  • feat: allow forking custom networks automatically @antazoey (#2145)
  • docs: document more fully the contract-creation metadata feature @antazoey (#2146)
  • fix: allow random RPCs to work for custom networks @antazoey (#2144)
  • fix: issue where Ape tries starting geth-dev for custom networks w/o URIs @antazoey (#2140)
  • feat: create config.isolate_data_folder() method @antazoey (#2139)

Special thanks to: @antazoey and @dtdang