-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(consensus): implement ComponentStarter for the consensus manager…
… component (#1199) Run node with: ``` cargo run --package starknet_mempool_node --bin starknet_mempool_node -- \ --consensus_manager_config.consensus_config.validator_id 0x0 \ --batcher_config.storage.db_config.enforce_file_exists false ```
- Loading branch information
1 parent
a1b7a01
commit c161cca
Showing
4 changed files
with
102 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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