Skip to content

Releases: ApeWorX/ape

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

Ape 0.8.7

01 Jul 17:57
d58c75a
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey

Ape 0.8.6

01 Jul 14:03
6ce3b49
Compare
Choose a tag to compare

Changes

  • feat: supporting geth --dev newer versions @antazoey (#2162)
  • feat: easily create projects from site-packages @antazoey (#2163)
  • feat: show events in pretty call-trace or from receipt @antazoey (#2161)
  • feat: ethereum.decode_returndata values to be comparable with currency strings @antazoey (#2159)

Special thanks to: @antazoey