mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-20 06:18:31 +00:00
Attestation service test suite (#1070)
* add attestation service tests * fix cargo fmt Co-authored-by: Age Manning <Age@AgeManning.com>
This commit is contained in:
@@ -8,6 +8,7 @@ edition = "2018"
|
||||
sloggers = "0.3.4"
|
||||
genesis = { path = "../genesis" }
|
||||
tempdir = "0.3"
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
[dependencies]
|
||||
beacon_chain = { path = "../beacon_chain" }
|
||||
@@ -30,3 +31,6 @@ smallvec = "1.0.0"
|
||||
rand = "0.7.2"
|
||||
fnv = "1.0.6"
|
||||
rlp = "0.4.3"
|
||||
tokio-timer = "0.2.12"
|
||||
matches = "0.1.8"
|
||||
tempfile = "3.1.0"
|
||||
Reference in New Issue
Block a user