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

v5.9.1 — Chocolate Bricks

Compare
Choose a tag to compare
@haltman-at haltman-at released this 19 May 21:22
· 513 commits to develop since this release

Hello all! 👋

Solidity 0.8.20 is out, and we've started updating Truffle for it! 🧑‍💻 Thanks to @sukanyaparashar for some updates, so new projects created with truffle init will use Solidity 0.8.20! We'll have more updates related to Solidity 0.8.20 soon!

In addition, we've added functions for parsing signatures to our abi-utils library. If you have some function or event or error signatures and you want to parse them to get usable ABI objects, these added functions let you do that! ✂🪡

That's it for this week, see you all again 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

Internal improvements

  • Remove ropsten, kovan, rinkeby support from Etherscan fetcher (#6053 by @haltman-at)
  • Use StringValueInfoToStringLossy function in debugger (#6043 by @haltman-at)

Dependency update