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
User story
As a developer querying the BeaconChainOracle contract I wish to get the latest confirmed oracle timestamp from contract storage because filtering through event logs for this data is unnecessarily complex.
Actions
Update the BeaconChainOracle contract to hold in storage the latestConfirmedOracleTimestamp
the contract would update this variable every time fulfillRequest was successfully called.
The text was updated successfully, but these errors were encountered:
youfoundron
changed the title
Feature: Hold the _latest confirmed oracle timestamp_ in public storage on the BeaconChainOracle contract
Feature: Hold the "latest confirmed oracle timestamp" in public storage on the BeaconChainOracle contract
Feb 5, 2024
User story
As a developer querying the BeaconChainOracle contract I wish to get the latest confirmed oracle timestamp from contract storage because filtering through event logs for this data is unnecessarily complex.
Actions
latestConfirmedOracleTimestamp
The text was updated successfully, but these errors were encountered: