You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if users want to develop an oracle, they have to implement it in the ityfuzz project, modify the evm_main flow, wait for it to be merged.
Is it possible to support external oracles?
For example, users could create a new project and use Ityfuzz as a dependency. All they would need to do is implement the oracle in the new project's oracle directory, and Ityfuzz would automatically scan the external oracles directory and add them to the execution queue.
Note: Similar functions have been implemented in Slither.
The text was updated successfully, but these errors were encountered:
Currently, if users want to develop an oracle, they have to implement it in the ityfuzz project, modify the
evm_main
flow, wait for it to be merged.Is it possible to support external oracles?
For example, users could create a new project and use Ityfuzz as a dependency. All they would need to do is implement the oracle in the new project's oracle directory, and Ityfuzz would automatically scan the external oracles directory and add them to the execution queue.
Note: Similar functions have been implemented in Slither.
The text was updated successfully, but these errors were encountered: