This repository was archived by the owner on Feb 26, 2024. It is now read-only.
v5.0.7 — Itty bitty release with bug fixes and solc download improvement
Today we have a bite-sized release for you which includes a major release for truffle-decoder. 🍇
We have a couple of bug fixes alongside an improvement with solc downloads. Enjoy!
How to Upgrade
Now for the upgrade part, we recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Fixes
- Remove resolver intercept cache basename logic (#1792 by @gnidan)
- Fix bug with storage locals (#1788 by @haltman-at)
- Fix non-anonymous events logging in testrunner (#1784 by @metala)
Internal Improvements
Thanks @maxsam4 and @metala for giving us a hand with these!