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

v5.9.4 — Bowlful of berries

Compare
Choose a tag to compare
@eggplantzzz eggplantzzz released this 06 Jun 20:40
· 467 commits to develop since this release

Hello again everyone! 👋

This week we have a few improvements for you. 🛠️ One impacts truffle call and makes Truffle more accurately resolve function overloads. More accuracy is always better! 📐 Additionally there is an update that improves the way Truffle Dashboard operates when using the Frame wallet. It used to hang when no account was connected but Truffle now produces some helpful output in that case. Nice!

We hope your week goes well and we'll see you next time!

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Enhancement

  • Swap priority order of booleans/strings if strictBooleans is on (#6044 by @haltman-at)
  • In Dashboard, notify user if no Frame account is/can be connected (#6071 by @cliffoo)

Dependency updates

  • bump prettier to ^2.8.8 and clean up some dependencies for @truffle/dashboard-hardhat-plugin (#6072 by @cliffoo)
  • bump typescript to ^4.9.5, bump ttypescript to 1.5.15, bump typedoc to 0.24.8 (#6070 by @cliffoo)