-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
C-forgeCommand: forgeCommand: forgeCmd-forge-bindCommand: forge bindCommand: forge bindT-featureType: featureType: feature
Description
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.
foundry/crates/forge/bin/cmd/bind.rs
Line 80 in 1c185d1
| 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
C-forgeCommand: forgeCommand: forgeCmd-forge-bindCommand: forge bindCommand: forge bindT-featureType: featureType: feature
Type
Projects
Status
Done