bft
Here are 43 public repositories matching this topic...
-
Updated
Sep 7, 2020 - Python
-
Updated
Apr 21, 2020 - Go
-
Updated
Sep 1, 2020 - Go
-
Updated
Aug 14, 2020 - C++
-
Updated
Jul 15, 2019
-
Updated
Apr 14, 2020
-
Updated
Jun 17, 2020 - Kotlin
-
Updated
Nov 13, 2019 - Java
-
Updated
Sep 7, 2020 - C++
-
Updated
Jun 29, 2020 - C++
-
Updated
Oct 11, 2019 - Java
What we could also do is to use "github.com/pkg/errors" package for wrapping error messages in the context of the call stack.
Originally posted by @sergefdrv in hyperledger-labs/minbft#102
-
Updated
Nov 4, 2019 - Rust
This looks good work.
For cross-language support, it would be good to go deep into one language with runtime support, rather than going wide and providing compile-time linking options for many languages.
For example, once C/C++ implementation is done, please:
- provide connectivity options to invoke the API through HTTP/2, WebSockets, RPC etc. so that all other languages, such as
-
Updated
Nov 9, 2018 - TeX
-
Updated
Jul 25, 2019
-
Updated
Apr 10, 2019 - Rust
-
Updated
Apr 17, 2019 - Rust
-
Updated
Jan 22, 2019 - Julia
-
Updated
Jun 21, 2019 - Rust
-
Updated
Jun 19, 2018 - JavaScript
-
Updated
Jul 21, 2020 - Go
Improve this page
Add a description, image, and links to the bft topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bft topic, visit your repo's landing page and select "manage topics."


The blockchain v2 reactor utilizes concurrency to saturate the bottleneck of writing blocks to disk. This concurrency is internal to the reactor where the reactor itself will launch and manage internal state machines running as go-routines. This configuration makes testing difficult as we don't know when messages processed by internal state machines will be processed and when we can assert that th