This repository was archived by the owner on Feb 26, 2024. It is now read-only.
v5.3.12– Summer Solstice Honey Cookies 🍪
Hi there! 👋 Another week, another release from your friendly neighborhood Truffle engineers!
This week, we have a couple of bug fixes, an internal improvement, and one dependency update. Notably, we've fixed a debugger crash related to cross-compilation reverts. 😱 Many thanks to @regata for bringing the debugger issue to our attention and providing a detailed set of reproduction steps! 🙇 We also updated the solc-js version used by the compile-solidity package, to make it possible to use Solidity 0.8.2 with Truffle.
Happy coding! 💻 And as always, please feel free to reach out through one of these resources.
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Fixes
- Fix debugger crash from cross-compilation revert (#4131 by @haltman-at)
- Add crypto lib and method to silence warning (#4128 by @eggplantzzz)
Dependency updates
- Update solc/wrapper to 0.6.9 (#4136 by @haltman-at)
Internal improvements
- Up timeout in debugger test (#4138 by @haltman-at)
- Remove unnecessary awaits & simplify associated test (#4122 by @cds-amal)