-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
update ed25519 #8690
update ed25519 #8690
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8690 +/- ##
==========================================
+ Coverage 61.36% 61.48% +0.12%
==========================================
Files 671 659 -12
Lines 38324 38045 -279
==========================================
- Hits 23516 23393 -123
+ Misses 12350 12193 -157
- Partials 2458 2459 +1
|
Just for clarifiaction - this is only if SDK will like to verify Tendermint validators signatures, right? Do we have any use case for that in SDK? |
I dont believe so. Its also the case in which user accounts are using ed25519. Not the case now but thought I might as well knock it out |
Maybe we should also add a documentation that the package should be used only to validate compatible signatures. What do you think? |
yea will add in the am |
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.
ACK. Pending changelog entry
added a doc.go and changelog entry |
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, but please update the docs to clarify that we are using hdevalence/ed25519consensus for compatibility with Tendermint.
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.
utACK
Description
use zip215 for ed25519 verification
closes: #7890
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes