-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
heartbeat challenge #258
heartbeat challenge #258
Conversation
good todos, worth extracting as separate issues |
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.
one single comment.
// TODO: Is the signer we challenged still in control of the Slot? Depends on timeout-time (currently casChallangeDuration) at the least. | ||
function respondBeat( | ||
bytes32[] memory _inclusionProof, | ||
bytes32[] memory _walkProof, |
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.
@TheReturnOfJan could you please more comments about what is walkProof
?
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.
@troggy new commit should be a bit clearer.
Codecov Report
@@ Coverage Diff @@
## master #258 +/- ##
==========================================
- Coverage 75.77% 75.68% -0.09%
==========================================
Files 40 40
Lines 908 946 +38
Branches 207 219 +12
==========================================
+ Hits 688 716 +28
Misses 98 98
- Partials 122 132 +10
Continue to review full report at Codecov.
|
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 great now 👍
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.
approving for a friend (@johannbarbie)
resolves #257