matter-labs / foundry-zksync

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

fix: remove unused `Send` bound on `DB` #496

Closed Karrq closed 3 months ago

Karrq commented 3 months ago

Motivation

We had added a Send bound to the DB for Cheatcodes, but it doesn't seem to be used anywhere, and this makes merging with upstream more difficult.

Solution

Remove excess Send.

Jrigada commented 3 months ago

I ported this over to Upstream which made it much easier to adapt to the new changes foundry introduced. Thanks @Karrq