Add lcli mock-el (#4587)

* Track time to early attester cache

* Add debug log for early attester cache

* Add mock-el command to lcli

* Revert beacon chain changes

* Tidy, fix compilation errors

* Add required flag

* Default to SYNCING response

* Hide flag
This commit is contained in:
Paul Hauner
2023-11-29 10:04:29 +11:00
committed by GitHub
parent 8a599ec7dc
commit 86163d94f2
4 changed files with 124 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ beacon_chain = { workspace = true }
store = { workspace = true }
malloc_utils = { workspace = true }
rayon = { workspace = true }
execution_layer = { workspace = true }
hex = { workspace = true }
[package.metadata.cargo-udeps.ignore]
normal = ["malloc_utils"]