Open tmeinlschmidt opened 3 weeks ago
I don't believe this is a required feature of https://ethereum.github.io/beacon-APIs/?urls.primaryName=dev#/Beacon/getBlobSidecars. Do other clients support this encoding?
rpcdaemon (as server) and erigon (as client) works just fine and compress data.
request to beacon came from base/ptimism chain
and to be honest, didn't check other endpoints from beacon, assuming it's a general issue when returning data via http
Seems like a reasonable request to have the beacon chain return gzip encoded payloads when requested for the beacon API.
Describe the bug
version: beacon-chain:v5.0.4
was checking tcpdump as we had some issues and found following
response
so it ignored Accept-Encoding header and sending only plain json. Would be great if beacon can handle this correctly.
Has this worked before in a previous version?
No response
🔬 Minimal Reproduction
No response
Error
No response
Platform(s)
Linux (x86)
What version of Prysm are you running? (Which release)
5.0.4
Anything else relevant (validator index / public key)?
No response