README.md
setup.py
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/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/phase1/beacon-chain.md
specs/phase1/custody-game.md
specs/phase1/fork-choice.md
specs/phase1/light-client-sync.md
specs/phase1/phase1-fork.md
specs/phase1/shard-fork-choice.md
specs/phase1/shard-transition.md
specs/phase1/validator.md
tests/core/pyspec/eth2spec/VERSION.txt
tests/core/pyspec/eth2spec/__init__.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/lightclient_patch/__init__.py
tests/core/pyspec/eth2spec/lightclient_patch/spec.py
tests/core/pyspec/eth2spec/phase0/__init__.py
tests/core/pyspec/eth2spec/phase0/spec.py
tests/core/pyspec/eth2spec/phase1/__init__.py
tests/core/pyspec/eth2spec/phase1/spec.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/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/custody.py
tests/core/pyspec/eth2spec/test/helpers/deposits.py
tests/core/pyspec/eth2spec/test/helpers/fork_choice.py
tests/core/pyspec/eth2spec/test/helpers/genesis.py
tests/core/pyspec/eth2spec/test/helpers/keys.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/rewards.py
tests/core/pyspec/eth2spec/test/helpers/shard_block.py
tests/core/pyspec/eth2spec/test/helpers/shard_transitions.py
tests/core/pyspec/eth2spec/test/helpers/state.py
tests/core/pyspec/eth2spec/test/helpers/voluntary_exits.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/run_epoch_process_base.py
tests/core/pyspec/eth2spec/test/phase0/epoch_processing/test_process_final_updates.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_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/finality/__init__.py
tests/core/pyspec/eth2spec/test/phase0/finality/test_finality.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/phase1/__init__.py
tests/core/pyspec/eth2spec/test/phase1/block_processing/__init__.py
tests/core/pyspec/eth2spec/test/phase1/block_processing/test_process_attestation.py
tests/core/pyspec/eth2spec/test/phase1/block_processing/test_process_chunk_challenge.py
tests/core/pyspec/eth2spec/test/phase1/block_processing/test_process_custody_key_reveal.py
tests/core/pyspec/eth2spec/test/phase1/block_processing/test_process_custody_slashing.py
tests/core/pyspec/eth2spec/test/phase1/block_processing/test_process_early_derived_secret_reveal.py
tests/core/pyspec/eth2spec/test/phase1/block_processing/test_process_shard_transition.py
tests/core/pyspec/eth2spec/test/phase1/epoch_processing/__init__.py
tests/core/pyspec/eth2spec/test/phase1/epoch_processing/test_process_challenge_deadlines.py
tests/core/pyspec/eth2spec/test/phase1/epoch_processing/test_process_custody_final_updates.py
tests/core/pyspec/eth2spec/test/phase1/epoch_processing/test_process_reveal_deadlines.py
tests/core/pyspec/eth2spec/test/phase1/sanity/__init__.py
tests/core/pyspec/eth2spec/test/phase1/sanity/test_blocks.py
tests/core/pyspec/eth2spec/test/phase1/sanity/test_shard_blocks.py
tests/core/pyspec/eth2spec/test/phase1/unittests/__init__.py
tests/core/pyspec/eth2spec/test/phase1/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