-
Notifications
You must be signed in to change notification settings - Fork 142
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
fix!: updating the consensus protocol #668
Conversation
Codecov Report
@@ Coverage Diff @@
## main #668 +/- ##
==========================================
+ Coverage 83.73% 84.12% +0.38%
==========================================
Files 155 163 +8
Lines 7328 7904 +576
==========================================
+ Hits 6136 6649 +513
- Misses 914 958 +44
- Partials 278 297 +19 |
It also fixes the certificate errors in #315 |
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.
LGTM.
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.
In my opinion, it appears satisfactory.✌️
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.
Please resolve comments.
@amirvalhalla Good finds. Thanks. |
@amirvalhalla Your comments applied. Please take a look again. Thanks |
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.
Thanks.
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.
@themantre
this fixes the Linux build and linter issue.
2da598f
to
41a02f8
Compare
@kehiy your comments are applied. Please check. |
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.
everything looks good.
Description
This PR updates the consensus protocol based on the new protocol that is explained here.
BREAKING_CHANGE