Crate pallet_authorship
source ·Expand description
Authorship tracking for FRAME runtimes.
This tracks the current author of the block and recent uncles.
Re-exports
pub use pallet::*;
Modules
- The module that hosts all the FRAME types needed to add this pallet to a runtime.
Structs
- A filter on uncles which verifies seals and ensures that there is only one uncle included per author per height.
- A filter on uncles which verifies seals and does no additional checks. This is well-suited to consensus modes such as PoW where the cost of equivocating is high.
Traits
- An event handler for the authorship pallet. There is a dummy implementation for
()
, which does nothing. - Additional filtering on uncles that pass preliminary ancestry checks.