SSZ generic tests for big uints

This commit is contained in:
Michael Sproul
2019-09-04 13:03:44 +10:00
parent f47eaf5730
commit d511c939eb
23 changed files with 185 additions and 165 deletions

View File

@@ -1,5 +1,5 @@
use super::*;
use crate::yaml_decode::{ssz_decode_file, yaml_decode_file};
use crate::decode::{ssz_decode_file, yaml_decode_file};
use serde_derive::Deserialize;
use state_processing::is_valid_genesis_state;
use std::path::{Path, PathBuf};