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

v5.6.0 — Freaky forgotten frozen freezer fudge

Compare
Choose a tag to compare
@eggplantzzz eggplantzzz released this 05 Oct 20:34
· 1169 commits to develop since this release

Hello all you fine people out there!👋

This week we're back and mainly have some maintenance updates for y'all.🔧 Most notable is a fix for @truffle/hdwallet-provider. There was a faulty check when it would try to parse and ingest some parts of the user's input. We have to give a shoutout to our friend @RyanCavanaugh for spotting this and providing a fix!

Additionally, Truffle now fully supports Node 18! That being the case, we've also finally dropped support for Node 12...I know, I know, we announced it a long time ago ⏰ but we wanted to make sure Truffle was cleanly supporting Node 18 before discontinuing support for Node 12!

One more thing to note: @truffle/db now uses indexeddb instead of sqlite for persistence. If you are a @truffle/db user and have issues, please open a GitHub issue and we'll be happy to help!

That's about it for now. We'll see you next week with another morsel to add to your plate.🍛 Cheers!

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Bug fix

  • correctly check for non-integer credentials in @truffle/hdwallet-provider (#5588 by @RyanCavanaugh)

Internal improvements