Matej Pavlovic

Results 7 issues of Matej Pavlovic

Hello, I am trying to count events produced by a Connectable Observable in 2 ways: - The total number of events and - The number of events that pass a...

question

### Checklist - [X] This is **not** a new feature or an enhancement to the Filecoin protocol. If it is, please open an [FIP issue](https://github.com/filecoin-project/FIPs/blob/master/FIPS/fip-0001.md). - [X] This is **not**...

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...

enhancement
good first issue

Resolve this TODO: https://github.com/hyperledger-labs/mirbft/blob/150081aa1f48a695249ff974e6fab443dce3b24b/pkg/iss/iss.go#L521 The changes in the code should be rather straight-forward, but addressing this issue is a good opportunity to get to know the code.

good first issue

Implement a debugging tool that prints the events that occurred at a mirbft node. Those events are usually gathered by an [event interceptor](https://github.com/hyperledger-labs/mirbft/tree/main/pkg/eventlog/interceptor.go) while the node runs. Mircat prints a...

Polish, comment and document the simple WAL implementation, including a readme file: https://github.com/hyperledger-labs/mirbft/tree/main/pkg/simplewal