Hacker News new | ask | show | jobs
by azamatms 2782 days ago
Bitcoin for example (and many others), will prune old blocks that are no longer required to make transactions on the network. If a block has all unspent inputs used up, the block will be pruned
1 comments

That is a logical solution for Bitcoin. Doesn't Etherium track transactions back to the beginning of time though? That sounds like a Shlemiel The Painter problem.
There's already full-node implementations that address state tree pruning: https://wiki.parity.io/Getting-Synced#database-pruning
@azamatms Thanks!