We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8377d0 commit 66241eeCopy full SHA for 66241ee
reports/reports.asn
@@ -63,7 +63,12 @@ Input ::= SEQUENCE {
63
guarantees GuaranteesExtrinsic,
64
65
-- [H_t] Block's timeslot.
66
- slot TimeSlot
+ slot TimeSlot,
67
+
68
+ -- This is a derived sequence of all known packages
69
+ -- The set is constructed from all the recently reported WPs using recent_blocks (β),
70
+ -- accumulated reports (ξ), availability (ρ), and ready queue (φ).
71
+ known-packages SEQUENCE OF WorkPackageHash
72
}
73
74
ReportedPackage ::= SEQUENCE {
0 commit comments