eth-protocol-fellows / protocol-studies

A study group learning about Ethereum and building protocol wiki
Other
130 stars 81 forks source link

Wiki - Docs on encoding #219

Closed taxmeifyoucan closed 2 months ago

taxmeifyoucan commented 2 months ago

What content is missing?

Pages covering Eth standards for data serialization and encoding - RLP and SSZ.

Structure

A page within EL folder should cover technical aspects and tooling for RLP. Another page in CL should cover SSZ. Ideally, there could be insights into how its implemented, sort of as annotated spec.

thogiti commented 2 months ago

@taxmeifyoucan I will take it. I will start with RLP and then SSZ.

thogiti commented 2 months ago

I completed the RLP wiki page. It is merged into the main. https://github.com/eth-protocol-fellows/protocol-studies/pull/232 https://github.com/eth-protocol-fellows/protocol-studies/pull/236

I am currently working on SSZ wiki page.

thogiti commented 2 months ago

Completed SSZ and Merkleization pages. https://github.com/eth-protocol-fellows/protocol-studies/pull/244/