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

Abi - Refactor / Gen #3032

Open
3 tasks
arboleya opened this issue Aug 25, 2024 · 2 comments · May be fixed by #3085
Open
3 tasks

Abi - Refactor / Gen #3032

arboleya opened this issue Aug 25, 2024 · 2 comments · May be fixed by #3085
Assignees
Labels
chore Issue is a chore feat Issue is a feature

Comments

@arboleya
Copy link
Member

  • Refactor and move abi-typegen into it
  • Plug existent strategies with abi/parser public interface
  • Prepare the foundation for multiple output format (Javascript)
@arboleya arboleya added feat Issue is a feature chore Issue is a chore labels Aug 25, 2024
@arboleya arboleya added this to the Caterpillar v1 milestone Aug 25, 2024
@petertonysmith94
Copy link
Contributor

We should rethink the need for the Vec helper type as it's essentially the same as Array<T> or T[].

Originally posted by @nedsalk in #3046 (comment)

@petertonysmith94
Copy link
Contributor

  • We will move the static storageSlots variable from the Contract (e.g. MyTypegenContract.storageSlots) to the Factory (e.g. MyTypegenContractFactory.storageSlots). As it is only relevant for deployment purposes.
  • This is a breaking change, so we should make note on the relevant PR of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issue is a chore feat Issue is a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants