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

v5.5.23 – Dorayaki

Compare
Choose a tag to compare
@cliffoo cliffoo released this 21 Jul 23:57
· 1699 commits to develop since this release

It's nearing the end of a week and that means another Truffle release! 😋

We shook off some outdated 📠 dependencies, and added a raw field to the event action in the Truffle debugger txlog ✨. This new field is available even if decoding fails, so it's a nice fail-safe 💪 that reliably gives you transaction details. How cool! 🌟

Have yourself a Dorayaki (Japanese red bean pancake) and enjoy the rest of your week. 🎉 Until next time!

How to upgrade

We recommend upgrading to the latest version of Truffle by running:

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancements

Internal improvements

Dependency updates