mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Add voluntary exit via validator manager (#6612)
* #4303 * #4804 -Add voluntary exit feature to the validator manager -Add delete all validators by using the keyword "all"
This commit is contained in:
3
Cargo.lock
generated
3
Cargo.lock
generated
@@ -9933,6 +9933,7 @@ name = "validator_manager"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"account_utils",
|
||||
"beacon_chain",
|
||||
"clap",
|
||||
"clap_utils",
|
||||
"derivative",
|
||||
@@ -9942,9 +9943,11 @@ dependencies = [
|
||||
"eth2_wallet",
|
||||
"ethereum_serde_utils",
|
||||
"hex",
|
||||
"http_api",
|
||||
"regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"slot_clock",
|
||||
"tempfile",
|
||||
"tokio",
|
||||
"tree_hash",
|
||||
|
||||
Reference in New Issue
Block a user