Refactored getQueryResult method of the Desmo module. See #4 for information on the rationale behind these changes. Moving from polling to an observable mechanism (even if, internally, the iExec SDK adopts a polling strategy to update the observable).
Refactored
getQueryResult
method of theDesmo
module. See #4 for information on the rationale behind these changes. Moving from polling to an observable mechanism (even if, internally, the iExec SDK adopts a polling strategy to update the observable).Closes #4.