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
For now we have tests that verify the correct functionality of txs when:
To be able to have a more thorough coverage we would need to implement the following tests:
This was also discussed in the following PR: #438
Goal of this issue:
Create 2 tests:
The text was updated successfully, but these errors were encountered:
I think we can consolidate these with some of the current tests we have. Specifically, we can have the following tests:
SWAP
prove_send_asset_via_wallet
prove_swap_script
P2ID
prove_p2id_script
prove_receive_asset_via_wallet
So, this would fulfill the "consuming 1 and producing 1 note" test and reduce the total number of "prove" tests by 3.
For "consuming 2 and producing 2 notes" test we could do something similar to the above, but would only test execution (not proving).
Sorry, something went wrong.
MockChain
Closed by #871
No branches or pull requests
For now we have tests that verify the correct functionality of txs when:
To be able to have a more thorough coverage we would need to implement the following tests:
This was also discussed in the following PR: #438
Goal of this issue:
Create 2 tests:
The text was updated successfully, but these errors were encountered: