matter-labs / foundry-zksync

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

Cleanup tx's `result.deployments` #666

Open Karrq opened 2 weeks ago

Karrq commented 2 weeks ago

At some point in time we added this concept of “deployments”, which I believe was necessary because we couldn’t detect the deployments anymore, but now we have proper traces, so we should be able to clean this up.

https://github.com/matter-labs/foundry-zksync/blob/2aa8fa7dba6759767ae6bf6c3e6c4ccd16a5f9ca/crates/forge/src/runner.rs#L127