Remove compare_fields and import from crates.io (#8189)

Use the recently published `compare_fields` and remove it from Lighthouse
https://crates.io/crates/compare_fields


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2025-10-28 09:49:47 +04:00
committed by GitHub
parent f5809aff87
commit f4b1bb46b5
11 changed files with 10 additions and 307 deletions

View File

@@ -29,7 +29,6 @@ alloy-rlp = { version = "0.3.4", features = ["derive"] }
arbitrary = { workspace = true, features = ["derive"], optional = true }
bls = { workspace = true }
compare_fields = { workspace = true }
compare_fields_derive = { workspace = true }
context_deserialize = { workspace = true }
derivative = { workspace = true }
eth2_interop_keypairs = { path = "../../common/eth2_interop_keypairs" }