From 523a2fb754dbc0639ea6e00776343664ae69b9ad Mon Sep 17 00:00:00 2001 From: King Date: Mon, 3 Feb 2025 19:44:20 +0100 Subject: [PATCH 1/2] 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..f153c5a85 100644 --- a/docs/release-notes/2.0.0.md +++ b/docs/release-notes/2.0.0.md @@ -4,7 +4,7 @@ In version 2.0 we introduce documentation available under url: [https://ethereum-waffle.readthedocs.io/](https://ethereum-waffle.readthedocs.io/). ## 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. +By default, Waffle uses solcjs. Solcjs is solidity compiler 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) @@ -26,7 +26,7 @@ Read more about fixtures [here](https://ethereum-waffle.readthedocs.io/en/latest ## Others * 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 +* Waffle is now officially released under MIT license * Compiliation is covered with extensive end-to-end tests ## Breaking changes From 799c1e8779f01f7313bdb8cf18d6604e931effd3 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 3 Feb 2025 19:44:22 +0100 Subject: [PATCH 2/2] Fix typos in docs/release-notes/3.2.0.md --- docs/release-notes/3.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/3.2.0.md b/docs/release-notes/3.2.0.md index 2fbd21796..1c6283457 100644 --- a/docs/release-notes/3.2.0.md +++ b/docs/release-notes/3.2.0.md @@ -1,3 +1,3 @@ * Caching solcjs binaries which allows faster test execution on slow internet and offline * Remove deployContract's default `gasPrice` and `gasLimit` (use etheres defaults instead) -* New matchers `changeEtherBalance` and `changeEtherBalances` to replaces `changeBalance` and add support for transaction fees by deafult. \ No newline at end of file +* New matchers `changeEtherBalance` and `changeEtherBalances` to replaces `changeBalance` and add support for transaction fees by default. \ No newline at end of file