Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Hold the "latest confirmed oracle timestamp" in public storage on the BeaconChainOracle contract #421

Open
1 task
youfoundron opened this issue Feb 5, 2024 · 0 comments

Comments

@youfoundron
Copy link

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.
@youfoundron 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant