Hein Meling

Results 169 issues of Hein Meling

Moving the call types to a new package `calltype` can help with code maintainability. @Raytar Thoughts?

enhancement

The makefiles are not working quite right atm. In particular, it would be nice to have existing generated code such as `metadata/metadata_gorums.pb.go` and others depend on the `protoc-gen-gorums` plugin. That...

**Background:** We now have support for custom return types that can be returned from the different quorum call variants to encode additional details that does need to be sent on...

thinking

This would be a fairly large redesign, but if my initial thoughts are correct, we could possibly get rid of the whole code generator. I may be wrong of course....

enhancement
help wanted
thinking

Make progression of different examples ranging from 1. Simple gRPC example 2. Load balancing accessing two distinct services 3. Distributed storage with simple majority quorums (both single-writer and multi-writer) 4....

enhancement
help wanted
doc

Even though I have defined the TEACHERS_PET_GITHUB_TOKEN env. variable, github now insists on asking me for my username and password. This used to work perfectly fine without this interactivity a...

bug

The `revive` linter (which runs as part of GitHub's workflow) complains because documentation is missing, resulting in red (non-passing) tests. Some of them may only need to be a single...

documentation

It would be nice to have better documentation in the main README.md and in the scripts folder and other places, where things that need advanced command lines to run things...

documentation

This will remove the translation layer to avoid allocations and improve performance.

It would be nice to avoid translations between protobuf types and hotstuff-defined types, such as those in hotstuffpb and corresponding translations. Such translations slows things down, adds memory allocation overhead,...

performance