This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v5.7.9 — Cabbage tart
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
- bump thenify from 3.3.0 to 3.3.1 (#5942 by @dependabot[bot])
- bump solc dependencies to v0.8.19 (#5944 by @sukanyaparashar)
- bump solc version to latest 0.8.19 in truffle init (#5941 by @sukanyaparashar)
- add
solc
as a devDep to compile-solidity-tests (#5940 by @cds-amal)