README.md
setup.py
configs/mainnet.yaml
configs/minimal.yaml
eth2spec.egg-info/PKG-INFO
eth2spec.egg-info/SOURCES.txt
eth2spec.egg-info/dependency_links.txt
eth2spec.egg-info/requires.txt
eth2spec.egg-info/top_level.txt
specs/altair/beacon-chain.md
specs/altair/bls.md
specs/altair/fork.md
specs/altair/p2p-interface.md
specs/altair/sync-protocol.md
specs/altair/validator.md
specs/custody_game/beacon-chain.md
specs/custody_game/validator.md
specs/das/das-core.md
specs/das/fork-choice.md
specs/das/p2p-interface.md
specs/das/sampling.md
specs/merge/beacon-chain.md
specs/merge/fork-choice.md
specs/merge/fork.md
specs/merge/validator.md
specs/phase0/beacon-chain.md
specs/phase0/deposit-contract.md
specs/phase0/fork-choice.md
specs/phase0/p2p-interface.md
specs/phase0/validator.md
specs/phase0/weak-subjectivity.md
specs/sharding/beacon-chain.md
specs/sharding/p2p-interface.md
tests/core/pyspec/eth2spec/VERSION.txt
tests/core/pyspec/eth2spec/__init__.py
tests/core/pyspec/eth2spec/altair/__init__.py
tests/core/pyspec/eth2spec/altair/mainnet.py
tests/core/pyspec/eth2spec/altair/minimal.py
tests/core/pyspec/eth2spec/config/__init__.py
tests/core/pyspec/eth2spec/config/config_util.py
tests/core/pyspec/eth2spec/debug/__init__.py
tests/core/pyspec/eth2spec/debug/decode.py
tests/core/pyspec/eth2spec/debug/encode.py
tests/core/pyspec/eth2spec/debug/random_value.py
tests/core/pyspec/eth2spec/gen_helpers/__init__.py
tests/core/pyspec/eth2spec/gen_helpers/gen_base/__init__.py
tests/core/pyspec/eth2spec/gen_helpers/gen_base/gen_runner.py
tests/core/pyspec/eth2spec/gen_helpers/gen_base/gen_typing.py
tests/core/pyspec/eth2spec/gen_helpers/gen_from_tests/__init__.py
tests/core/pyspec/eth2spec/gen_helpers/gen_from_tests/gen.py
tests/core/pyspec/eth2spec/merge/__init__.py
tests/core/pyspec/eth2spec/merge/mainnet.py
tests/core/pyspec/eth2spec/merge/minimal.py
tests/core/pyspec/eth2spec/phase0/__init__.py
tests/core/pyspec/eth2spec/phase0/mainnet.py
tests/core/pyspec/eth2spec/phase0/minimal.py
tests/core/pyspec/eth2spec/test/__init__.py
tests/core/pyspec/eth2spec/test/conftest.py
tests/core/pyspec/eth2spec/test/context.py
tests/core/pyspec/eth2spec/test/exceptions.py
tests/core/pyspec/eth2spec/test/utils.py
tests/core/pyspec/eth2spec/test/altair/__init__.py
tests/core/pyspec/eth2spec/test/altair/block_processing/__init__.py
tests/core/pyspec/eth2spec/test/altair/block_processing/test_process_sync_aggregate.py
tests/core/pyspec/eth2spec/test/altair/epoch_processing/__init__.py
tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_inactivity_updates.py
tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_participation_flag_updates.py
tests/core/pyspec/eth2spec/test/altair/epoch_processing/test_process_sync_committee_updates.py
tests/core/pyspec/eth2spec/test/altair/fork/__init__.py
tests/core/pyspec/eth2spec/test/altair/fork/test_altair_fork_basic.py
tests/core/pyspec/eth2spec/test/altair/fork/test_altair_fork_random.py
tests/core/pyspec/eth2spec/test/altair/sanity/__init__.py
tests/core/pyspec/eth2spec/test/altair/sanity/test_blocks.py
tests/core/pyspec/eth2spec/test/altair/transition/__init__.py
tests/core/pyspec/eth2spec/test/altair/transition/test_transition.py
tests/core/pyspec/eth2spec/test/altair/unittests/__init__.py
tests/core/pyspec/eth2spec/test/altair/unittests/test_config_invariants.py
tests/core/pyspec/eth2spec/test/altair/unittests/test_config_override.py
tests/core/pyspec/eth2spec/test/altair/unittests/test_helpers.py
tests/core/pyspec/eth2spec/test/altair/unittests/test_sync_protocol.py
tests/core/pyspec/eth2spec/test/altair/unittests/validator/__init__.py
tests/core/pyspec/eth2spec/test/altair/unittests/validator/test_validator.py
tests/core/pyspec/eth2spec/test/custody_game/__init__.py
tests/core/pyspec/eth2spec/test/custody_game/block_processing/__init__.py
tests/core/pyspec/eth2spec/test/custody_game/block_processing/test_process_attestation.py
tests/core/pyspec/eth2spec/test/custody_game/block_processing/test_process_chunk_challenge.py
tests/core/pyspec/eth2spec/test/custody_game/block_processing/test_process_custody_key_reveal.py
tests/core/pyspec/eth2spec/test/custody_game/block_processing/test_process_custody_slashing.py
tests/core/pyspec/eth2spec/test/custody_game/block_processing/test_process_early_derived_secret_reveal.py
tests/core/pyspec/eth2spec/test/custody_game/epoch_processing/__init__.py
tests/core/pyspec/eth2spec/test/custody_game/epoch_processing/test_process_challenge_deadlines.py
tests/core/pyspec/eth2spec/test/custody_game/epoch_processing/test_process_custody_final_updates.py
tests/core/pyspec/eth2spec/test/custody_game/epoch_processing/test_process_reveal_deadlines.py
tests/core/pyspec/eth2spec/test/custody_game/sanity/__init__.py
tests/core/pyspec/eth2spec/test/custody_game/sanity/test_blocks.py
tests/core/pyspec/eth2spec/test/helpers/__init__.py
tests/core/pyspec/eth2spec/test/helpers/attestations.py
tests/core/pyspec/eth2spec/test/helpers/attester_slashings.py
tests/core/pyspec/eth2spec/test/helpers/block.py
tests/core/pyspec/eth2spec/test/helpers/block_header.py
tests/core/pyspec/eth2spec/test/helpers/block_processing.py
tests/core/pyspec/eth2spec/test/helpers/constants.py
tests/core/pyspec/eth2spec/test/helpers/custody.py
tests/core/pyspec/eth2spec/test/helpers/deposits.py
tests/core/pyspec/eth2spec/test/helpers/epoch_processing.py
tests/core/pyspec/eth2spec/test/helpers/execution_payload.py
tests/core/pyspec/eth2spec/test/helpers/fork_choice.py
tests/core/pyspec/eth2spec/test/helpers/genesis.py
tests/core/pyspec/eth2spec/test/helpers/inactivity_scores.py
tests/core/pyspec/eth2spec/test/helpers/keys.py
tests/core/pyspec/eth2spec/test/helpers/merkle.py
tests/core/pyspec/eth2spec/test/helpers/multi_operations.py
tests/core/pyspec/eth2spec/test/helpers/proposer_slashings.py
tests/core/pyspec/eth2spec/test/helpers/random.py
tests/core/pyspec/eth2spec/test/helpers/rewards.py
tests/core/pyspec/eth2spec/test/helpers/shard_block.py
tests/core/pyspec/eth2spec/test/helpers/state.py
tests/core/pyspec/eth2spec/test/helpers/sync_committee.py
tests/core/pyspec/eth2spec/test/helpers/typing.py
tests/core/pyspec/eth2spec/test/helpers/voluntary_exits.py
tests/core/pyspec/eth2spec/test/helpers/altair/__init__.py
tests/core/pyspec/eth2spec/test/helpers/altair/fork.py
tests/core/pyspec/eth2spec/test/helpers/merge/__init__.py
tests/core/pyspec/eth2spec/test/helpers/merge/fork.py
tests/core/pyspec/eth2spec/test/merge/__init__.py
tests/core/pyspec/eth2spec/test/merge/block_processing/__init__.py
tests/core/pyspec/eth2spec/test/merge/block_processing/test_process_execution_payload.py
tests/core/pyspec/eth2spec/test/merge/fork/__init__.py
tests/core/pyspec/eth2spec/test/merge/fork/test_merge_fork_basic.py
tests/core/pyspec/eth2spec/test/merge/fork/test_merge_fork_random.py
tests/core/pyspec/eth2spec/test/merge/sanity/__init__.py
tests/core/pyspec/eth2spec/test/merge/sanity/test_blocks.py
tests/core/pyspec/eth2spec/test/phase0/__init__.py
tests/core/pyspec/eth2spec/test/phase0/block_processing/__init__.py
tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_attestation.py
tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_attester_slashing.py
tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_block_header.py
tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_deposit.py
tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_proposer_slashing.py
tests/core/pyspec/eth2spec/test/phase0/block_processing/test_process_voluntary_exit.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/__init__.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_effective_balance_updates.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_eth1_data_reset.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_historical_roots_update.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_justification_and_finalization.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_participation_record_updates.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_randao_mixes_reset.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_registry_updates.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_rewards_and_penalties.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_slashings.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_slashings_reset.py
tests/core/pyspec/eth2spec/test/phase0/finality/__init__.py
tests/core/pyspec/eth2spec/test/phase0/finality/test_finality.py
tests/core/pyspec/eth2spec/test/phase0/fork_choice/__init__.py
tests/core/pyspec/eth2spec/test/phase0/fork_choice/test_get_head.py
tests/core/pyspec/eth2spec/test/phase0/genesis/__init__.py
tests/core/pyspec/eth2spec/test/phase0/genesis/test_initialization.py
tests/core/pyspec/eth2spec/test/phase0/genesis/test_validity.py
tests/core/pyspec/eth2spec/test/phase0/rewards/__init__.py
tests/core/pyspec/eth2spec/test/phase0/rewards/test_basic.py
tests/core/pyspec/eth2spec/test/phase0/rewards/test_leak.py
tests/core/pyspec/eth2spec/test/phase0/rewards/test_random.py
tests/core/pyspec/eth2spec/test/phase0/sanity/__init__.py
tests/core/pyspec/eth2spec/test/phase0/sanity/test_blocks.py
tests/core/pyspec/eth2spec/test/phase0/sanity/test_slots.py
tests/core/pyspec/eth2spec/test/phase0/unittests/__init__.py
tests/core/pyspec/eth2spec/test/phase0/unittests/test_config_invariants.py
tests/core/pyspec/eth2spec/test/phase0/unittests/validator/__init__.py
tests/core/pyspec/eth2spec/test/phase0/unittests/validator/test_validator_unittest.py
tests/core/pyspec/eth2spec/test/sharding/__init__.py
tests/core/pyspec/eth2spec/test/sharding/unittests/__init__.py
tests/core/pyspec/eth2spec/test/sharding/unittests/test_get_start_shard.py
tests/core/pyspec/eth2spec/utils/__init__.py
tests/core/pyspec/eth2spec/utils/bls.py
tests/core/pyspec/eth2spec/utils/hash_function.py
tests/core/pyspec/eth2spec/utils/merkle_minimal.py
tests/core/pyspec/eth2spec/utils/test_merkle_minimal.py
tests/core/pyspec/eth2spec/utils/test_merkle_proof_util.py
tests/core/pyspec/eth2spec/utils/ssz/__init__.py
tests/core/pyspec/eth2spec/utils/ssz/ssz_impl.py
tests/core/pyspec/eth2spec/utils/ssz/ssz_typing.py