lighthouse/beacon_node/execution_layer/src/test_utils
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
..
fixtures/mainnet Upgrade to v1.4.0-beta.3 (#4862) 2023-10-21 13:49:27 +00:00
execution_block_generator.rs Upgrade to v1.4.0-beta.3 (#4862) 2023-10-21 13:49:27 +00:00
handle_rpc.rs Deneb pr updates 2 (#4851) 2023-10-17 09:53:46 +11:00
hook.rs Merge remote-tracking branch 'origin/unstable' into capella-update 2022-12-14 13:00:41 +11:00
mock_builder.rs Merge branch 'unstable' into merge-unstable-to-deneb-20231005 2023-10-05 15:54:44 +11:00
mock_execution_layer.rs Upgrade to v1.4.0-beta.3 (#4862) 2023-10-21 13:49:27 +00:00
mod.rs Upgrade to v1.4.0-beta.3 (#4862) 2023-10-21 13:49:27 +00:00