Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] ABI validation conversion #30

Open
extraymond opened this issue Jul 19, 2022 · 1 comment
Open

[feature] ABI validation conversion #30

extraymond opened this issue Jul 19, 2022 · 1 comment
Labels

Comments

@extraymond
Copy link
Contributor

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:

  • parse solang/ink artifact and extract the ABI field
  • convert solang schema to ink schema
  • tests selector/arguments
  • tests storages
  • tests events
@extraymond
Copy link
Contributor Author

Tracked here.
hyperledger-solang/solang#989

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants