Navigation Menu

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

v5.0.8 — Fistful of fixes and a pinky-sized improvement

Compare
Choose a tag to compare
@eggplantzzz eggplantzzz released this 13 Mar 16:57
· 10691 commits to develop since this release

Welcome back to the Truffle release show! 📺Today we have some fixes for you as well as a minor improvement. This group includes some added output related to versioning, a fix for sudo-based installs of Truffle, and another fix for testing for projects with Vyper contracts.

How to Upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Improvements

#1794 Add web3 version logging output (@eggplantzzz)

Fixes

#1801 Change compiler cache path (@eggplantzzz)
#1802 Update truffle-artifactor links in README.md (@linkdesu)
#1804 Enable out-of-box truffle test support for vyper projects (@CruzMolina)
#1807 Reduce ABI schema's type restrictiveness (@gnidan)
#1808 Rework analytics for Windows users (@fainashalts)