chore: regenerate umbrella crate, fix feature propagation

This commit is contained in:
2025-12-16 11:28:32 +03:00
parent dd6d48f528
commit 620b0e3aa0
1358 changed files with 9464 additions and 7656 deletions
@@ -22,11 +22,11 @@
//!
//! # Randomness Pezpallet
//!
//! The Randomness Collective Flip pezpallet provides a [`random`](./struct.Module.html#method.random)
//! function that generates low-influence random values based on the block hashes from the previous
//! `81` blocks. Low-influence randomness can be useful when defending against relatively weak
//! adversaries. Using this pezpallet as a randomness source is advisable primarily in low-security
//! situations like testing.
//! The Randomness Collective Flip pezpallet provides a
//! [`random`](./struct.Module.html#method.random) function that generates low-influence random
//! values based on the block hashes from the previous `81` blocks. Low-influence randomness can be
//! useful when defending against relatively weak adversaries. Using this pezpallet as a randomness
//! source is advisable primarily in low-security situations like testing.
//!
//! ## Public Functions
//!
@@ -36,8 +36,8 @@
//!
//! ### Prerequisites
//!
//! Import the Randomness Collective Flip pezpallet and derive your pezpallet's configuration trait from
//! the system trait.
//! Import the Randomness Collective Flip pezpallet and derive your pezpallet's configuration trait
//! from the system trait.
//!
//! ### Example - Get random seed for the current block
//!