-
Notifications
You must be signed in to change notification settings - Fork 224
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
Deprecation warnings with ed25519 1.3.0 #1023
Labels
bug
Something isn't working
Comments
5 tasks
mzabaluev
added a commit
that referenced
this issue
Nov 26, 2021
0.23.1 was released before #1023 or its backport to v0.23.x were merged.
mzabaluev
added a commit
that referenced
this issue
Nov 26, 2021
0.23.1 was released before #1023 or its backport to v0.23.x were merged.
thanethomson
pushed a commit
that referenced
this issue
Nov 26, 2021
thanethomson
pushed a commit
that referenced
this issue
Nov 26, 2021
0.23.1 was released before #1023 or its backport to v0.23.x were merged.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tendermint uses API from
ed25519
that has become deprecated as of version 1.3.0.Steps to reproduce
cargo update
.What's the definition of "done" for this issue?
No deprecation warnings are observed.
The
tendermint
API should probably deprecate its standaloneED25519_SIGNATURE_LENGTH
const, as the associated const on the signature struct type is now the bees' knees.The text was updated successfully, but these errors were encountered: