mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-11 14:26:45 +00:00
This PR adds some hardening in the lower levels of the protocol stack, to bail early on invalid data. Primarily, attacks that this PR protects against are on the "annoyance"-level, which would otherwise write a couple of megabytes of data into the log output, which is a bit resource intensive.