Skip to content
Commit c939d0a7 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

sp-core: `full_crypto` doesn't imply `std` (#11006)



* sp-core: `full_crypto` doesn't imply `std`

This pr changes the feature set of `secp256k1` to not use `global-context` when only the
`full_crypto` is enabled. It will be slower when the `std` feature is not enabled as the context
always needs to be recreated, but that is fine.

* Update client/cli/src/arg_enums.rs

Co-authored-by: default avatarDavide Galassi <[email protected]>

Co-authored-by: default avatarDavide Galassi <[email protected]>
parent bef9b79d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment