Remove attester, block_producer & test_harness

This commit is contained in:
Paul Hauner
2019-05-09 11:48:14 +10:00
parent 4c0c93f0c9
commit 49c92ef167
37 changed files with 0 additions and 3391 deletions

View File

@@ -5,7 +5,6 @@ authors = ["Paul Hauner <paul@paulhauner.com>", "Age Manning <Age@AgeManning.com
edition = "2018"
[dependencies]
block_proposer = { path = "../../eth2/block_proposer" }
bls = { path = "../../eth2/utils/bls" }
boolean-bitfield = { path = "../../eth2/utils/boolean-bitfield" }
db = { path = "../db" }