We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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)
BlockchainSimulation
Party
The text was updated successfully, but these errors were encountered:
greenhat
Successfully merging a pull request may close this issue.
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: