go-ethereum/beacon/light/api
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_server.go beacon/light: request finality update explicitly when necessary (#29567) 2024-04-23 13:31:32 +02:00
light_api.go beacon/light/api: fixed blsync update query (#30421) 2024-09-12 16:08:29 +02:00