Add test to beacon node fallback feature (#6568)

This commit is contained in:
chonghe
2025-02-04 14:43:37 +08:00
committed by GitHub
parent 56f201a257
commit 3d06bc26d1
9 changed files with 405 additions and 13 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "validator_test_rig"
version = "0.1.0"
edition = { workspace = true }
[dependencies]
eth2 = { workspace = true }
logging = { workspace = true }
mockito = { workspace = true }
regex = { workspace = true }
sensitive_url = { workspace = true }
serde_json = { workspace = true }
slog = { workspace = true }
types = { workspace = true }