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

v5.3.14

Choose a tag to compare

@haltman-at haltman-at released this 01 Jul 23:37
· 3911 commits to develop since this release

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

Internal improvements

  • Replace project directory in metadata with "project://" (#4137 by @haltman-at)

Dependency updates