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 ...

November 5, 2022 · 1 min · 137 words · Medium

This is a great article and a great exploration.

This is a great article and a great exploration. Your pros and cons list sums everything up, but I’m was curious you’d every leverage this Postgres features for a system you use for work that has to be maintable in the long-term?

October 28, 2018 · 1 min · 42 words · Medium