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
I have a use case where I need to be able to handle both abicoder v1 and abicoder v2 inputs. Preferably I'm also able to have via-ir enabled, but that seems to cause issues.
Created a minimal reproducible and seems just enabling via-ir with abicoder is enough for it to fail. When running the attached code without via-ir it works, but once it's enabled the code reverts. See sections on how to reproduce.
Description
I have a use case where I need to be able to handle both abicoder v1 and abicoder v2 inputs. Preferably I'm also able to have
via-ir
enabled, but that seems to cause issues.Created a minimal reproducible and seems just enabling
via-ir
with abicoder is enough for it to fail. When running the attached code withoutvia-ir
it works, but once it's enabled the code reverts. See sections on how to reproduce.standard_json_builds.zip
Environment
Version: 0.8.28+commit.7893614a.Darwin.appleclang
Steps to Reproduce
Source code used in steps below, standard_json_builds.zip.
First verify that it works without
via-ir
standard_json_no_via_ir.json
.Run it an call the code method (link to playground ) and you see
00000000000000000000000000000000ffffffffffffffffffffffffffffffff
will be returnedNow we compile it with
via-ir
(standard_json_with_via_ir.json
)The text was updated successfully, but these errors were encountered: