Fix handling of cross-fork messages in op pool

This commit is contained in:
Michael Sproul
2022-08-19 18:00:52 +10:00
parent ab51dae1b8
commit 52bb1840ae
11 changed files with 593 additions and 199 deletions

3
Cargo.lock generated
View File

@@ -4394,6 +4394,7 @@ dependencies = [
"itertools",
"lazy_static",
"lighthouse_metrics",
"maplit",
"parking_lot 0.12.1",
"rayon",
"serde",
@@ -6246,9 +6247,11 @@ dependencies = [
"arbitrary",
"beacon_chain",
"bls",
"derivative",
"env_logger 0.9.0",
"eth2_hashing",
"eth2_ssz",
"eth2_ssz_derive",
"eth2_ssz_types",
"int_to_bytes",
"integer-sqrt",