dapplion / tree-states-review-guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tree-states review guide

This doc is meant to assist reviewers with Upgrade in-memory and on-disk state representation with tree states #3206

Overview of big items to review (in suggested order):

Intro / motivation

Tree-states represents beacon chain state is merkleized representation so that multiple states can share the same data. Beacon chain mutation and access patterns make this approach efficient the vast majority of the data is the validators array, which is rarely mutated.

TODO(lion): add more

About