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/phase0/beacon-chain.md
specs/phase0/deposit-contract.md
specs/phase0/fork-choice.md
specs/phase0/p2p-interface.md
specs/phase0/validator.md
specs/phase1/beacon-chain.md
specs/phase1/custody-game.md
specs/phase1/fork-choice.md
specs/phase1/fraud-proofs.md
specs/phase1/light-client-sync.md
specs/phase1/phase1-fork.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/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/test_finality.py
tests/core/pyspec/eth2spec/test/utils.py
tests/core/pyspec/eth2spec/test/genesis/__init__.py
tests/core/pyspec/eth2spec/test/genesis/test_initialization.py
tests/core/pyspec/eth2spec/test/genesis/test_validity.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/genesis.py
tests/core/pyspec/eth2spec/test/helpers/keys.py
tests/core/pyspec/eth2spec/test/helpers/proposer_slashings.py
tests/core/pyspec/eth2spec/test/helpers/state.py
tests/core/pyspec/eth2spec/test/helpers/voluntary_exits.py
tests/core/pyspec/eth2spec/test/helpers/phase1/__init__.py
tests/core/pyspec/eth2spec/test/helpers/phase1/attestations.py
tests/core/pyspec/eth2spec/test/helpers/phase1/shard_block.py
tests/core/pyspec/eth2spec/test/helpers/phase1/shard_state.py
tests/core/pyspec/eth2spec/test/phase_0/__init__.py
tests/core/pyspec/eth2spec/test/phase_0/block_processing/__init__.py
tests/core/pyspec/eth2spec/test/phase_0/block_processing/test_process_attestation.py
tests/core/pyspec/eth2spec/test/phase_0/block_processing/test_process_attester_slashing.py
tests/core/pyspec/eth2spec/test/phase_0/block_processing/test_process_block_header.py
tests/core/pyspec/eth2spec/test/phase_0/block_processing/test_process_deposit.py
tests/core/pyspec/eth2spec/test/phase_0/block_processing/test_process_proposer_slashing.py
tests/core/pyspec/eth2spec/test/phase_0/block_processing/test_process_voluntary_exit.py
tests/core/pyspec/eth2spec/test/phase_0/epoch_processing/__init__.py
tests/core/pyspec/eth2spec/test/phase_0/epoch_processing/run_epoch_process_base.py
tests/core/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_final_updates.py
tests/core/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_justification_and_finalization.py
tests/core/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_registry_updates.py
tests/core/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_rewards_and_penalties.py
tests/core/pyspec/eth2spec/test/phase_0/epoch_processing/test_process_slashings.py
tests/core/pyspec/eth2spec/test/phase_1/__init__.py
tests/core/pyspec/eth2spec/test/phase_1/block_processing/__init__.py
tests/core/pyspec/eth2spec/test/phase_1/block_processing/test_process_attestation.py
tests/core/pyspec/eth2spec/test/phase_1/block_processing/test_process_custody_key_reveal.py
tests/core/pyspec/eth2spec/test/phase_1/block_processing/test_process_early_derived_secret_reveal.py
tests/core/pyspec/eth2spec/test/sanity/__init__.py
tests/core/pyspec/eth2spec/test/sanity/test_blocks.py
tests/core/pyspec/eth2spec/test/sanity/test_slots.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/ssz/__init__.py
tests/core/pyspec/eth2spec/utils/ssz/ssz_impl.py
tests/core/pyspec/eth2spec/utils/ssz/ssz_typing.py