-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add tests (all failing) for polka occuring in propose step * Report coverage even when tests fail * Split event multiplexing into its own function * Small refactor * wip: Add mixer on step changes * Add case in step change mixer for polka value * Revert misakenly deleted comment * Process pending inputs automatically after processing an input (#108) * Cleanup * Naming * Multiplexer refactoring (#110) * Sketch for mixer reorg * Small cleanup * No fail fast on tests * Emit thresholds even when there are no proposals * Debugging * Fix emitted inputs when no proposal * Cleanup * Restore insertion of proposal * Remove debug statements --------- Co-authored-by: Anca Zamfir <anca@informal.systems> * Only store a single proposal in the driver (#107) * Only store a single proposal * Check proposal round matches input round * Remove dead code * Turn `multiplex_` functions into methods of the `Driver` * Some cleanup * Re-enable `no_std` in driver --------- Co-authored-by: Anca Zamfir <anca@informal.systems>
- Loading branch information
1 parent
759dfda
commit ccdbe8a
Showing
10 changed files
with
520 additions
and
414 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[alias] | ||
mbt = "nextest run -p malachite-itf --all-features" | ||
integration = "nextest run --workspace --exclude malachite-itf" | ||
mbt = "nextest run -p malachite-itf --all-features --no-fail-fast" | ||
integration = "nextest run --workspace --exclude malachite-itf --no-fail-fast" |
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.