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:
chonghe
2025-07-01 11:07:49 +08:00
committed by GitHub
parent c1f94d9b7b
commit 257d270718
14 changed files with 983 additions and 23 deletions

3
Cargo.lock generated
View File

@@ -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",