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
description:
Currently ABI generated by ink and solang are somehow incompatible, for reusing all the tools and sdk building for ink, we need to make sure the ABI generated by solang is at least structural equal to the one generated by ink.
expected results:
parse solang/ink artifact and extract the ABI field
convert solang schema to ink schema
tests selector/arguments
tests storages
tests events
The text was updated successfully, but these errors were encountered:
Info
description:
Currently ABI generated by ink and solang are somehow incompatible, for reusing all the tools and sdk building for ink, we need to make sure the ABI generated by solang is at least structural equal to the one generated by ink.
expected results:
The text was updated successfully, but these errors were encountered: