We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Full credit to @larry0x for this great idea:
(4/5) the contract will do the smart query, and then (here's the important part) it saves the following: hash(id | contract | msg | query_response) where | is bytes concat in its store as a "commit" (5/5) the relayer will relay the query response back to A, and the proof that the commit exists in B contract's store this way, A knows the query response, the response value can be proven!
(4/5) the contract will do the smart query, and then (here's the important part) it saves the following:
hash(id | contract | msg | query_response)
where | is bytes concat
in its store as a "commit"
(5/5) the relayer will relay the query response back to A, and the proof that the commit exists in B contract's store
this way, A knows the query response, the response value can be proven!
This is a great idea and should be very simple to implement!
The text was updated successfully, but these errors were encountered:
Apparently Quasar has already implemented something similar: https://github.com/quasar-finance/interchain-query-demo
Sorry, something went wrong.
No branches or pull requests
Full credit to @larry0x for this great idea:
This is a great idea and should be very simple to implement!
The text was updated successfully, but these errors were encountered: