mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 02:24:31 +00:00
b96cfcaaa4
## Proposed Changes - Fix bad `state_root` reuse in `lcli transition-blocks` that resulted in invalid results at skipped slots. - Modernise `lcli pretty-ssz` to include fork-generic decoders for `SignedBeaconBlock` and `BeaconState` which respect the `--network`/`--testnet-dir` flag. ## Additional Info Breaking change: the underscore names like `signed_block_merge` are removed in favour of the fork-generic name `SignedBeaconBlock`, and fork-specific names which match the superstruct variants, e.g. `SignedBeaconBlockMerge`. |
||
---|---|---|
.. | ||
block_root.rs | ||
change_genesis_time.rs | ||
check_deposit_data.rs | ||
create_payload_header.rs | ||
deploy_deposit_contract.rs | ||
eth1_genesis.rs | ||
generate_bootnode_enr.rs | ||
indexed_attestations.rs | ||
insecure_validators.rs | ||
interop_genesis.rs | ||
main.rs | ||
mnemonic_validators.rs | ||
new_testnet.rs | ||
parse_ssz.rs | ||
replace_state_pubkeys.rs | ||
skip_slots.rs | ||
state_root.rs | ||
transition_blocks.rs |