We are very happy to announce Buidler v1.2.0
, one of our largest releases so far 🤩
Say hi to npx buidler node
This release includes a new built-in task, npx buidler node
.
This task exposes Buidler EVM as a JSON-RPC server, to which you can connect from your dapps, MetaMask, or any other wallet or application.
It includes all the functionality of Buidler EVM that you know and love, like Solidity stack traces and console.log
, and has very helpful and uncluttered output.
Take a look at it:
The complete list of changes in this version
- Buidler now works in Windows (#439 & #440)
- Complete the support for filters and subscriptions in Buidler EVM (#436 & #450)
- Expose Buidler EVM as a JSON-RPC server (#438 & #450)
- Improve the invalid nonce error message thrown by Buidler EVM (#451)
- Fix a bug in
buidler-waffle
(#453) - Automatically initialize the Waffle Chai matchers in
buidler-waffle
. No need to dochai.use(Solidity)
now (#456) - Fix a bug in the compilation cache (#457 & #458)
- Add TypeScript support to the Visual Studio Code testing guide (#459)
- Make working with
buidler-ethers
easier by exposing the entire ethers' API. Take a look at its new README for more info. (#450)