forked from linera-io/linera-protocol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support the BFT protocol in the client. (linera-io#1305)
* Make execute_block try harder. * Introduce ClientOutcome. * Add ClientOutcome checks to existing leader_timeout test. * Extend the client tests. * Rename OtherBlock to Conflict. * Make ensure_admin_subscription parallel. * Revert the increased sleeps in crowd-funding README. * Retry on some proposal errors. * Move ClientOutcome to data_types. * Refactor return Oks. * Add TODOs for error distinction and more accurate round timeout.
- Loading branch information
Showing
8 changed files
with
1,231 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.