mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-19 02:06:23 +00:00
In many cases, it's desireable to use already-signed transactions as input to the state transition, instead of having the evm sign them internally (for example to use malformed or not-yet-valid transactions). This PR adds support + docs for that feature.