pub(crate) async fn handle_traces(
result: TraceResult,
config: &Config,
chain: Chain,
contracts_bytecode: &AddressHashMap<Bytes>,
tracing: &TracingConfig,
with_local_artifacts: bool,
debug: bool,
tempo_hardfork: Option<TempoHardfork>,
) -> Result<()>Expand description
labels the traces, conditionally prints them or opens the debugger