-
Notifications
You must be signed in to change notification settings - Fork 8
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
add promissory notes to TaskToCompute and SubtaskResultsVerify #338
Conversation
* raise informative exception when sig is misformatted
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.
Codecov Report
@@ Coverage Diff @@
## master #338 +/- ##
==========================================
+ Coverage 94.73% 94.78% +0.05%
==========================================
Files 30 31 +1
Lines 2145 2204 +59
==========================================
+ Hits 2032 2089 +57
- Misses 113 115 +2 |
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.
Forgot to accept
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.
we never actually need the promissory note itself outside of the message... we need either to _sign_ it or to verify it but it suffices that the message itself knows its contents ...
…ages into promissory-notes
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.
closes: #328
closes: #329
closes: #330
closes: #331