Workaround for wildcard output selector bug in solc <= 0.5.8 #755
Labels
low impact
Changes are not very noticeable or potential benefits are limited.
medium effort
Default level of effort
should have
We like the idea but it’s not important enough to be a part of the roadmap.
Related to ethereum/solidity#14214.
In ethereum/solidity#6606 (released in 0.5.9) we fixed a bug that broke the
*
at source level. Since solc-js acts as a compatibility layer for older binaries, we should include a workaround for that bug here.We can avoid triggering the bug by modifying the input JSON to either use
*
at contract level as well or by listing all contract explicitly.Repro
The text was updated successfully, but these errors were encountered: