lambda_ethereum_consensus icon indicating copy to clipboard operation
lambda_ethereum_consensus copied to clipboard

Send error message to peer when requests are invalid

Open MegaRedHand opened this issue 1 year ago • 0 comments

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).

MegaRedHand avatar Feb 21 '24 16:02 MegaRedHand