v5.5.28 — Saltier Saltwater Taffy
Hello all! 👋
This week sees a large-scale revamp of Truffle Dashboard. 🏎 It's faster with fewer interruptions; it has a 🌙 dark mode; and your wallet will no longer disconnect upon refresh. These are only some of the ways that Truffle Dashboard has been improved; you may want to check out the PR for details!
Meanwhile, other improvements continue apace! ⛵ The commands truffle --version
and truffle -v
should now work correctly, in addition to the already-supported syntax of truffle version
. The --fetch-external
option for Truffle Debugger now supports fetching Etherscan-verified contracts from the Gnosis network. 🦉 And for those of you using the @truffle/abi-utils
library, we've added functions for computing signatures and selectors. ✍
Finally, thanks to @ebrahimmfadae for spotting and fixing a deployer error that could occur when using the overwrite
option!
That's all for this week, but as always we'll be back soon with more!
How to upgrade
We recommend upgrading to the latest version of Truffle by running:
npm uninstall -g truffle
npm install -g truffle
Changelog
Enhancements
- Dashboard frontend revamp (dark mode, performance, etc) (#5241 by @cliffoo)
- Add selector and signature computation functions to
abi-utils
(#5465 by @haltman-at) - Add gnosis network to etherscan fetcher (#5469 by @haltman-at)
Bug fixes
- Add --from to global command options (#5451 by @sukanyaparashar)
- Add command handling for '--version' & '-v' (#5395 by @lsqproduction)
- Fix error on deploying with
overwrite
option (#5448 by @ebrahimmfadae)
Internal improvements
- Remove unnecessary config entry in dev deps for compile-solidity (#5487 by @eggplantzzz)
- Fully convert compile-solidity to use TypeScript (#5432 by @eggplantzzz)
- Fix typo in
package.json
(#5463 by @cliffoo) - Bring
@truffle/preserve
package back inside the monorepo (#5455 by @benjamincburns)
Dependency updates
- Update
@trufflesuite/spinnies
to 0.1.1 (#5456 by @benjamincburns) - Update apollo-server-core from 3.6.3 to 3.10.1 (#5460 by @dependabot[bot])
- Update acorn from 6.4.0 to 6.4.2 (#5457 by @dependabot[bot])
- Update shell-quote from 1.7.2 to 1.7.3 (#5454 by @dependabot[bot])