Skip to content

Ape 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 21:10
· 1158 commits to refs/heads/main since this release
f67674c

Changes

  • docs: edited the tokenlist plugin name to be correct @defidipshit (#558)
  • fix: improve error message when using non-local geth network @unparalleled-js (#557)
  • feat: allow network choice filtering @unparalleled-js (#555)
  • fix: bug preventing you from interacting with dependency contracts @unparalleled-js (#547)
  • refactor: moved to_address to utils module @violetsummerzine (#553)
  • feat: default query provider @johnson2427 (#535)
  • chore: update PR template to match Actions CI @fubuloubu (#550)
  • refactor: do script loading more dynamically @fubuloubu (#522)
  • feat: subprocess provider mixin class @unparalleled-js (#551)
  • fix: require local network when starting ephemeral geth @unparalleled-js (#544)
  • refactor: move integration tests that use local blockchain to functional tests @unparalleled-js (#549)
  • refactor: allow config to pass extra fields @NotPeopling2day (#537)
  • fix: bug where ecosystem implementations failed to load when their network configs did not have default providers @unparalleled-js (#548)
  • fix: make debug work for failed-to-load plugins @unparalleled-js (#546)
  • fix: handle exiting pytest when provider never connects @unparalleled-js (#545)
  • fix: issue where we were using a default mutable argument @unparalleled-js (#543)
  • fix: adjust to honest python versions and upgrade web3.py dependency @unparalleled-js (#538)
  • refactor: share default test mnemonic @unparalleled-js (#536)
  • docs: ape init @Ninjagod1251 (#532)
  • docs: have user update their version of pip before installing @fubuloubu (#533)
  • refactor: breaking pydantic changes across all repos @NotPeopling2day (#509)
  • feat: add ape init @Ninjagod1251 (#531)
  • fix: issue preventing filtering plugin accounts in the CLI util option @unparalleled-js (#527)
  • fix: issue where if you set one geth network URI, all other default network URIs would vanish @unparalleled-js (#513)
  • fix: forgot to fetch config from provider origin module @fubuloubu (#515)
  • fix: issue where config file would unnecessarily get created @unparalleled-js (#512)
  • feat: allow excluding contract glob patterns from dependencies @unparalleled-js (#507)
  • fix: register pytest plugin outside of plugin @unparalleled-js (#510)
  • fix: use module name when registering providers @unparalleled-js (#506)
  • feat: interactive debug in tests @Ninjagod1251 (#455)
  • refactor: store results of query for plugins that cache @fubuloubu (#501)
  • docs: fix 'get_provider()' argument documentation @unparalleled-js (#503)
  • fix: bug in default ecosystem preventing using other ecosystems @fubuloubu (#499)
  • docs: add config guide for geth provider URI @unparalleled-js (#497)
  • fix: query type issues @fubuloubu (#496)
  • refactor: make range work more like python builtin @unparalleled-js (#487)
  • fix: raise when nothing compiled in dependency @unparalleled-js (#492)
  • fix: make ProviderAPI repr more digestable. @unparalleled-js (#493)
  • fix: change warning label to bright yellow @unparalleled-js (#490)
  • docs: add missing raises statement to 'parse_network_choice()' method @unparalleled-js (#491)
  • fix: bump ethpm-types lib version @unparalleled-js (#489)
  • feat: add query base structure @NotPeopling2day (#480)
  • refactor: use repr method instead of str @fubuloubu (#486)

Special thanks to: @Ninjagod1251, @NotPeopling2day, @defidipshit, @fubuloubu, @johnson2427, @sabotagebeats, @unparalleled-js and @violetsummerzine