mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
* create ssz payload * remove unused function * remove access to state * gazelle fix * fix ssz size for electra finality update * fix fork digest version problem * fix chunk size * fix fork version * fix fork version * add tests * add changelog entry * add PR link in changelog entry * fix lint error * Update beacon-chain/rpc/eth/light-client/handlers.go Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com> * check for context error * send response in chunks * remove content disposition header --------- Co-authored-by: Preston Van Loon <pvanloon@offchainlabs.com>
124 B
124 B
Added
- Add SSZ support to light client updates by range API. [PR]