Merge branch 'deneb-free-blobs' of https://github.com/sigp/lighthouse into some-blob-reprocessing-work

This commit is contained in:
realbigsean
2023-05-18 15:27:59 -04:00
39 changed files with 3016 additions and 168 deletions

4
Cargo.lock generated
View File

@@ -2004,6 +2004,8 @@ dependencies = [
"compare_fields",
"compare_fields_derive",
"derivative",
"eth2_network_config",
"eth2_serde_utils",
"eth2_ssz",
"eth2_ssz_derive",
"ethereum-types 0.14.1",
@@ -2011,9 +2013,11 @@ dependencies = [
"fork_choice",
"fs2",
"hex",
"kzg",
"rayon",
"serde",
"serde_derive",
"serde_json",
"serde_repr",
"serde_yaml",
"snap",