|
|
|
|
|
by everfree
1541 days ago
|
|
> most enthusiasts do not accept that the blockchain will became unmanageable by most just due to it's ever-growing size Some blockchain protocols like Bitcoin make the silly argument that in order for a chain to be worthwhile, a full history of all transactions needs to be maximally available on the network. Other chains either drop, or plan to drop data that's been on the network for over a year or so (EIP-4444, for Ethereum). This relies on the weak assumption that the consensus algorithm will not finalize invalid data and then continue to build on it for over a year. When you take history expiry alongside state expiry, the technology is absolutely out there to bound blockchain size. |
|
You don't need to rely on such a weak assumption.
You can use Incrementally Verifiable Computation to verify the entire blockchain history in constant time. See e.g. https://vitalik.ca/general/2021/11/05/halo.html