mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 18:41:05 +00:00
Sassafras primitives (#1249)
* Introduce Sassafras primitives * Keystore workaround * Fix doc * Use in keystore * Improve bandersnatch vrf docs * Apply review suggestions * Update README * Docs improvement * Docs fix
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
//! Keystore traits
|
||||
|
||||
#[cfg(feature = "std")]
|
||||
pub mod testing;
|
||||
|
||||
#[cfg(feature = "bandersnatch-experimental")]
|
||||
@@ -631,3 +632,15 @@ impl KeystoreExt {
|
||||
Self(Arc::new(keystore))
|
||||
}
|
||||
}
|
||||
|
||||
sp_core::generate_feature_enabled_macro!(
|
||||
bandersnatch_experimental_enabled,
|
||||
feature = "bandersnatch-experimental",
|
||||
$
|
||||
);
|
||||
|
||||
sp_core::generate_feature_enabled_macro!(
|
||||
bls_experimental_enabled,
|
||||
feature = "bls-experimental",
|
||||
$
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user