Skip to content

feat(forge bind): add more derives to generated bindings #10097

@pistomat

Description

@pistomat

Component

Forge

Describe the feature you would like

forge bind does not allow generating extra derives at this moment. There is an obsolete option skip_extra_derives that I guess used to be a flag to derive all the other derives (i.e. enable the all_derives option in the alloy sol macro.

skip_extra_derives: bool,

This is the place where it should be probably inserted:

#[sol(rpc, alloy_sol_types = alloy::sol_types, alloy_contract = alloy::contract)]

Additional context

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions