feat(forge bind
): add more derives to generated bindings
#10097
Labels
forge bind
): add more derives to generated bindings
#10097
Component
Forge
Describe the feature you would like
forge bind
does not allow generating extra derives at this moment. There is an obsolete optionskip_extra_derives
that I guess used to be a flag to derive all the other derives (i.e. enable theall_derives
option in the alloy sol macro.foundry/crates/forge/bin/cmd/bind.rs
Line 80 in 1c185d1
This is the place where it should be probably inserted:
foundry/crates/sol-macro-gen/src/sol_macro_gen.rs
Line 92 in 1c185d1
Additional context
No response
The text was updated successfully, but these errors were encountered: