This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
v4.0.6 - Better Errors
Good day! 📆
Next patch release up for grabs! Besides updating Solidity, we've added a bunch of fixes and improvements to error reporting. Hope you enjoy!
Included in this release:
- Upgrade solc to v0.4.19 #754 trufflesuite/truffle-compile#39
- Validate constructor args in .new() trufflesuite/truffle-contract#82
- Turn on source maps for improved debugging of Truffle-generated stack traces #757
- Ensure truffle-contract throws error for receipt status 0x0 trufflesuite/truffle-contract#93
- Output ABI in source-defined sort order trufflesuite/truffle-compile#42
- Re-deploy contracts between test runs with non-Ganache clients trufflesuite/truffle-core#98
- Fix Assert.sol's
notEqual
method for list types trufflesuite/truffle-core#101 - Include error messaging for HTTP client failures trufflesuite/truffle-box#13
- Internal enhancements and other fixes trufflesuite/truffle-core#76 trufflesuite/truffle-core#92 trufflesuite/truffle-core#99
In order to upgrade to the latest version of Truffle, run this in your favorite command prompt:
npm uninstall -g truffle
npm install -g truffle
Thank you very much to all of our contributors who brought issues and Pull Requests to our attention for this release! 🍫
Let us know if you run into any issues!