Skip to content

Commit 66241ee

Browse files
committed
Fix reports ASN1
1 parent f8377d0 commit 66241ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

reports/reports.asn

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,12 @@ Input ::= SEQUENCE {
6363
guarantees GuaranteesExtrinsic,
6464

6565
-- [H_t] Block's timeslot.
66-
slot TimeSlot
66+
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
6772
}
6873

6974
ReportedPackage ::= SEQUENCE {

0 commit comments

Comments
 (0)