Handle bytecode difference for different solc builds with viaIR
in Solidity pre v0.8.21
#1088
Labels
🪲 bug
Something isn't working
viaIR
in Solidity pre v0.8.21
#1088
As laid out in ethereum/solidity#14361 it seems different compiler builds can output different bytecodes when the IR is used for compilation.
The builds that produce different bytecode are
For this, we need to double-check with the Emscripten build when the verification fails for a contract that uses
viaIR
and pre0.8.21
.Use the test case in the above issue
View in Huly HI-440
The text was updated successfully, but these errors were encountered: