concord-bft
concord-bft copied to clipboard
Concord byzantine fault tolerant state machine replication library
* **Problem Overview** < a few sentences about what problem we want to solve with our change(e.g. description of the bug we are fixing) > * **Testing Done** < describe...
* **Problem Overview** < a few sentences about what problem we want to solve with our change(e.g. description of the bug we are fixing) > * **Testing Done** < describe...
* **Problem Overview** Allow a non-budgeted transaction. The servers validate the budget coin's presence according to a configuration. The client should create the transaction with budget coin also according to...
Move Unsubscribe event to INFO. We don't expect this event to be very frequent. * **Problem Overview** The unsubscription event can be a valuable information and should not be too...
Over the past ten versions of gRPC multiple optimizations and bug fixes have been introduced. Please see [gRPC release page](https://github.com/grpc/grpc/releases) for the detailed breakdown of updates added from 1.38.0 to...
Reduce root trace generation to a minimum
1. test_inactive_window_catchup_up_to_gap 2. test_missed_two_view_changes * **Problem Overview** Tests were disabled because there were some errors in the code and test case as well. * **Testing Done** Verified the test cases...
Connect PreExecute and Consensus traces to get complete transaction trace
This PR mainly focus on the changes needed to update readme files of concord-bft or any other changes.