-
Notifications
You must be signed in to change notification settings - Fork 262
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
PairSigner fails to be created from sr25519::Pair #844
Comments
My guess is that |
Thank you Niklas. I was trying to use versions 7, 17, 18, as I was thinking that might be the reason... but I did not go to 16 and it worked! I appreciate your time and help! |
//cc @jsdw might be better to re-export sp-core and sp-runtime as we did before when However, if we follow the substrate release schedule on crates.io in subxt as well I guess that would be fine as well. |
Yeah you're right; let's just re-export them again behind the substrate-compat feature flag so that people can be sure to use the versions we are aligning with :) |
Yes, please do that before the next release (ideally soonish) as this broke our client as well - we can't update to the latest version b/c of this change and we can't stay on the |
I'm trying to create a PairSigner to execute transaction, but unable to do so, here is the simple code. Can you help?
ERROR
To me it looks strange as it suggest the trait
sp_core::crypto::Pair
is not implemented forsp_core::sr25519::Pair
but down the line say
the following other types implement trait
sp_core::crypto::Pair
:sp_core::sr25519::Pair
The text was updated successfully, but these errors were encountered: