Failing test with Solidity 0.8 #1528
Labels
status:archived
Issue to be archived
theme: housekeeping
About making code cleaner, more maintenability, testability, etc
Expected Behavior
Tests should pass when you have current version of Solidity installed
Current Behavior
If you have version 0.8 of solc installed (not the javascript solidity compiled but the C++ version), you get this failure:
With older versions it passes, and if you don't have it installed the test is skipped so it also passes.
The fix for this is to cherry-pick ethereum/go-ethereum#22092. Once we do that we may also want to have solc installed in our CI setup so that this test can actually run there too.
The text was updated successfully, but these errors were encountered: