Skip to content

Releases: ApeWorX/ape-hardhat

Ape Hardhat 0.5.5

31 Jan 02:48
9aef745
Compare
Choose a tag to compare

Changes

Special thanks to: @Laurentiu-Andronache

Ape Hardhat 0.5.4

12 Dec 17:37
0c5bb30
Compare
Choose a tag to compare

Changes

  • fix: subtract base gas from root level gas in call tree node @unparalleled-js (#117)
  • fix: issue where port was not recognized in provider settings @unparalleled-js (#115)

Special thanks to: @unparalleled-js

Ape Hardhat 0.5.3

17 Nov 22:57
84b824d
Compare
Choose a tag to compare

Changes

  • feat: include missing testnet forks @unparalleled-js (#114)
  • feat: add polygon mainnet fork @r4VP4 (#106)
  • test: include calls in gas test @unparalleled-js (#113)
  • perf: adds --no-deploy (when appropriate) to hardhat fork command @mikeshultz (#112)
  • fix: pin mypy to 0.982 @helloibis (#110)

Special thanks to: @helloibis, @mikeshultz, @r4VP4 and @unparalleled-js

Ape Hardhat 0.5.2

04 Nov 21:58
7691193
Compare
Choose a tag to compare

Changes

  • test: add tracing pytester tests @unparalleled-js (#108)
  • feat: implement set_code @sabotagebeats (#107)
  • test: add tests for gas report @unparalleled-js (#98)
  • test: test get_receipt() @unparalleled-js (#100)

Special thanks to: @sabotagebeats and @unparalleled-js

Ape Hardhat 0.5.1

13 Oct 17:44
7208b6b
Compare
Choose a tag to compare

Changes

  • feat: use receipt cache when getting call tree @unparalleled-js (#101)
  • fix: remove references to unsupported networks @helloibis (#105)
  • fix: update web3 isConnected() to is_connected() @helloibis (#104)

Special thanks to: @helloibis and @unparalleled-js

Ape Hardhat 0.5.0

13 Sep 00:31
7799472
Compare
Choose a tag to compare

Changes

  • test: add tests for ReceiptAPI.return_value feature @unparalleled-js (#94)
  • chore: bump ape to 0.5 @helloibis (#95)

Special thanks to: @helloibis and @unparalleled-js

Ape Hardhat 0.4.2

19 Aug 22:21
994d8d6
Compare
Choose a tag to compare

Changes

  • refactor: use evm_setNextBlockTimestamp @fubuloubu (#87)
  • feat: add arbitrum mainnet fork @delaaxe (#88)
  • chore: skip fork tests from contributors @unparalleled-js (#89)
  • chore: delete and ignore cache @unparalleled-js (#86)
  • feat: reset_fork block number argument @unparalleled-js (#82)

Special thanks to: @delaaxe, @fubuloubu and @unparalleled-js

Ape Hardhat 0.4.1

12 Aug 18:31
983067d
Compare
Choose a tag to compare

Changes

  • fix: duplicate make_request method causing tracing to not work @unparalleled-js (#84)
  • chore: template updates @unparalleled-js (#81)

Special thanks to: @unparalleled-js

Ape Hardhat 0.4.0

27 Jul 22:24
5d93fb9
Compare
Choose a tag to compare

What's Changed

  • feat: handle our own request validation by @unparalleled-js in #74
  • chore: remove empty CHANGELOG.md by @helloibis in #72
  • chore: update ape-hardhat pins for v0.4.0 by @sabotagebeats in #78

New Contributors

Full Changelog: v0.3.0...v0.4.0

Ape Hardhat 0.3.0

17 Jun 01:44
84d8761
Compare
Choose a tag to compare

Changes

  • feat: get_call_tree implementation @unparalleled-js (#71)
  • feat: set balance method @unparalleled-js (#70)
  • chore: update ape and refactor tests @unparalleled-js (#67)

Special thanks to: @unparalleled-js