lighthouse-pulse/lcli/src
Michael Sproul b96cfcaaa4 Fix bug in lcli transition-blocks and improve pretty-ssz (#4513)
## 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`.
2023-07-31 01:53:05 +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 Clean capella (#4019) 2023-03-01 03:19:02 +00:00
deploy_deposit_contract.rs Replace ganache-cli with anvil (#3555) 2023-05-15 07:22:02 +00:00
eth1_genesis.rs Super small improvement: Remove unnecessary mut (#3736) 2022-11-21 03:15:54 +00:00
generate_bootnode_enr.rs Cleanup unreachable code in lcli::generate_bootnode_enr and some tests (#4485) 2023-07-17 05:31:53 +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 v1.1.1 spec updates (#2684) 2021-12-02 14:26:54 +11:00
main.rs Fix bug in lcli transition-blocks and improve pretty-ssz (#4513) 2023-07-31 01:53:05 +00:00
mnemonic_validators.rs Post merge local testnets (#3807) 2023-05-17 05:51:54 +00:00
new_testnet.rs Cache target attester balances for unrealized FFG progression calculation (#4362) 2023-06-30 01:13:06 +00:00
parse_ssz.rs Fix bug in lcli transition-blocks and improve pretty-ssz (#4513) 2023-07-31 01:53:05 +00:00
replace_state_pubkeys.rs Update lcli pubkey replace command (#2677) 2021-12-02 14:26:53 +11:00
skip_slots.rs Add state-root command and network support to lcli (#4492) 2023-07-12 07:05:58 +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