Great article! Just wanted to provide my own tl;dr below
Great article! Just wanted to provide my own tl;dr below ▪ MPT Ingredients : Merkle Tree + Prefix Tree + Custom Modification ▪ MPT Nodes : Leaf nodes + branch nodes + extension nodes ▪ State root : 256 bit hash of root ▪ Geth KV Store : levelDB ▪ Parity KV Store : rocksDB ▪ Tries : 1. Transaction Trie - mapping from transction hash → raw transactions 2. Transaction Reciept Trie - mapping from transaction hash → transaction execution Metadata ...