mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
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:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user