This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v5.6.6 — Strawberry Cheesecake Truffle
Hello All! 👋
This week, the Truffle release delivers an enhancement 🧰 , a bug fix 🐞 and many internal improvements 👏 .
The enhancement allows users to add compilations to an already existing ProjectDecoder
.
Also, now there is no more error when using v
to display variables with no transaction loaded in Truffle debugger.
That is all for now. See you next time with another delicious treat 🤤.
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Enhancement
- Allow adding compilations to an existing
ProjectDecoder
(#5646 by @haltman-at)
Bug fix
- Fix error message on hitting
v
in debugger with no tx loaded (#5694 by @haltman-at)