go-ethereum/beacon/light
Felföldi Zsolt a01e9742d9
beacon/light/api: fixed blsync update query (#30421)
This PR fixes what https://github.com/ethereum/go-ethereum/pull/30306/
broke. Escaping the `?` in the event sub query was fixed in that PR but
it was still escaped in the `updates` request. This PR adds a URL params
argument to `httpGet` and fixes `updates` query formatting.
2024-09-12 16:08:29 +02:00
..
api beacon/light/api: fixed blsync update query (#30421) 2024-09-12 16:08:29 +02:00
request beacon/light: fix shutdown issues (#29946) 2024-06-12 16:38:19 +02:00
sync beacon/light/sync: basic tests for rangeLock (#30269) 2024-08-23 12:31:24 +02: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 beacon/light: request finality update explicitly when necessary (#29567) 2024-04-23 13:31:32 +02: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