matter-labs / foundry-zksync

Fork of Foundry tailored for zkSync environment
Apache License 2.0
299 stars 130 forks source link

chore: use InspectorExt trait for logs #543

Closed nbaztec closed 2 months ago

nbaztec commented 2 months ago

Motivation

Reduce custom code for appending zkEVM logs

Solution

Remove combined_logs workaround and use InspectorExt trait instead.