lambda_ethereum_consensus
lambda_ethereum_consensus copied to clipboard
Send error message to peer when requests are invalid
We're currently ignoring invalid requests without sending any response. According to the spec, we should respond with a status code 1 and an error message. We should add this behavior (with a generic error message for now).