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
To test more complex scenarios where outputs from one operation are the inputs to another operation. For example, consider the following scenario:
Bootstrap new oracle pool;
Invite oracles (send them oracle token + reward token);
Invited oracles posting their datapoints;
Run refresh command to collect posted datapoints;
Repeat steps 3, and 4 one more time.
Manually testing this scenario is a tedious and error-prone job.
Implementation details
Firing up real nodes with attached oracles is a no-go. Let's try to simulate the node's role and the whole UTXO model with a simplified implementation similar to the one we have in https://github.com/ergoplatform/ergo-playgrounds (BlockchainSimulation and Party traits and their implementation)
The text was updated successfully, but these errors were encountered:
Motivation
To test more complex scenarios where outputs from one operation are the inputs to another operation. For example, consider the following scenario:
Manually testing this scenario is a tedious and error-prone job.
Implementation details
Firing up real nodes with attached oracles is a no-go. Let's try to simulate the node's role and the whole UTXO model with a simplified implementation similar to the one we have in https://github.com/ergoplatform/ergo-playgrounds (
BlockchainSimulation
andParty
traits and their implementation)The text was updated successfully, but these errors were encountered: