mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 05:11:09 +00:00
Move AuRa digest from client to primitives (#8245)
* Move AuRa digest from client to primitives This makes the digest stuff usable from inside the runtime ;) * Update primitives/runtime/src/generic/digest.rs Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com> * Review feedback * Make BABE use the new functionality Co-authored-by: André Silva <123550+andresilva@users.noreply.github.com>
This commit is contained in:
@@ -23,6 +23,7 @@ use codec::{Encode, Decode, Codec};
|
||||
use sp_std::vec::Vec;
|
||||
use sp_runtime::ConsensusEngineId;
|
||||
|
||||
pub mod digests;
|
||||
pub mod inherents;
|
||||
|
||||
pub mod sr25519 {
|
||||
|
||||
Reference in New Issue
Block a user