go-ethereum/beacon/light
Felix Lange eda9cb7b36
beacon/light/api: improve handling of event stream setup failures (#29308)
The StartHeadListener method will only be called once. So it can't just make one attempt
to connect to the eventsource endpoint, it has to keep trying. Note that once the stream
is established, the eventsource implementation itself will keep retrying.
2024-03-25 20:27:50 +01:00
..
api beacon/light/api: improve handling of event stream setup failures (#29308) 2024-03-25 20:27:50 +01:00
request beacon/light/request: fix typos (#29216) 2024-03-11 11:17:16 +01:00
sync beacon/light/sync: fix typo in comment (#29256) 2024-03-19 14:05:06 +01:00
canonical.go beacon/light: add CommitteeChain (#27766) 2023-12-08 13:38:00 +01:00
committee_chain_test.go cmd/blsync, beacon/light: beacon chain light client (#28822) 2024-03-06 17:50:22 +01:00
committee_chain.go cmd/blsync, beacon/light: beacon chain light client (#28822) 2024-03-06 17:50:22 +01:00
head_tracker.go cmd/blsync, beacon/light: beacon chain light client (#28822) 2024-03-06 17:50:22 +01:00
range.go beacon/light: add CommitteeChain (#27766) 2023-12-08 13:38:00 +01:00
test_helpers.go beacon/light: add CommitteeChain (#27766) 2023-12-08 13:38:00 +01:00