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
A testing suite that takes care of deploying the test oracle contract on a network, reporting the address to the consumer, starts observing the contract for new DRs, execute incoming DRs, and posting the results back to the contract.
Motivation
This essentially integrates a lot of components built in other issues to create a fully fledged testing environment for EVM chains.
Implementation
Take an RPC as input and attempts all actions through this RPC.
Deploy the testing oracle contract and store & output the address.
Start a polling interval that checks for new DRs on the test contract.
'Relay' incoming DRs to the SEDA network simulation.
'Relay' SEDA network simulation results back to the test contract.
The text was updated successfully, but these errors were encountered:
✨ Feature
A testing suite that takes care of deploying the test oracle contract on a network, reporting the address to the consumer, starts observing the contract for new DRs, execute incoming DRs, and posting the results back to the contract.
Motivation
This essentially integrates a lot of components built in other issues to create a fully fledged testing environment for EVM chains.
Implementation
The text was updated successfully, but these errors were encountered: