lighthouse/lcli/src
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
..
block_root.rs Add state-root command and network support to lcli (#4492) 2023-07-12 07:05:58 +00:00
change_genesis_time.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
check_deposit_data.rs Fix Rust 1.69 lints (#4222) 2023-04-21 18:29:28 +00:00
create_payload_header.rs Rename eip4844 to deneb (#4129) 2023-03-26 11:49:16 -04:00
deploy_deposit_contract.rs Replace ganache-cli with anvil (#3555) 2023-05-15 07:22:02 +00:00
eth1_genesis.rs Add Holesky (#4653) 2023-08-28 05:34:27 +00:00
generate_bootnode_enr.rs enforce non zero enr ports (#4776) 2023-10-03 23:59:34 +00:00
indexed_attestations.rs Add lcli indexed-attestations (#3221) 2022-05-31 06:09:08 +00:00
insecure_validators.rs Fix local testnet scripts (#2229) 2021-03-30 05:17:58 +00:00
interop_genesis.rs Add Holesky (#4653) 2023-08-28 05:34:27 +00:00
main.rs Merge branch 'unstable' into merge-unstable-to-deneb-20230808 2023-08-08 17:02:51 +10:00
mnemonic_validators.rs Post merge local testnets (#3807) 2023-05-17 05:51:54 +00:00
new_testnet.rs Upgrade to v1.4.0-beta.3 (#4862) 2023-10-21 13:49:27 +00:00
parse_ssz.rs Merge branch 'unstable' into merge-unstable-to-deneb-20230808 2023-08-08 17:02:51 +10:00
replace_state_pubkeys.rs Update lcli pubkey replace command (#2677) 2021-12-02 14:26:53 +11:00
skip_slots.rs Fix: write post state in lcli skip-slots (#4843) 2023-10-19 05:19:25 +00:00
state_root.rs Add state-root command and network support to lcli (#4492) 2023-07-12 07:05:58 +00:00
transition_blocks.rs Fix bug in lcli transition-blocks and improve pretty-ssz (#4513) 2023-07-31 01:53:05 +00:00