If you’re exploring Lodestar’s SSZ library and you’ve come across terms like view, subview, or TreeView, you might be wondering — what exactly is a subview and why do I need it? Let’s break it down step-by-step, starting from the basics.Step 1: What is SSZ?SSZ (Simple Serialize) is Ethereum’s serialization format. It defines how Ethereum’s consensus data (like blocks, states, attestations) are stored, hashed, and transmitted. In Lodestar (a TypeScript implementation of Ethereum’s consensus la...