paritytech / substrate

Substrate: The platform for blockchain innovators
Apache License 2.0
8.39k stars 2.65k forks source link

Fix keystore no std compilation #14305

Closed juniuszhou closed 1 year ago

juniuszhou commented 1 year ago

This PR attaches the std to testing mod, makes the sp-keystore compilable in no-std.

bkchr commented 1 year ago

This is not making the keystore no_std compatible. The entire crate is written in a way that it is requires std. There is also no need to compile this for no_std.