Move lcli out of the tests dir
This commit is contained in:
parent
7c211f3791
commit
62b5f9c5a0
@ -34,7 +34,7 @@ members = [
|
|||||||
"beacon_node/version",
|
"beacon_node/version",
|
||||||
"beacon_node/beacon_chain",
|
"beacon_node/beacon_chain",
|
||||||
"tests/ef_tests",
|
"tests/ef_tests",
|
||||||
"tests/lcli",
|
"lcli",
|
||||||
"protos",
|
"protos",
|
||||||
"validator_client",
|
"validator_client",
|
||||||
"account_manager",
|
"account_manager",
|
||||||
|
0
tests/lcli/.gitignore → lcli/.gitignore
vendored
0
tests/lcli/.gitignore → lcli/.gitignore
vendored
@ -14,6 +14,6 @@ log = "0.4"
|
|||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_yaml = "0.8"
|
serde_yaml = "0.8"
|
||||||
simple_logger = "1.0"
|
simple_logger = "1.0"
|
||||||
types = { path = "../../eth2/types" }
|
types = { path = "../eth2/types" }
|
||||||
state_processing = { path = "../../eth2/state_processing" }
|
state_processing = { path = "../eth2/state_processing" }
|
||||||
eth2_ssz = { path = "../../eth2/utils/ssz" }
|
eth2_ssz = { path = "../eth2/utils/ssz" }
|
Loading…
Reference in New Issue
Block a user