alloy
alloy copied to clipboard
Specific Configs to GethDebugTracerConfig + generic config build method for GethDebugTracingOptions
Motivation
- Simpler conversion from specific tracer config to GethDebugTracerConfig
- Single config build method on GethDebugTracingOptions that covers all configs
Solution
- Impl From for CallConfig, PreStateConfig, MuxConfig
- Introduce generic build method for trace configs on GethDebugTracingOptions
PR Checklist
- [ ] Added Tests
- [ ] Added Documentation
- [ ] Breaking changes