Move block_proposer into separate crate

This commit is contained in:
Paul Hauner
2019-01-23 21:21:18 +11:00
parent 8e935f93bc
commit 403eefb7b4
5 changed files with 349 additions and 0 deletions

View File

@@ -19,4 +19,5 @@ members = [
"beacon_node/beacon_chain",
"protos",
"validator_client",
"validator_client/block_proposer",
]