zeta-chain / node

ZetaChain’s blockchain node and an observer validator client
https://zetachain.com
MIT License
163 stars 104 forks source link

introducing "safe" block number on Ethereum/Goerli instead of a fixed block confirmation #1582

Open brewmaster012 opened 8 months ago

brewmaster012 commented 8 months ago

The Ethereum 2.0 replaces the PoW consensus with PoS, which changes finality rules. As a result, the fixed block confirmation number is no longer the most appropriate.

lumtis commented 8 months ago

Can you provide more details on the idea of "safe" block number?

CharlieMc0 commented 1 month ago

This is referring to the idea of a Checkpoint in Eth, @brewmaster012 or are you talking about something else?