sigp / lighthouse

Ethereum consensus client in Rust
https://lighthouse.sigmaprime.io/
Apache License 2.0
2.81k stars 696 forks source link

Fix custody subnet count encoding #5997

Closed jimmygchen closed 4 days ago

jimmygchen commented 5 days ago

Issue Addressed

The previous PR that added the new csc ENR field was double encoding the value and caused a mismatch with the latest spec. This PR removed the extra encoding.