Full chunk messages for availability-recovery (#2466)

* add full data messages

* handle new messages

* flip condition
This commit is contained in:
Robert Habermeier
2021-02-17 13:01:39 -06:00
committed by GitHub
parent 64691eefba
commit 4a5e5f13ae
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -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>,