-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor batcher/minibatcher creation to use generic interface Fix integration test Fix tests Update batcher interface type cast Move minibatcher tablename check to earlier init phase Make minibatcher table name optional Add info output at startup Lint Remove log output Rename MinibatchStore to Batchstore Remove generic batch/minibatcher interface Add orchestrator abstraction Add metrics Add finalizer Refactor and consolidate encoding client/streamer init Revert batcher to original Move minibatcher branch logic to main Move finalizer, encodingstreamer, chain state, assignment mgr into orchestrator Add batchConfirmer to orchestrator Move signalLiveness into orchestrator Add transactionMgr startup to orchestrator Lint Lint Lint Lint
- Loading branch information
Showing
12 changed files
with
358 additions
and
156 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
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
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
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.