-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
In #309, we added integration tests to check descriptor satisfaction logic. We should extend the test_desc_satisfy
pub fn test_desc_satisfy(cl: &Client, testdata: &TestData, desc: &str) -> Witness { |
to return result. And test misc failure test cases for descriptors.
- Add tests for testing each fragment of miniscript from bitcoin reference:
bitcoin.sipa.be/miniscript
. This can be a bit challenging but is a good resource to get started and understand miniscript hands-on. - Add tests for failure paths
- Add tests for various sighash modes.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers