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

v5.7.9 — Cabbage tart

Compare
Choose a tag to compare
@eggplantzzz eggplantzzz released this 02 Mar 21:59
· 723 commits to develop since this release

Hey everyone, we hope you enjoy today's release which contains some library updates and a bug fix related to @truffle/from-hardhat. We hope you all have a nice weekend!

How to upgrade

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

npm uninstall -g truffle
npm install -g truffle

Changelog

Bug fixes

  • stop serializing HH config data we don't need (#5938 by @gnidan)
  • ensure resolver.resolve()'s type only needs 1 arg. (#5946 by @gnidan)

Internal improvement

  • add a warning when unable to save the solidity compiler to disk instead of throwing (#5934 by @eggplantzzz)

Dependency update