Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
Sports
TV & Film
Technology
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts221/v4/6a/f3/82/6af382c1-5619-6007-5bfb-ef1b4a10b3b7/mza_7352325317555983007.jpg/600x600bb.jpg
Tech Stories Tech Brief By HackerNoon
HackerNoon
370 episodes
1 day ago
Learn the latest tech-stories updates in the tech world.
Show more...
Tech News
News,
Business News
RSS
All content for Tech Stories Tech Brief By HackerNoon is the property of HackerNoon and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Learn the latest tech-stories updates in the tech world.
Show more...
Tech News
News,
Business News
https://img.transistor.fm/AguhmpaE-kdveDp8yIM-mhB7I9anHOd-3_agWkz-ES8/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8wZTc0/ZTZkNjkyMTI2YmJl/NmUyNmI2ZmExMGZi/ZDY4ZS5wbmc.jpg
SSZ-QL: A Guide to Querying Ethereum’s BeaconState Using Offsets, Proofs, and G-Indexes
Tech Stories Tech Brief By HackerNoon
13 minutes
3 days ago
SSZ-QL: A Guide to Querying Ethereum’s BeaconState Using Offsets, Proofs, and G-Indexes

This story was originally published on HackerNoon at: https://hackernoon.com/ssz-ql-a-guide-to-querying-ethereums-beaconstate-using-offsets-proofs-and-g-indexes.
Learn how SSZ-QL lets Ethereum clients request tiny slices of BeaconState with Merkle proofs, using generalized indexes and SSZ analysis.
Check more stories related to tech-stories at: https://hackernoon.com/c/tech-stories. You can also check exclusive content about #ethereum-query-language, #generalized-index, #serialization, #proof-of-concept-(poc), #ssz-ql, #multi-proof, #ssz-ql-beaconstate, #hackernoon-top-story, and more.

This story was written by: @sahil4555. Learn more about this writer by checking @sahil4555's about page, and for more stories, please visit hackernoon.com.

Ethereum consensus clients today can’t efficiently serve small, verifiable pieces of BeaconState without shipping the entire ~271MB state or relying on ad-hoc debug endpoints. SSZ-QL, originally proposed by Etan Kissling and now prototyped by Jun and Fernando in Prysm, defines a standard query language for requesting arbitrary SSZ subtrees plus Merkle proofs, across both consensus and execution clients. The article walks through how generalized indexes and SSZ serialization shape the Merkle tree, how Prysm’s SSZ analyzer (analyzeType + PopulateVariableLengthInfo) computes offsets and chunk layouts, and how new Beacon API endpoints expose an initial SSZ-QL-powered /states/{state_id}/query and /blocks/{block_id}/query interface.

Tech Stories Tech Brief By HackerNoon
Learn the latest tech-stories updates in the tech world.