You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a cli that transfers using ed25519 SSH keys and .dot/github identities. however, I couldn't find any support for ed25519 in subxt yet.
I get it that it has been discarded as almost same/lesser than sr25519, but by the looks of it, JAM will introduce shift to using ed25519.
for now, I am using sp_core::{ed25519, crypto::Pair} to handle signing in my project, but it would be great to see support for ed25519 signing in subxt as well.
The text was updated successfully, but these errors were encountered:
I'm working on a cli that transfers using ed25519 SSH keys and
.dot/github
identities. however, I couldn't find any support for ed25519 insubxt
yet.I get it that it has been discarded as almost same/lesser than sr25519, but by the looks of it, JAM will introduce shift to using ed25519.
for now, I am using
sp_core::{ed25519, crypto::Pair}
to handle signing in my project, but it would be great to see support fored25519
signing insubxt
as well.The text was updated successfully, but these errors were encountered: