umee-network / peggo

Peggo is a Go implementation of the Gravity Bridge Orchestrator for the Umee network.
https://umee.cc/
Apache License 2.0
14 stars 21 forks source link

The ETH block delay should be the last safe block in ETH PoS #361

Closed facundomedica closed 2 years ago

facundomedica commented 2 years ago

ETH PoS introduced some new labels for blocks: https://www.alchemy.com/overviews/ethereum-commitment-levels

We should use a safe block at least (last block in the previous epoch as I understand it)

facundomedica commented 2 years ago

https://github.com/Gravity-Bridge/Gravity-Bridge/pull/204