From fd288a4f1d361717e52d9842ca0ae80d2a1642f9 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 18:58:39 +0100 Subject: [PATCH 1/3] Fix typos in docs/release-notes/2.4.0.md --- docs/release-notes/2.4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/2.4.0.md b/docs/release-notes/2.4.0.md index 5e6627eda..f78a40da8 100644 --- a/docs/release-notes/2.4.0.md +++ b/docs/release-notes/2.4.0.md @@ -9,7 +9,7 @@ ## Bug fixes: -* Fixed `revertedWith('...')` to work corretly with string argument +* Fixed `revertedWith('...')` to work correctly with string argument * Correct mismatched error reports `reverted` and `not.reverted` * `expect().to.emit.withArgs` - recognises when an event is emitted multiple times with different args, e.g. From 55b9acd458beb34a3407b3a96ac30b773308aadd Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 18:58:40 +0100 Subject: [PATCH 2/3] Fix typos in docs/release-notes/2.0.0.md --- docs/release-notes/2.0.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/2.0.0.md b/docs/release-notes/2.0.0.md index 9460bd86f..14cc87e8b 100644 --- a/docs/release-notes/2.0.0.md +++ b/docs/release-notes/2.0.0.md @@ -6,7 +6,7 @@ In version 2.0 we introduce documentation available under url: [https://ethereum ## Faster compilation with native and dockerized solc By default, Waffle uses solcjs. Solcjs is solidity complier cross-complied to javascript. It can be slow for bigger projects, but require no installation. You can now use native and dockerized solc instead. -Read more about fast compiliation [here](https://ethereum-waffle.readthedocs.io/en/latest/compilation.html) +Read more about fast compilation [here](https://ethereum-waffle.readthedocs.io/en/latest/compilation.html) ## New chai matcher: changeBalance and changeBalances Waffle 2.0 introduces `changeBalance` and `changeBalances` matchers that allows to check if balance of an account(s) changed. @@ -27,7 +27,7 @@ Read more about fixtures [here](https://ethereum-waffle.readthedocs.io/en/latest * Waffle now supports config file in both `json` and `js` extenstions. * Linking should work for both solidity 4 and solidity 5 * Waffle is now officialy released under MIT license -* Compiliation is covered with extensive end-to-end tests +* Compilation is covered with extensive end-to-end tests ## Breaking changes * `getWallet()` is not `async` anymore From b37d0265752a8af7db861078ec4fa55afe6d727e Mon Sep 17 00:00:00 2001 From: Hack666r Date: Mon, 3 Feb 2025 18:58:42 +0100 Subject: [PATCH 3/3] Fix typos in waffle-chai/CHANGELOG.md --- waffle-chai/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waffle-chai/CHANGELOG.md b/waffle-chai/CHANGELOG.md index 95c6881ca..920291ae4 100644 --- a/waffle-chai/CHANGELOG.md +++ b/waffle-chai/CHANGELOG.md @@ -215,7 +215,7 @@ ### Patch Changes -- 5407af7: changeEtherBalances/changeEtherBalance compatablity with london hardfork +- 5407af7: changeEtherBalances/changeEtherBalance compatibility with london hardfork ## 3.4.0