This repository was archived by the owner on Feb 26, 2024. It is now read-only.
v5.3.14
Hello all!
We had a hotfix 🔥 release earlier this week, now it's time for the regular release. We've fixed a problem with in-test debugging, so you can get back to debugging your tests. 🕵 Also, we've altered our Solidity compilation so that absolute paths should no longer appear in contract metadata, so that you don't leak 💧 information about your file system if you want to, say, verify your contracts on Sourcify.
We've also updated our web3.js version to 1.4.0. Note however that we have not yet added support for access lists into Truffle Contract; that will come at a later date.
See you all next week!
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Bug fixes
- Fix in-test debugging (#4151 by @haltman-at)
- Change "project://" to "project:/" (#4157 by @haltman-at)
Internal improvements
- Replace project directory in metadata with "project://" (#4137 by @haltman-at)
Dependency updates
- Update web3 to 1.4.0 (#4155 by @haltman-at)