Skip to content

Releases: ApeWorX/ape

Ape 0.8.19

29 Oct 17:50
46a1d2c
Compare
Choose a tag to compare

Changes

  • perf: more things that make ape --help way faster @antazoey (#2351)
  • perf: hardcoded trusted plugin during --help check @antazoey (#2347)
  • fix: mistaken blob receipt causing serialization problems @antazoey (#2345)
  • fix: delay hex-int validation error when None values for non-optional @antazoey (#2346)
  • fix: callable trace bug when estimating gas on revert-tx with no fail message @antazoey (#2344)
  • fix: issue running tests when mainnet is default network and specifying a different network @antazoey (#2343)

Special thanks to: @antazoey

Ape 0.8.18

26 Oct 14:35
a24374b
Compare
Choose a tag to compare

Changes

Special thanks to: @antazoey

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