-
Notifications
You must be signed in to change notification settings - Fork 519
testing: extend transactions signature verification testing #4623
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4623 +/- ##
==========================================
+ Coverage 54.27% 54.33% +0.05%
==========================================
Files 402 402
Lines 51809 51809
==========================================
+ Hits 28119 28148 +29
+ Misses 21330 21284 -46
- Partials 2360 2377 +17
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
algorandskiy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable, but please explain the logic sig program in the last test
1701a58 to
4b413c6
Compare
algonautshant
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look Great!
This is very nicely structured, and can easily adapted for other tests.
Just one minor comment.
Summary
Add several unit tests for verifying types of signatures on transactions. including: regular signature, multisignature and logicsignature
Test Plan