Skip to content

Instantly share code, notes, and snippets.

@prestonvanloon
Created June 30, 2019 12:46
Show Gist options
  • Save prestonvanloon/c6e72c4816ee8b18147a2b023e7ab929 to your computer and use it in GitHub Desktop.
Save prestonvanloon/c6e72c4816ee8b18147a2b023e7ab929 to your computer and use it in GitHub Desktop.
└── tests
├── bls
├── epoch_processing
│   ├── crosslinks
│   │   ├── crosslinks_mainnet.yaml
│   │   └── crosslinks_minimal.yaml
│   └── registry_updates
│   ├── registry_updates_mainnet.yaml
│   └── registry_updates_minimal.yaml
├── operations
│   ├── attestation
│   │   ├── attestation_mainnet.yaml
│   │   └── attestation_minimal.yaml
│   ├── attester_slashing
│   │   ├── attester_slashing_mainnet.yaml
│   │   └── attester_slashing_minimal.yaml
│   ├── block_header
│   │   ├── block_header_mainnet.yaml
│   │   └── block_header_minimal.yaml
│   ├── deposit
│   │   ├── deposit_mainnet.yaml
│   │   └── deposit_minimal.yaml
│   ├── proposer_slashing
│   │   ├── proposer_slashing_mainnet.yaml
│   │   └── proposer_slashing_minimal.yaml
│   ├── transfer
│   │   ├── transfer_mainnet.yaml
│   │   └── transfer_minimal.yaml
│   └── voluntary_exit
│   ├── voluntary_exit_mainnet.yaml
│   └── voluntary_exit_minimal.yaml
├── sanity
│   └── blocks
│   └── sanity_blocks_minimal.yaml
├── shuffling
│   └── core
│   └── shuffling_minimal.yaml
├── ssz_generic
│   └── uint
│   ├── uint_bounds.yaml
│   ├── uint_random.yaml
│   └── uint_wrong_length.yaml
└── ssz_static
└── core
├── ssz_mainnet_random.yaml
├── ssz_minimal_lengthy.yaml
├── ssz_minimal_max.yaml
├── ssz_minimal_nil.yaml
├── ssz_minimal_one.yaml
├── ssz_minimal_random_chaos.yaml
├── ssz_minimal_random.yaml
└── ssz_minimal_zero.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment