This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v5.5.16 – Soan Papdi
lsqproduction
released this
27 May 18:41
·
2007 commits
to develop
since this release
Hello once more! 🍧
Back at it again with our weekly release. 🍾
🕶 We made the Truffle commands faster. 🚀
An added goodness 🥁🥁 The truffle debug --fetch-external
command can now fetch sources verified on Etherscan for the Sepolia network.
Our community has pointed out that the types on @truffle/contract are not usable; as such, we've removed them. We hope to add usable types at a later time.
⏰ A friendly reminder for everyone that with Node 12 coming to end of life at the end of the month, we will be dropping support for it on May 31, 2022. The recommended Node versions are 14, 16, & 18 with NPM 6. 👩🏻💻
🌈 See you in June!
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Enhancements
- Add sepolia support to etherscan fetcher (#5147 by @haltman-at)
Bug Fix
- Remove incorrect typings from contract (#5142 by @eggplantzzz)
Internal improvements
- Restructure bundle for Truffle (#5114 by @eggplantzzz)
- Prevent fetch-and-compile tests from hitting the network (#5139 by @haltman-at)
- Add CodeNotSuppliedError, modify StorageNotSuppliedError (#5128 by @haltman-at)
- Add dashboard-message-bus-client module (#4936 by @benjamincburns)