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

Integrate oracle data into programs #789

Closed
5 tasks done
JesseAbram opened this issue Apr 25, 2024 · 0 comments · Fixed by #922
Closed
5 tasks done

Integrate oracle data into programs #789

JesseAbram opened this issue Apr 25, 2024 · 0 comments · Fixed by #922
Labels
Feature introduces a new feature Spec

Comments

@JesseAbram
Copy link
Member

JesseAbram commented Apr 25, 2024

#788 starts this process a bit early to make sure we have backwards compatibility with future updates

  • Create a new runtime that allows evaluate to take oracle data
  • add oracle data pointer to program data
  • Create an oracle pallet to hold incoming data
  • Allow oracle data pointer to point to said data
  • Grab data from pointer and pass it to program execution

After doing this we can modularly add new "oracle data" by having pallets update the oracle mapping with new and proper keys

@JesseAbram JesseAbram added Feature introduces a new feature Spec labels Apr 25, 2024
@HCastano HCastano moved this to 📋 Backlog in Entropy Core May 17, 2024
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Entropy Core Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature introduces a new feature Spec
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant