mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 12:54:27 +00:00
Add support for beaconAPI in lcli functions (#3252)
## Issue Addressed NA ## Proposed Changes Modifies `lcli skip-slots` and `lcli transition-blocks` allow them to source blocks/states from a beaconAPI and also gives them some more features to assist with benchmarking. ## Additional Info Breaks the current `lcli skip-slots` and `lcli transition-blocks` APIs by changing some flag names. It should be simple enough to figure out the changes via `--help`. Currently blocked on #3263.
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -3105,6 +3105,7 @@ name = "lcli"
|
||||
version = "2.5.1"
|
||||
dependencies = [
|
||||
"account_utils",
|
||||
"beacon_chain",
|
||||
"bls",
|
||||
"clap",
|
||||
"clap_utils",
|
||||
@@ -3128,6 +3129,7 @@ dependencies = [
|
||||
"serde_yaml",
|
||||
"snap",
|
||||
"state_processing",
|
||||
"store",
|
||||
"tree_hash",
|
||||
"types",
|
||||
"validator_dir",
|
||||
|
||||
Reference in New Issue
Block a user