mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 15:11:03 +00:00
Include parent head in CandidateReceipt (#826)
* runtime: candidate receipt must pass parent head * construct parachain candidates using correct parent_head * validate that the parent header is correct in candidate receipt * fix test fallout * bump runtime versions
This commit is contained in:
committed by
GitHub
parent
703ac8bbbc
commit
1c2aff5b4d
@@ -292,6 +292,8 @@ pub struct CandidateReceipt {
|
||||
pub signature: CollatorSignature,
|
||||
/// The head-data
|
||||
pub head_data: HeadData,
|
||||
/// The parent head-data.
|
||||
pub parent_head: HeadData,
|
||||
/// Egress queue roots. Must be sorted lexicographically (ascending)
|
||||
/// by parachain ID.
|
||||
pub egress_queue_roots: Vec<(Id, Hash)>,
|
||||
|
||||
Reference in New Issue
Block a user