mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 10:01:17 +00:00
node: use BABE predigest data to find authorship (#3293)
* node: use BABE predigest data to find authorship * node: bump spec_version * babe: use u32 for authority index
This commit is contained in:
@@ -53,7 +53,7 @@ pub const VRF_PROOF_LENGTH: usize = 64;
|
||||
pub const PUBLIC_KEY_LENGTH: usize = 32;
|
||||
|
||||
/// The index of an authority.
|
||||
pub type AuthorityIndex = u64;
|
||||
pub type AuthorityIndex = u32;
|
||||
|
||||
/// A slot number.
|
||||
pub type SlotNumber = u64;
|
||||
|
||||
Reference in New Issue
Block a user