Handle standard JSON translation with outputSelection
for =<0.4.19
#690
Labels
low effort
There is not much implementation work to be done. The task is very easy or tiny.
low impact
Changes are not very noticeable or potential benefits are limited.
should have
We like the idea but it’s not important enough to be a part of the roadmap.
We've come across an issue while recompiling a contract with
0.4.19
as laid out here: ethereum/sourcify#1017TLDR: The compiler gives empty JSON output without throwing because the
outputSelection
fields were introduced in0.4.18
and updated in0.4.19
.I believe the
outputSelection
field needs to be handled by the JSON translator translate.ts ofsolc-js
for the earlier versions.The text was updated successfully, but these errors were encountered: