Skip to content

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

Open
@yash-atreya

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

  • Status

    Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions