Releases: TrueFiEng/Waffle
Releases · TrueFiEng/Waffle
@ethereum-waffle/[email protected]
Patch Changes
- Updated dependencies [ede638e]
- @ethereum-waffle/[email protected]
[email protected]
ethereum-waffle
3.4.0
Minor Changes
- 80d215b: - Fix vulnerabilities shown by
yarn audit
- Fix typings in
closeTo
matcher - Add
flattenSingleFile
function to compiler
- Fix typings in
Patch Changes
- Updated dependencies [80d215b]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
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
- 246281f: Allow contract deployment using TypeChain-generated types
- Updated dependencies [246281f]
- Updated dependencies [1d7b466]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
[email protected]
Patch Changes
- 4c4b2d6: v4.0.0-alpha.1
- Updated dependencies [4c4b2d6]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
[email protected]
Major Changes
- Bump typechain and ethers to the latest versions. Move them to peer deps.
Patch Changes
- Updated dependencies [undefined]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
@ethereum-waffle/[email protected]
Patch Changes
- 9074f16: Adjust closeTo delta type to accept BigNumber inputs
@ethereum-waffle/[email protected]
Patch Changes
- 5407af7: changeEtherBalances/changeEtherBalance compatablity with london hardfork
[email protected]
Minor Changes
- 80d215b: - Fix vulnerabilities shown by
yarn audit
- Fix typings in
closeTo
matcher - Add
flattenSingleFile
function to compiler
- Fix typings in
Patch Changes
- Updated dependencies [80d215b]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
- @ethereum-waffle/[email protected]
@ethereum-waffle/[email protected]
Patch Changes
- 7b85871: Updates ganache-core to 2.13.2 to take advantage of the recent removal of a few bundled dependencies, making waffle a lighter dependency itself :)
- Updated dependencies [7b85871]
- @ethereum-waffle/[email protected]
@ethereum-waffle/[email protected]
Patch Changes
- e2cb1cf: Test release (test automatic releasing on CI)
3.2.2
- 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