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
In checking for misbehaviour, we use host_timestamp() as the timestamp used in “trusting period checks”. This is not the timestamp we want to be using though, since this gives the timestamp associated with the latest “trusted consensus state”, whereas we want to be using the timestamp of the header we’re processing.
Equivalent in ibc-go (assuming ctx.BlockTime() is the height of the header being processed, which I think it is).
The text was updated successfully, but these errors were encountered:
In checking for misbehaviour, we use host_timestamp() as the timestamp used in “trusting period checks”. This is not the timestamp we want to be using though, since this gives the timestamp associated with the latest “trusted consensus state”, whereas we want to be using the timestamp of the header we’re processing.
Equivalent in ibc-go (assuming
ctx.BlockTime()
is the height of the header being processed, which I think it is).The text was updated successfully, but these errors were encountered: