Skip to content

Releases: ApeWorX/ape

Ape 0.8.17

17 Oct 19:10
3f2f301
Compare
Choose a tag to compare

Changes

Special thanks to: @0xthedance and @antazoey

Ape 0.8.16

03 Oct 16:14
c33bb34
Compare
Choose a tag to compare

Changes

  • docs: document AccountAPI.transfer call @antazoey (#2309)
  • fix: serialized HexBytes for Any types in ContractLog @antazoey (#2308)
  • fix: issue where checking .auto_mine in geth --dev raised NotImplementedError @antazoey (#2307)
  • feat: automatically calculate GitHub dependency name when not provided @antazoey (#2306)
  • docs: add description field to GH bug report @antazoey (#2301)
  • fix: ape test -vvv was not using correct pytest verbosity @antazoey (#2303)

Special thanks to: @antazoey

Ape 0.8.15

23 Sep 03:17
13ea952
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey, @bitwise-constructs and @johnson2427

0.8.14

03 Sep 19:50
d97fff0
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey, @bitwise-constructs, @fubuloubu and @johnson2427

Ape 0.8.13

26 Aug 19:18
228ab19
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey, @bitwise-constructs, @dtdang, @eltociear, @johnson2427, @martinkrung and @nnsW3

Ape 0.8.12

15 Aug 00:21
585936f
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey and @bitwise-constructs

Ape 0.8.11

07 Aug 22:21
f854ed5
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey and @dtdang

Ape 0.8.10

25 Jul 17:17
eb85855
Compare
Choose a tag to compare

Changes

  • fix: issue where Vyper source-lines were not displayed in call-stacktraces @antazoey (#2188)
  • fix: issue where home dir was not hidden in stacktraces @antazoey (#2189)
  • fix: issue where compiler panics were not detected using Eth-Tester provider @antazoey (#2187)
  • perf: massive performance improvements for project / sources manager @antazoey (#2185)
  • feat: raise_on_revert=False kwarg for allowing failures on calls and transactions @antazoey (#2181)
  • chore: handle 1.11 mypy upgrades @antazoey (#2184)
  • fix: issue where using Contract(abi= did not cache the ABI @antazoey (#2177)

Special thanks to: @antazoey

Ape 0.8.9

12 Jul 17:41
e1c9dcf
Compare
Choose a tag to compare

Changes

  • feat: IPython integration with ABI-related constructs @antazoey (#2174)
  • docs: fix module path for SignableMessage @antazoey (#2175)
  • feat: support configuring test account initial balance @antazoey (#2173)
  • feat: handle commas and underscores in currency string conversions @antazoey (#2172)
  • test: show we can use namedtuples and web3 namedtuples @antazoey (#2171)
  • fix: bug where ENS domains were not handled in account history queries @antazoey (#2170)
  • fix: improve the error message for exceptions during fetching contract types from explorer @antazoey (#2169)

Special thanks to: @antazoey

Ape 0.8.8

02 Jul 21:22
bd53c7a
Compare
Choose a tag to compare

Changes

  • fix: create data dir in clean method @antazoey (#2167)
  • fix: issue where could not compile file and subdir in the same command @antazoey (#2168)
  • perf: improve performance of project.get_contract() @antazoey (#2166)

Special thanks to: @antazoey