Description
charon-rs/crates/cluster/src/eip712sigs.rs:86
Go uses lowercase "enr" (eip712sigs.go:75), Rust uses uppercase "ENR". EIP712 hashing is field-name-sensitive — this produces wrong digests and would cause every ENR signature verification to fail.
Description
charon-rs/crates/cluster/src/eip712sigs.rs:86Go uses lowercase
"enr"(eip712sigs.go:75), Rust uses uppercase"ENR". EIP712 hashing is field-name-sensitive — this produces wrong digests and would cause every ENR signature verification to fail.