Buidler 1.3.6 released 🎉
This version improves the support for Solidity 0.6 in Buidler EVM.
The complete list of changes is:
- Add support for Solidity 0.4.x to
console.log
(#617) - Add full support for Solidity 0.6.x to Buidler EVM (#627)
- Workaround a Solidity sourcemaps regression introduced in solc 0.6.3 (#627)
- Give meaningful error messages when trying to deploy a contract that is too large (#627)
- Stop reporting
invalid opcode
errors asreverted without reason
(#627) - Relicensed the sample project to The Unlicensed (#633)