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

v5.11.2 — Chocolate-hazelnut frozen yogurt

Compare
Choose a tag to compare
@haltman-at haltman-at released this 04 Aug 22:11
· 108 commits to develop since this release

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

Dependency update