You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has potential to revert if a user creates a new epoch on L1 and then syncs this to a remote chain if the remote chain's clock is slow. We could handle this by returning pt.bias in this case.
The text was updated successfully, but these errors were encountered:
We're making an assumption that
block.timestamp >= pt.ts
here, i.e. the remote chain's clock will be synced to (or at least ahead of) Ethereum's here.lz_gauges/contracts/OmniVotingEscrowChild.sol
Line 65 in 626c5aa
This has potential to revert if a user creates a new epoch on L1 and then syncs this to a remote chain if the remote chain's clock is slow. We could handle this by returning
pt.bias
in this case.The text was updated successfully, but these errors were encountered: