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

Query a specific query of the specific oracle #233

Open
olegshmuelov opened this issue Nov 14, 2019 · 2 comments
Open

Query a specific query of the specific oracle #233

olegshmuelov opened this issue Nov 14, 2019 · 2 comments

Comments

@olegshmuelov
Copy link

It would be great if we can query a specific query of the specific oracle.

@johnsnewby
Copy link

Hi there,

Could you give an example of how you would like this to work?

@olegshmuelov
Copy link
Author

Hi, sure.

In my scenario I want to parse OracleRespondTx & OracleQueryTx transactions to human readable language.
so if for example, I'm parsing the next OracleRespondTx transaction I want to know the OracleQueryTx (the source query).
But using oracle_id & query_id I have to iterate all over the response queries to find the match (mdw oracle queries)
It will be very helpful to have something like GET /middleware/oracles/queries/{query_id}

Thanks

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

2 participants