minbft icon indicating copy to clipboard operation
minbft copied to clipboard

Implementation of MinBFT consensus protocol.

Results 18 minbft issues
Sort by recently updated
recently updated
newest added

Example: https://github.com/hyperledger-labs/solang/blob/main/MAINTAINERS.md Example of a pointer: https://github.com/hyperledger-labs/homebrew-solang/blob/main/MAINTAINERS.md

bug

I am stepping down and handing over my role to @luthlee. @ynamiki Please arrange @luthlee write access to the repository. @luthlee Please confirm.

Discuss what are included and when it will be released here.

This pull request implements termination of replica and client protocol instances. Resolves: #245

enhancement

Some use-cases (e.g. when using MinBFT as a sub-protocol) may require terminating replica and client instances so that they stop any activity and release all occupied resources.

enhancement

The message implementation was optimized for simplicity. However, it is not efficient in terms of the serialized data size since it doesn't attempt to avoid duplication.

`golangci-lint` provides the official GitHub Action and using this is recommend in the official document: https://golangci-lint.run/usage/install/#github-actions We will get the following benefits from the action: - It can be much...

enhancement

Even though this is just a sample application, this kind of error detection might help avoid surprising results if there is a simple typo in configuration. Maybe address in a...

good first issue

A future release of [Intel SGX](https://01.org/intel-softwareguard-extensions) may introduce a new feature to support for running SGX applications inside Docker containers. The feature described in the What's New section in [Intel...

enhancement

This is an umbrella issue to work on the subject matter and continue [this discussion](https://github.com/hyperledger-labs/minbft/pull/127#issuecomment-560991159).