mirbft GitHub

Issue 79 Follow-up Events
enhancementgood first issue Use the newly introduced `FollowUp` and `FollowUps` methods instead of directly accessing the Event's `Next` field. This task corresponds to the following TODO: https://github.com/hyperledger-labs/mirbft/blob/ba531de6b31449865b425cacc086577864c7dd50/pkg/pb/eventpb/methods.go#L3 This task involves looking up all direct accesses to the `Next` field and replacing them by the appropriate calls to `FollowUp` and `FollowUps`
Created At 2021-12-03 12:10:35 +0000 UTC