Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SSZ and Merkleization wiki pages (#244)
* SSZ wiki page - first commit * SSZ process for basic types is added * Explained the integer serialization a bit more * added python commands for SSZ of basic types * added python commands for SSZ of basic types * added python commands for deserialization of SSZ of basic types * Vectors SS is added * Lists SSZ is added * Added mermaid flow diagrams for Lists SSZ * fixed a typo in the mermaid diagram * fixed a typo in the mermaid diagram * Bitvector SSZ section is added * Bitlist SSZ section is added * Container SSZ section and tools section are added * SSZ VS RLP Serialization section is added * New Merkleization wiki page is added * Process of Merkleization section is added * benefits of merkleization section is added * SSZ tools reordered, merkleization structure and multiproofs sections * LaTex typo fixed * packing and chunking section is added * Mixing in the Length section is added * Summaries and Expansions section is added * A full example using code of merkleization for basic types * merkleization of IndexedAttestation section is added * typos fixed * resolve conflicts - sidebar and wordlist * Update _sidebar.md * Updated for the suggestions after the review by Mario. * Fixed the sugestions from Angaz * wordlist conflicts resolved * Fixed the sidebar links, removed /docs/ --------- Co-authored-by: Mário Havel <[email protected]>
- Loading branch information