Hacker News new | ask | show | jobs
by nestlequ1k 1801 days ago
I understand some of the upgrades going into the London fork, including EIP-1559, but I don't understand "the merge". Does it mean that some kind of sharding will be in place, and the currently useless PoS chain will be able to communicate with the PoW chain?
2 comments

Basically, at the point of the merge, nodes stop paying attention to what the PoW calculations are saying about the head of the execution chain, and start to pay attention to what the beacon chain (PoS chain) is saying about the head of the execution chain.

Because the two chains become inextricably linked together at that point, with the execution chain becoming entirely dependent on the beacon chain, we call that point the "merge".

So from that point on, new blocks on the execution chain - full of general Ethereum transactions - will be considered "confirmed" not because they include a difficult PoW calculation, but because the beacon chain has given that block its blessing (because stakers voted on it).

The merge won’t include sharding