lighthouse/common
Pawan Dhananjay 6315a81260 Upgrade to v1.4.0-beta.3 (#4862)
## Issue Addressed

Makes lighthouse compliant with new kzg changes in https://github.com/ethereum/consensus-specs/releases/tag/v1.4.0-beta.3

## Proposed Changes

1. Adds new official trusted setup
2. Refactors kzg to match upstream changes in https://github.com/ethereum/c-kzg-4844/pull/377
3. Updates pre-generated `BlobBundle` to work with official trusted setup. ~~Using json here instead of ssz to account for different value of `MaxBlobCommitmentsPerBlock` in minimal and mainnet. By using json, we can just use one pre generated bundle for both minimal and mainnet. Size of 2 separate ssz bundles is approximately equal to one json bundle cc @jimmygchen~~ 
Dunno what I was doing, ssz works without any issues  
4. Stores trusted_setup as just bytes in eth2_network_config so that we don't have kzg dependency in that lib and in lcli. 


Co-authored-by: realbigsean <seananderson33@gmail.com>
Co-authored-by: realbigsean <seananderson33@GMAIL.com>
2023-10-21 13:49:27 +00:00
..
account_utils Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
clap_utils Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
compare_fields Generalise compare_fields to work with iterators (#4823) 2023-10-18 12:59:53 +00:00
compare_fields_derive Generalise compare_fields to work with iterators (#4823) 2023-10-18 12:59:53 +00:00
deposit_contract Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
directory Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
eth2 Pre-generate test blobs bundle to improve test time. (#4829) 2023-10-18 04:40:29 +00:00
eth2_config Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
eth2_interop_keypairs Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
eth2_network_config Upgrade to v1.4.0-beta.3 (#4862) 2023-10-21 13:49:27 +00:00
eth2_wallet_manager Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
filesystem Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
lighthouse_metrics Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
lighthouse_version Release v4.5.0 (#4768) 2023-09-25 05:14:01 +00:00
lockfile Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
logging Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
lru_cache Ultra Fast Super Slick CI (#4755) 2023-10-03 06:33:15 +00:00
malloc_utils Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
monitoring_api Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
oneshot_broadcast Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
pretty_reqwest_error Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
sensitive_url Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
slot_clock Merge unstable 20230925 into deneb-free-blobs. 2023-09-26 10:32:18 +10:00
system_health Remove serde derive references (#4830) 2023-10-11 13:01:30 -04:00
target_check Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
task_executor Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
test_random_derive Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
unused_port Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
validator_dir Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
warp_utils Move dependencies to workspace (#4650) 2023-09-22 04:30:56 +00:00
README.md Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00

eth2

Common crates containing eth2-specific logic.