-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
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
Transaction Building/Signing/Verifying Test Vector Brainstorm #47
Comments
Closing #30 as this supersedes it |
|
These I like
These I'm a little unsure about as transactions are not actually communicated between parties so these cases will just result in invalid signatures right? |
Yeah, I guess these are more things to that people should testing with the test vectors |
Good point, I guess I could generate a bunch of invalid signatures in this way with error messages about how they were generated to make life easier for people when debugging |
Funding transactions with different kinds of exotic change output SPKs |
Funding transactions with various numbers of inputs from each party |
I now have a working implementation of adpator-based DLCs. I would like to begin brainstorming a list of cases we want to make sure are included in the transaction building test vectors I will be generating.
Things that come immediately to my mind:
Please add to this list and/or critique it!
The text was updated successfully, but these errors were encountered: