Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

v5.3.12– Summer Solstice Honey Cookies 🍪

Choose a tag to compare

@fainashalts fainashalts released this 25 Jun 00:17
· 3929 commits to develop since this release

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

Dependency updates

Internal improvements