harmony-one / horizon

Horizon - a trustless harmony to ethereum bridge
MIT License
36 stars 29 forks source link

EthereumLightClient from PoW to PoS #39

Open gupadhyaya opened 2 years ago

gupadhyaya commented 2 years ago

After "the merge", ethereum will transition into proof of stake and no longer use proof of work and mining. This needs our bridge lightclient to be changed as well from validating the proof of work to validating the block signatures. Make a proposal for the new design and list out any complexities.