You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
See this Brownie PR; we're also going to need a fix for this.
Basically, with Solidity 0.8.x, if optimization is turned on, all reverts will appear to be the same revert, which may mess up stacktraces. So, we may want something where in this case we effectively treat that code that maps to reverts as unmapped instead...?
Environment
Truffle version (truffle version): 5.1.67
The text was updated successfully, but these errors were encountered:
Issue
See this Brownie PR; we're also going to need a fix for this.
Basically, with Solidity 0.8.x, if optimization is turned on, all reverts will appear to be the same revert, which may mess up stacktraces. So, we may want something where in this case we effectively treat that code that maps to reverts as unmapped instead...?
Environment
truffle version
): 5.1.67The text was updated successfully, but these errors were encountered: