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

Add oracle data to programs #72

Merged
merged 1 commit into from
Apr 25, 2024
Merged

Conversation

JesseAbram
Copy link
Member

This allows us to add oracle data. The data is just bytes that can be passed in from the chain, this is 1/2 the required PR, the next would be to have a program (stored in the program struct pass the location of the oracle data on-chain in). To manage how oracle data gets uploaded we will write pallets and TSSs will pull the data down from the chain

Copy link
Contributor

@ameba23 ameba23 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks all fine. Although i don't know what the motivation is, like what kind of stuff we would put in the oracle data.

@JesseAbram
Copy link
Member Author

This looks all fine. Although i don't know what the motivation is, like what kind of stuff we would put in the oracle data.

in this case it means anything from the chain. But that in itself can be anything, personally I would like to see it as ibc state proofs from other chains that program devs can then get data from it and make decisions based on state from said other chains

@JesseAbram JesseAbram merged commit 38393c1 into master Apr 25, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants