mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
tree-states feature
This commit is contained in:
@@ -18,6 +18,8 @@ milagro = ["bls/milagro"]
|
|||||||
spec-minimal = []
|
spec-minimal = []
|
||||||
# Support Gnosis spec and Gnosis Beacon Chain.
|
# Support Gnosis spec and Gnosis Beacon Chain.
|
||||||
gnosis = []
|
gnosis = []
|
||||||
|
# Use `milhouse` tree states.
|
||||||
|
tree-states = ["store/milhouse"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
beacon_node = { "path" = "../beacon_node" }
|
beacon_node = { "path" = "../beacon_node" }
|
||||||
@@ -44,6 +46,7 @@ serde_json = "1.0.59"
|
|||||||
task_executor = { path = "../common/task_executor" }
|
task_executor = { path = "../common/task_executor" }
|
||||||
malloc_utils = { path = "../common/malloc_utils" }
|
malloc_utils = { path = "../common/malloc_utils" }
|
||||||
directory = { path = "../common/directory" }
|
directory = { path = "../common/directory" }
|
||||||
|
store = { path = "../beacon_node/store" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempfile = "3.1.0"
|
tempfile = "3.1.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user