Skip to content

Releases: TrueFiEng/Waffle

@ethereum-waffle/[email protected]

24 Mar 14:41
acf6381
Compare
Choose a tag to compare
Pre-release

Patch Changes

[email protected]

23 Mar 12:51
Compare
Choose a tag to compare

ethereum-waffle

3.4.0

Minor Changes

  • 80d215b: - Fix vulnerabilities shown by yarn audit
    • Fix typings in closeTo matcher
    • Add flattenSingleFile function to compiler

Patch Changes

3.3.0

Minor Changes

  • 1d7b466: Fix changeTokenBalance and changeTokenBalances matchers for contracts with overloaded balanceOf

    New matchers for BigNumber: within and closeTo

    Typechain integration

    Fix revertedWith functionality

Patch Changes

[email protected]

23 Mar 10:47
2e18096
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

10 Mar 15:10
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • Bump typechain and ethers to the latest versions. Move them to peer deps.

Patch Changes

@ethereum-waffle/[email protected]

08 Feb 12:28
f0d78cd
Compare
Choose a tag to compare

Patch Changes

  • 9074f16: Adjust closeTo delta type to accept BigNumber inputs

@ethereum-waffle/[email protected]

27 Sep 20:17
1fc88c0
Compare
Choose a tag to compare

Patch Changes

  • 5407af7: changeEtherBalances/changeEtherBalance compatablity with london hardfork

[email protected]

17 Jun 13:34
e3a1921
Compare
Choose a tag to compare

Minor Changes

  • 80d215b: - Fix vulnerabilities shown by yarn audit
    • Fix typings in closeTo matcher
    • Add flattenSingleFile function to compiler

Patch Changes

@ethereum-waffle/[email protected]

24 Mar 10:14
3f46a6c
Compare
Choose a tag to compare

Patch Changes

@ethereum-waffle/[email protected]

28 Feb 07:50
d5b3702
Compare
Choose a tag to compare

Patch Changes

  • e2cb1cf: Test release (test automatic releasing on CI)

3.2.2

23 Jan 17:24
7ec1e0e
Compare
Choose a tag to compare
  • Allow asserting events on previously executed transactions (#424)
  • Make BN matchers compatible with chai's lengthOf (#423)
  • expect().to.emit().withArgs() - add assertion for indexed dynamic size parameters (#413)
  • Add hexEqual matcher (#415)
  • Update types for matchers to explicitly return promises (#403)
  • Update dev dependencies, replace node 11 with 14