Skip to content

Commit

Permalink
feat: change judgements to verdicts, add offenders (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvladco authored Aug 12, 2024
1 parent 2b46397 commit 09e101f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/block/header.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ type Header struct {
TimeSlotIndex jamtime.Timeslot // Ht
EpochMarker *EpochMarker // He
WinningTicketsMarker [jamtime.TimeslotsPerEpoch]*Ticket // Hw
JudgementsMarkers []crypto.Hash // Hj
PublicKeyIndex uint16 // Hk
Verdicts []crypto.Hash // Hj
OffendersMarkers []crypto.Ed25519PublicKey // Ho, the culprit's and fault's public keys
BlockAuthorIndex uint16 // Hi
VRFSignature crypto.BandersnatchSignature // Hv
BlockSealSignature crypto.BandersnatchSignature // Hs
}
Expand Down

0 comments on commit 09e101f

Please sign in to comment.