lighthouse-pulse/beacon_node
realbigsean 334aa2eabd
Single lookup improvements (#5488)
* Fix unexpected `UnrequestedBlobId` and `ExtraBlocksReturned` errors due to race conditions.

* Continue chain segment processing and skip any blocks that are already known, rather than returning an error.

* more de-dup checking

* ensure we don't reset `requested_ids` during rpc download

* better fix

* Merge branch 'unstable' of https://github.com/sigp/lighthouse into more-dup-lookup-fixes

* remove chain hash check

* Merge branch 'fix-block-lookup-race' of https://github.com/jimmygchen/lighthouse into sean-test-lookups

* remove block check

* add back tests

* Log and CI fixes

* undue extra check

* Merge branch 'sean-test-lookups' of https://github.com/realbigsean/lighthouse into sean-test-lookups

* log improvements

* Improve logging
2024-03-27 10:01:27 +00:00
..
beacon_chain Single lookup improvements (#5488) 2024-03-27 10:01:27 +00:00
beacon_processor Fix one and hide all beacon-processor flags (#5397) 2024-03-22 23:24:17 +00:00
builder_client Sidecar inclusion proof (#4900) 2023-12-05 11:19:59 -05:00
client Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
eth1 Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
execution_layer Delete PRE_CAPELLA_ENGINE_CAPABILITIES (#5406) 2024-03-23 21:30:36 +00:00
genesis Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
http_api Add Capella & Deneb light client support (#4946) 2024-03-25 11:01:56 +00:00
http_metrics Fix Rust beta compiler warnings (rustc 1.75.0-beta.1 (782883f60 2023-11-12)) (#4932) 2023-11-18 03:55:11 +11:00
lighthouse_network Move gossipsub into a separate crate (#5401) 2024-03-26 03:10:59 +00:00
network Single lookup improvements (#5488) 2024-03-27 10:01:27 +00:00
operation_pool Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
src Fix one and hide all beacon-processor flags (#5397) 2024-03-22 23:24:17 +00:00
store Fix Rust beta compiler errors 1.78.0-beta.1 (#5439) 2024-03-20 05:17:02 +00:00
tests Appease Clippy 1.68 and refactor http_api (#4068) 2023-03-13 01:40:03 +00:00
timer Activate clippy::manual_let_else lint (#4889) 2023-10-31 10:31:02 +00:00
Cargo.toml Release v5.1.2 (#5453) 2024-03-21 18:04:00 +00:00