Releases: OpenZeppelin/openzeppelin-test-helpers
Releases · OpenZeppelin/openzeppelin-test-helpers
v0.5.16
- Fix warning under Hardhat 2.11.
v0.5.15
- Fix
snapshot.restore
when used multiple times.
v0.5.14
- Add missing export of
snapshot
module.
v0.5.13
- 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
- Added new
snapshot
module to capture and revert blockchain state.
v0.5.11
- Fixed
expectRevert
for latest versions of Hardhat.
v0.5.10
- Updated
@truffle/contract
dependency.
v0.5.9
- Updated
@openzeppelin/contract-loader
dependency.
v0.5.8
- Fixed
expectRevert
for Hardhat. (#131)
v0.5.7
- Made
expectEvent
return the event that was found. (#129)
- Fix
expectEvent.inTransaction
when there are conflicting events. (#133)