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

feat(sails, macros): Program should accept messages with solidity encoded payload with ethexe feature #820

Open
5 of 7 tasks
vobradovich opened this issue Feb 21, 2025 · 0 comments · May be fixed by #821
Open
5 of 7 tasks
Assignees
Labels
rust Pull requests that update Rust code

Comments

@vobradovich
Copy link
Member

vobradovich commented Feb 21, 2025

Problem to Solve

Accept payloads with solidity encoding from eth contracts. Routing by signatures.

Solution

  • Add solidity encoding/decoding with the SolValue trait from alloy-sol-types
  • Expose method signatures with ServiceSignature and ProgramSignature traits
  • Geterate const signatures table
  • Refactoring traits in sails-idl-meta with const
  • Refactoring sails-macros-core
  • Banned name list for constructors in eth apps
  • Event dispatching to eth

Notes

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Pull requests that update Rust code
Projects
None yet
1 participant