From e14f748c31739d0d274b005ffa466cd712157281 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:29:28 +0200 Subject: [PATCH 1/3] Update 2.1.0.md --- docs/release-notes/2.1.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/2.1.0.md b/docs/release-notes/2.1.0.md index d96d08fb7..447742579 100644 --- a/docs/release-notes/2.1.0.md +++ b/docs/release-notes/2.1.0.md @@ -21,10 +21,10 @@ Features: } ``` -Bugfixes and maintance: +Bugfixes and maintenance: * Fix ganache-core version to 2.6.1 (seems stable) * Update yarn.lock * Move @types/ganache-core to dependencies Note: -* Form this versions we start using semantic versioning. \ No newline at end of file +* From this versions we start using semantic versioning. From 473093f194ae4c010afc9b00a7af6d8976f9aef7 Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:30:14 +0200 Subject: [PATCH 2/3] Update 2.0.8.md --- docs/release-notes/2.0.8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/2.0.8.md b/docs/release-notes/2.0.8.md index 031d72db4..a0dfef67e 100644 --- a/docs/release-notes/2.0.8.md +++ b/docs/release-notes/2.0.8.md @@ -4,5 +4,5 @@ This release contains minor features and bug fixes: And `Readme.md` updates: * step-by-step how to run example and instructions (by @marekkirejczyk) -* running test localy (by @AlexXiong97) +* running test locally (by @AlexXiong97) From 7cb2ff7f8c4f96522f68f8c0c08d4c5bef194dfe Mon Sep 17 00:00:00 2001 From: Skylar Ray <137945430+sky-coderay@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:32:33 +0200 Subject: [PATCH 3/3] Update 2.0.0.md --- docs/release-notes/2.0.0.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/2.0.0.md b/docs/release-notes/2.0.0.md index 9460bd86f..49ee11381 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-compiled 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) @@ -24,12 +24,12 @@ Read more about fixtures [here](https://ethereum-waffle.readthedocs.io/en/latest ## Others -* Waffle now supports config file in both `json` and `js` extenstions. +* Waffle now supports config file in both `json` and `js` extensions. * 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 * `getWallet()` is not `async` anymore * Support for node versions older than 10.* is now disabled -* New format on contract `.json` files is introduced. It is incompatible with older version and with truffle. Use '' \ No newline at end of file +* New format on contract `.json` files is introduced. It is incompatible with older version and with truffle. Use ''