fetchai / agents-aea

A framework for autonomous economic agent (AEA) development

Home Page:https://docs.fetch.ai/aea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update oracle contracts and skills for reply contracts

jrriehl opened this issue · comments

Oracle contracts are being updated so that query replies are handled via client-side callback functions rather than having the oracle contract execute a new message that sets the oracle value in the client contract.

These updates will require little if any change to the framework, but the oracle.wasm and oracle_client.wasm contract binaries will need to be updated.