Skip to content

Releases: ApeWorX/ape

Ape 0.7.20

08 May 17:59
aa1f16d
Compare
Choose a tag to compare

Changes

  • fix: issue where project was not honored in console function @antazoey (#2072)
  • refactor: misc, small changes @antazoey (#2074)
  • chore: delete double-ly implemented __getitem__ @antazoey (#2071)
  • chore: fix anomalous typing concern @antazoey (#2070)
  • refactor: use @raises_not_implemented() instead of raise statements in BaseManager ipython methods @antazoey (#2069)
  • feat: allow contract.source_path from non local project @antazoey (#2068)
  • feat: add more entries to SOURCE_EXCLUDE_PATTERNS @antazoey (#2067)
  • fix: is_convertible error handling @antazoey (#2065)
  • feat: --config-override option for compile CLIs @antazoey (#2064)
  • feat: allow convert(0, AddressType) to work @antazoey (#2066)
  • fix: raise error when env var WEB3_PROVIDER_URI set @antazoey (#2063)
  • feat: NetworkNotFoundError handle case when no networks @antazoey (#2062)
  • refactor: exclude track by name instead of path @antazoey (#2061)
  • fix: issue where couldn't use scripts with cls=ConnectedProviderCommand, use_cls_types=False) @antazoey (#2056)
  • fix: remove double caching for ProviderAPI.config @antazoey (#2060)
  • chore: set contractName using constructor @antazoey (#2058)
  • fix: ignore debug-logging regular AttributeErrors @antazoey (#2054)
  • fix: handle None blob-receipt gas values @antazoey (#2051)
  • fix: Issue preventing ContractContainer.source_id from working @antazoey (#2052)
  • fix: issue where could not have dependencies with contracts_folder pointed at the root project path @antazoey (#2048)
  • fix: issue when contracts w/o source IDs would not enrich @antazoey (#2047)
  • feat: add tempdir helpers in ape.utils.os @antazoey (#2050)

Special thanks to: @antazoey

Ape 0.7.19

02 May 18:14
a27b232
Compare
Choose a tag to compare

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

Ape 0.7.18

25 Apr 18:39
e5da55c
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey

Ape 0.7.17

24 Apr 15:04
6e3b584
Compare
Choose a tag to compare

Changes

  • feat: add Python 3.12 support @antazoey (#1994)
  • fix: issue connecting to a provider that was once connected but now isn't @antazoey (#2022)
  • feat: use uv if installed for ape plugins install / uninstall commands @wakamex (#2000)
  • fix: issues with local installs @antazoey (#2021)
  • refactor: remove and rationalize each usage of model_dump() with mode="json" @antazoey (#2019)
  • fix: use macos-12 instead of macos-latest in CI @antazoey (#2020)
  • fix: fail gracefully trying to fetch contract type in Web3Provider.estimate_gas_cost() @mikeshultz (#2018)
  • fix: add dateutil stubs to pre-commit hook @mikeshultz (#2017)
  • chore: replace importlib_metadata with importlib.metadata @antazoey (#2015)
  • chore: bump past problematic web3 version @antazoey (#2014)

Special thanks to: @antazoey, @mikeshultz and @wakamex

Ape 0.7.16

16 Apr 21:32
4776fb1
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey

Ape 0.7.15

12 Apr 17:55
60d2829
Compare
Choose a tag to compare

Changes

Special thanks to: @NotPeopling2day, @antazoey and @xiaoxianBoy

Ape 0.7.14

05 Apr 16:41
f5b6c7a
Compare
Choose a tag to compare

Changes

Special thanks to: @NotPeopling2day, @antazoey, @banteg and @fubuloubu

0.7.13

18 Mar 22:55
c169c9d
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu and @mikeshultz

Ape 0.7.12

14 Mar 18:34
791a76f
Compare
Choose a tag to compare

Changes

Special thanks to: @fubuloubu

Ape 0.7.11

08 Mar 14:03
a8d1487
Compare
Choose a tag to compare

Changes

Special thanks to: @BowTiedDevil, @Gonmeso, @antazoey, @dtdang and @mikeshultz