v5.11.2 โ Chocolate-hazelnut frozen yogurt
Hi all! ๐
We've got a small release this week. We've updated Truffle for Solidity 0.8.21 in various ways, including allowing better debugging of Yul ๐ contracts when compiled with it, though this is a little experimental. ๐งช We've also updated the list of networks that can be used with truffle debug --fetch-external ๐ต๏ธ and truffle call --fetch-external โ๏ธ, including adding support for Consensys's own Linea โ๏ธ network!
That's all for this week, so bye for now! ๐
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Enhancements
- Allow decoding while debugging Yul sources in Solidity 0.8.21 (and related changes) (#6154 by @haltman-at)
- Update sourcify networks for sourcify 2.5.0 (#6156 by @haltman-at)
- Update Truffle Init to use solc 0.8.21 (#6155 by @haltman-at)
- Add more networks to etherscan fetcher (including linea) (#6152 by @haltman-at)
Dependency update
- Upgrade solc to v0.8.21 (#6155 by @haltman-at)