feat: presign for validator account (#6747)

#6746


  Add a --presign flag to emit the json output to stdout instead of publishing the exit
This commit is contained in:
Hamdi Allam
2025-04-24 01:38:05 -04:00
committed by GitHub
parent 1324d3d3c4
commit 6fad18644b
3 changed files with 34 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ eth2_wallet_manager = { path = "../common/eth2_wallet_manager" }
filesystem = { workspace = true }
safe_arith = { workspace = true }
sensitive_url = { workspace = true }
serde_json = { workspace = true }
slashing_protection = { workspace = true }
slot_clock = { workspace = true }
tokio = { workspace = true }