v5.6.5 — Slurping noodles in the woods
If a wild Truffle release runs by unnoticed in the woods 🦌, do its legs make a sound? Er, or I mean if it falls on a tree does it makes sound? 🌳 Or something?
Fall cools things down, turns the leaves brown and red, and makes us a bit quieter and introspective. Just a bit like here in the Truffle camp where we've been directing focus inward, deep into the internals of Truffle to make improvements. It's getting better all the time!
Aside from this mass of improvements, there was a bug fixed with the config
command. Some problem with a logger was causing it to crash when fetching a value. "Well", we thought, "crashing is no fun!". And because we love fun so much 👻, we fixed it!
One other thing to mention, is that there are some more sourcify networks that got added to the source-fetcher. I suppose this is now a monthly thing for us to grow this list of networks. It is a well-known fact, of course, that "more networks" = "more fun", and you already know how we feel about fun...👯🏼♀️
Welp, as mentioned there are also a bunch of improvements to the internals of Truffle. An unnecessary dependency got removed here and some updates were made to the test suite. Some dead code was removed and a README had some improvements made to it. README improvements are fun, right?
So we hope you add some soy sauce, get a forkful, and slurp it down with some noodles. 🍜 Happy Truffling!
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Enhancement
- add some more sourcify networks (#5689 by @haltman-at)
Bug fix
Internal improvements
- remove spinners package from compile-solidity and log in events (#5672 by @eggplantzzz)
- add
.prettierignore
(#5678 by @sukanyaparashar) - improve the readme for fetch-and-compile (#5660 by @eggplantzzz)
- remove ethpm-v1 concerns (#5665 by @cds-amal)
- return cleanup callback from sandbox test utility and update tests (#5641 by @eggplantzzz)
- add two more reminders to PR template (#5666 by @haltman-at)
Dependency updates
- bump babel-loader to 9.1.0 (#5683 by @haltman-at)
- bump loader-utils to 1.4.1 (#5682 by @dependabot[bot])
- bump apollo-server to ^3.11.0 (#5669 by @haltman-at)