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

v5.8.4

Compare
Choose a tag to compare
@haltman-at haltman-at released this 28 Apr 01:38
· 646 commits to develop since this release

Hello all! We've just got one small fix 🔧 this week, courtesy of @d10r. The buffer size has been increased when compiling using a native-binary copy of solc, allowing for compilation of larger projects in such cases. We intend to revisit this in the future with a more comprehensive solution that won't require you to make a PR if the buffer size still isn't high enough for you! 🦾

...and, well, that's it for this week. But we've got big things coming down the pipeline... 🧪

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

  • Increase maxBuffer to 50MB when compiling using native compiler (#6008 by @d10r)