Light Clients – Do Light-Clients Still Work After The Merge

consensuslight-clientsnodesthe-merge

After the merge, my light client suddenly stopped working. Is there a way to fix this/ do I need to run a consensus node?

Thank you!

Best Answer

The syncing functionality of the geth light node does not currently (Nov 2022) work post-merge, because the historical execution layer blocks are no longer sufficient to light-verify the chain. There is an open PR to add support for standalone beacon chain light syncing in geth here: https://github.com/ethereum/go-ethereum/pull/25901

This is only the first step to restoring the expected functionality of the geth light node. I expect it won't be until early 2023 when the expected functionality is restored.

Related Topic