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
The issue with the current implementation is that many protocols implement timestamp checks the wrong way. The most notable issue is a check that timestamp is not in the future. We are guiding against this approach in the docs, but we still observe this anti-pattern in the wild.
The text was updated successfully, but these errors were encountered:
See:
contracts/contracts/api3-server-v1/proxies/Api3ReaderProxyV1.sol
Line 128 in bed6cb3
The issue with the current implementation is that many protocols implement timestamp checks the wrong way. The most notable issue is a check that timestamp is not in the future. We are guiding against this approach in the docs, but we still observe this anti-pattern in the wild.
The text was updated successfully, but these errors were encountered: