mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 19:41:05 +00:00
Full chunk messages for availability-recovery (#2466)
* add full data messages * handle new messages * flip condition
This commit is contained in:
committed by
GitHub
parent
64691eefba
commit
4a5e5f13ae
@@ -598,7 +598,7 @@ pub enum CoreOccupied {
|
||||
|
||||
/// This is the data we keep available for each candidate included in the relay chain.
|
||||
#[cfg(feature = "std")]
|
||||
#[derive(Clone, Encode, Decode, PartialEq, Debug)]
|
||||
#[derive(Clone, Encode, Decode, PartialEq, Eq, Debug)]
|
||||
pub struct AvailableData {
|
||||
/// The Proof-of-Validation of the candidate.
|
||||
pub pov: std::sync::Arc<PoV>,
|
||||
|
||||
Reference in New Issue
Block a user