Merge pull request #158 from sigp/genesis_tests

Genesis tests
This commit is contained in:
Paul Hauner
2019-01-18 11:33:57 +11:00
committed by GitHub
5 changed files with 172 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ use hashing::canonical_hash;
use rand::RngCore;
use ssz::{ssz_encode, Decodable, DecodeError, Encodable, SszStream};
// Custody will not be added to the specs until Phase 1 (Sharding Phase) so dummay class used.
// Custody will not be added to the specs until Phase 1 (Sharding Phase) so dummy class used.
type CustodyChallenge = usize;
#[derive(Debug, PartialEq, Clone, Default)]