lighthouse/beacon_node
Divma 63c74b37f4 send error answering bbrange requests when an error occurrs (#3800)
## Issue Addressed

While testing withdrawals with @ethDreamer we noticed lighthouse is sending empty batches when an error occurs. As LH peer receiving this, we would consider this a low tolerance action because the peer is claiming the batch is right and is empty.

## Proposed Changes
If any kind of error occurs, send a error response instead

## Additional Info
Right now we don't handle such thing as a partial batch with an error. If an error is received, the whole batch is discarded. Because of this it makes little sense to send partial batches that end with an error, so it's better to do the proposed solution instead of sending empty batches.
2022-12-15 00:16:38 +00:00
..
beacon_chain Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
builder_client Builder Specs v0.2.0 (#3134) 2022-07-30 00:22:37 +00:00
client Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
eth1 Lower deposit finalization error to warning (#3739) 2022-11-21 06:29:03 +00:00
execution_layer Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
genesis Super small improvement: Remove unnecessary mut (#3736) 2022-11-21 03:15:54 +00:00
http_api Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
http_metrics Support IPv6 in BN and VC HTTP APIs (#3104) 2022-03-24 00:04:49 +00:00
lighthouse_network Adding light_client gossip topics (#3693) 2022-12-13 06:24:51 +00:00
network send error answering bbrange requests when an error occurrs (#3800) 2022-12-15 00:16:38 +00:00
operation_pool Fix rust 1.65 lints (#3682) 2022-11-04 07:43:43 +00:00
src Enable proposer boost re-orging (#2860) 2022-12-13 09:57:26 +00:00
store Delete DB schema migrations for v11 and earlier (#3761) 2022-12-02 00:07:43 +00:00
tests Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
timer Use async code when interacting with EL (#3244) 2022-07-03 05:36:50 +00:00
Cargo.toml v3.3.0 (#3741) 2022-11-23 23:38:32 +00:00