Raw RLP transactions can decode values larger than uint256, so reject them during txpool validation before they fall through to state-dependent checks.
Also return ErrUint256Overflow from state transition and map it to an invalid params RPC error so raw transaction submission reports a consistent parameter validation failure.
Add focused regression tests for txpool validation and eth_sendRawTransaction error handling.