Skip to content

Ape 0.4.1

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 16:40
· 682 commits to refs/heads/main since this release
c47496b

Changes

  • fix: issue where setting a config item would remove defaults of the other items @unparalleled-js (#958)
  • feat: add receipt / txn_hash to ContractInstance @unparalleled-js (#955)
  • test: update test_parse_type() regex @helloibis (#954)
  • chore: remove usage of deprecated eth-abi methods @unparalleled-js (#951)
  • fix: resolve pytest collection warning with TestAccountManager @unparalleled-js (#952)
  • refactor: change deployments_map contract type entries to be list of dicts instead of list of addresses @unparalleled-js (#940)
  • fix: issue where web3.py used the wrong chain ID for eth-tester @unparalleled-js (#943)
  • docs: add links to the reference page @challet (#934)
  • fix: add argument conversion to contract estimate gas API @unparalleled-js (#939)
  • fix: issue preventing provider context manager from switching in test fixtures @unparalleled-js (#933)
  • feat: compiler data in manifest @sabotagebeats (#871)
  • docs: remove non-existent CLI flag from README example @fubuloubu (#936)
  • feat: added contract event query to default query provider @johnson2427 (#923)
  • feat: support compiling contract type JSONs @unparalleled-js (#925)
  • test: make tests run better locally @unparalleled-js (#920)
  • fix: log printing and decoding @banteg (#924)
  • fix: prevent unnecessary API call when decoding events from ABI @unparalleled-js (#921)

Special thanks to: @banteg, @challet, @fubuloubu, @helloibis, @johnson2427, @sabotagebeats and @unparalleled-js