alloy icon indicating copy to clipboard operation
alloy copied to clipboard

Specific Configs to GethDebugTracerConfig + generic config build method for GethDebugTracingOptions

Open halo3mic opened this issue 9 months ago • 1 comments

Motivation

  1. Simpler conversion from specific tracer config to GethDebugTracerConfig
  2. Single config build method on GethDebugTracingOptions that covers all configs

Solution

  1. Impl From for CallConfig, PreStateConfig, MuxConfig
  2. Introduce generic build method for trace configs on GethDebugTracingOptions

PR Checklist

  • [ ] Added Tests
  • [ ] Added Documentation
  • [ ] Breaking changes

halo3mic avatar May 05 '24 13:05 halo3mic