Correct ENR decoding on extension trait (#6402)

* Correct enr extension encodings

* Clippy my ol friend

* Correct all encoding and comparisons

* Found some more encodings

* Fix remaining tests
This commit is contained in:
Age Manning
2024-09-20 22:14:57 +10:00
committed by GitHub
parent 46e0d66e2d
commit a97d77c147
6 changed files with 58 additions and 23 deletions

2
Cargo.lock generated
View File

@@ -1061,6 +1061,7 @@ name = "boot_node"
version = "5.3.0"
dependencies = [
"beacon_node",
"bytes",
"clap",
"clap_utils",
"eth2_network_config",
@@ -5063,6 +5064,7 @@ name = "lighthouse_network"
version = "0.2.0"
dependencies = [
"alloy-primitives",
"alloy-rlp",
"async-channel",
"bytes",
"delay_map",