Closed juniuszhou closed 1 year ago
This PR attaches the std to testing mod, makes the sp-keystore compilable in no-std.
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.
no_std
std
This PR attaches the std to testing mod, makes the sp-keystore compilable in no-std.