-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
decode oracle query and response #170
Comments
@mitch-lbw do you remember where I faced that problem? it seems like we already decode this, see https://github.com/kryptokrauts/aepp-sdk-java/blob/3.x/src/main/java/com/kryptokrauts/aeternity/sdk/service/oracle/domain/OracleQueryResult.java#L42 |
ok, I remember now the showcase project for the maven-plugin. somehow the response isn't like expected. the following check fails for some reason: |
seems like we get different results when returning delegated response (using smart contract function to provide answer) direct response |
Opened an issue for that: aeternity/aeternity#3696 |
@mitch-lbw do you want to tackle this? :D we might consider removing the automated decoding as this can be different based on the ABI of the oracle and instead provide a decode method that let's the user provide an ABI version for decoding |
@mitch-lbw I am handing this over to you. I think this is one of the things with lowest priority for the moment. we could add this in a minor release after 3.0.0 has been released. |
I am currently not sure if we provide the possibility to decode oracle query and response
example response on a local network:
The text was updated successfully, but these errors were encountered: