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

v5.6.4 — Peanut Panna Cotta

Compare
Choose a tag to compare
@lsqproduction lsqproduction released this 02 Nov 20:36
· 1021 commits to develop since this release

Hello there 👋

Back at it with our weekly Truffle release. Celebrate the enhancements and bug fixes with a jiggly peanut panna cotta.

To start, let's put our hands 👏 🎊 together for the new e command in Debugger CLI. This command prints recently emitted events, including what emitted them and whether they've been reverted. By default, it prints three events, but it also allows printing more.

Next up, good news for Layer 2 builders; we've added Arbitrum Nova support in truffle debug --fetch-external. There's no stopping us from debugging those verified contracts on the growing L2 networks. 🚀 Bonus tip, in case you didn't know, you can also use the Truffle debugger with Arbitrum Nitro and Optimism!

And thank you so much @eltociear, for helping us catch and fix a typo! 🙇 Your contributions are much appreciated.

That's all for now. See you next week and always happy building!! 🍂

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancements

Bug fix

Internal improvements

Dependency updates