|
|
|
|
|
by phire
1628 days ago
|
|
It's kind of misleading to claim the archival is packed. It's not compressed into some archival format. Instead, the full node contains all the inputs to regenerate the data. To transform into an archival node, a full node has to rewind to the very first block, and replay every single transaction. Since the EVM is Turing complete, this is roughly equilvent to stimulating a computer with years of recorded keyboard and mouse inputs, taking care to record how each input effects state of the computer. You can't jump to the middle, you have to replay the whole thing. |
|
The EVM is a very simple and rudimentary virtual computer, so replaying the whole thing isn't an impossible task. According to the tweet, it took this guy's computer 28 days to replay 4 years of history.