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] feat(sol!): impl derives for sol types #881

Open
yash-atreya opened this issue Feb 18, 2025 · 0 comments
Open

[Feature] feat(sol!): impl derives for sol types #881

yash-atreya opened this issue Feb 18, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@yash-atreya
Copy link
Member

Component

sol! macro

Describe the feature you would like

Currently Clone is automatically derived for any types generated by the sol! whether that be an event, error, or function call.

We should derive Debug, PartialEq, Eq automatically as well.

This will also enable us to implement the same for SolInterface container types which are generated for contract bindings and make DX a lot easier.

Additional context

No response

@yash-atreya yash-atreya added the enhancement New feature or request label Feb 18, 2025
@yash-atreya yash-atreya self-assigned this Feb 18, 2025
@github-project-automation github-project-automation bot moved this to Todo in Alloy Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant