Skip to content

Releases: OpenZeppelin/openzeppelin-test-helpers

v0.5.16

06 Sep 15:25
Compare
Choose a tag to compare
  • Fix warning under Hardhat 2.11.

v0.5.15

05 Oct 19:41
Compare
Choose a tag to compare
  • Fix snapshot.restore when used multiple times.

v0.5.14

04 Oct 20:09
Compare
Choose a tag to compare
  • Add missing export of snapshot module.

v0.5.13

12 Aug 14:46
Compare
Choose a tag to compare
  • Changed send.ether so it no longer forces gasPrice: 0.

NOTE: This may break some tests but gas price 0 is no longer valid since the London hard fork.

  • Added tracker.deltaWithFees.

v0.5.12

05 Jul 15:09
Compare
Choose a tag to compare
  • Added new snapshot module to capture and revert blockchain state.

v0.5.11

05 Jul 15:09
Compare
Choose a tag to compare
  • Fixed expectRevert for latest versions of Hardhat.

v0.5.10

22 Dec 19:50
Compare
Choose a tag to compare
  • Updated @truffle/contract dependency.

v0.5.9

28 Oct 02:09
Compare
Choose a tag to compare
  • Updated @openzeppelin/contract-loader dependency.

v0.5.8

27 Oct 19:01
Compare
Choose a tag to compare
  • Fixed expectRevert for Hardhat. (#131)

v0.5.7

13 Oct 15:59
Compare
Choose a tag to compare
  • Made expectEvent return the event that was found. (#129)
  • Fix expectEvent.inTransaction when there are conflicting events. (#133)