mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
* Companion for #7997 https://github.com/paritytech/substrate/pull/7997 * rename slot_number to slot * rename SlotNumber type in overseer docs * "Update Substrate" Co-authored-by: André Silva <andrerfosilva@gmail.com> Co-authored-by: parity-processbot <>
This commit is contained in:
@@ -71,7 +71,7 @@ struct CandidateEntry {
|
||||
struct BlockEntry {
|
||||
block_hash: Hash,
|
||||
session: SessionIndex,
|
||||
slot: SlotNumber,
|
||||
slot: Slot,
|
||||
// random bytes derived from the VRF submitted within the block by the block
|
||||
// author as a credential and used as input to approval assignment criteria.
|
||||
relay_vrf_story: [u8; 32],
|
||||
|
||||
@@ -101,8 +101,8 @@ struct BlockApprovalMeta {
|
||||
/// The candidates included by the block. Note that these are not the same as the candidates that appear within the
|
||||
/// block body.
|
||||
candidates: Vec<CandidateHash>,
|
||||
/// The consensus slot number of the block.
|
||||
slot_number: SlotNumber,
|
||||
/// The consensus slot of the block.
|
||||
slot: Slot,
|
||||
}
|
||||
|
||||
enum ApprovalDistributionMessage {
|
||||
|
||||
Reference in New Issue
Block a user