Restoring chunk challenges and testing

This commit is contained in:
Dankrad Feist
2020-04-24 17:06:27 +01:00
parent 907c56dabd
commit ab2ee0e2c2
12 changed files with 1216 additions and 101 deletions

View File

@@ -121,7 +121,7 @@ from lru import LRU
from eth2spec.utils.ssz.ssz_impl import hash_tree_root
from eth2spec.utils.ssz.ssz_typing import (
View, boolean, Container, List, Vector, uint64, uint8, bit,
ByteList, Bytes1, Bytes4, Bytes32, Bytes48, Bytes96, Bitlist, Bitvector,
ByteList, ByteVector, Bytes1, Bytes4, Bytes32, Bytes48, Bytes96, Bitlist, Bitvector,
)
from eth2spec.utils import bls