Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in documentation files #844

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/release-notes/2.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
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)
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.
Expand All @@ -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
* Compiliation is covered with extensive end-to-end tests
* Waffle is now officially released under MIT license
* Compilation 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 ''
* New format on contract `.json` files is introduced. It is incompatible with older version and with truffle. Use ''
2 changes: 1 addition & 1 deletion docs/release-notes/2.0.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ This release introduces minor fixes and functionalities.
Thanks to the work of [@yaram](https://github.com/yaram) Waffle should now work on windows.

## Configurable allowedPaths for native solc compilation
Waffle configuration file has now new field: `allowedPaths`. It allows to adding extra `--allow-paths` for natvie solc compiler. That might be required to make Waffle work with monorepos using [lerna](https://lernajs.io/).
Waffle configuration file has now new field: `allowedPaths`. It allows to adding extra `--allow-paths` for native solc compiler. That might be required to make Waffle work with monorepos using [lerna](https://lernajs.io/).