ethereum / trin

An Ethereum portal client: a json-rpc server with nearly instant sync, and low CPU & storage usage
359 stars 110 forks source link

Beacon Portal Network implementation progress #1006

Open ogenev opened 10 months ago

ogenev commented 10 months ago

This is a tracking issue of the current progress of the beacon portal network implementation.

Tasks

pipermerriam commented 10 months ago

Reguarding the "special database for beacon network"... sqlite is quite powerful and will allow a schema'd database with complex queries... I believe that our use of rocksdb is a bit of cargo-cult leftover from execution clients storing all of the state and needing blazing fast read-write access. My intuition is that in our usage pattern the database read/write speeds are unlikely to be the bottleneck.