Allow libp2p to determine listening addresses (#4700) | TBA | Related to the below PR, correctly configures ENR in the case we provide zero ports to libp2p |
Await listening address from libp2p in RPC tests setup (#4705) | 4.5.0 (Little Dipper) | Our tests targeting the RPC protocol interactions often raced on TCP or UDP ports, occasionally breaking CI. This PR fixes this by specifying a zero port number to libp2p |
Remove hidden re-exports to appease Rust 1.73 (#4495) | 4.4.1 (Previous Leon) | Rust 1.73 hit Beta which broke one of our CI jobs that builds Lighthouse under the Beta toolchain |
Remove instances of required arguments with default values (#4489) | 4.4.1 (Previous Leon) | Fixes minor bug in lcli that would induce a panic |
Correct checks for backfill completeness (#4465) | 4.4.1 (Previous Leon) | Solves minor bug where Lighthouse fails to realise it's finished backfill sync |
Add broadcast validation routes to Beacon Node HTTP API (#4316) | 4.3.0 (Priest Witherspoon) | Saves the world from MEV unbundling |
Remove redundant gossipsub tests (#4294) | 4.2.0 (Fast Aging Alien) | Removes (rather ancient) dead code |
Add branching instructions to the contribution guide (#4272) | 4.2.0 (Fast Aging Alien) | |
Do not attempt to resubscribe to core topics (#4271) | 4.2.0 (Fast Aging Alien) | Minor optimisation to avoid resubscription to core topics which Lighthouse is already subscribed to anyway |
Handle Geth pre-EIP-155 block sync error condition (#2304) | 1.5.0 (Miles Knightly) | Fixes minor bug in handling of error emissions from Geth when the EL node is only synced to blocks prior to 2675000 |