foundry-rs / foundry

Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
https://getfoundry.sh
Apache License 2.0
8.34k stars 1.77k forks source link

fix: `vm.broadcastRawTransaction` #9378

Closed klkvr closed 4 days ago

klkvr commented 4 days ago

Motivation

We should not require signers for presigned transactions

Solution