Add builder for benches

Also adds a "sane" case for block processing
This commit is contained in:
Paul Hauner
2019-03-14 16:44:56 +11:00
parent ed49023b87
commit 2535f47f13
4 changed files with 266 additions and 248 deletions

View File

@@ -12,7 +12,7 @@ use ssz::{SignedRoot, TreeHash};
///
/// This struct should **never be used for production purposes.**
pub struct TestingBeaconBlockBuilder {
block: BeaconBlock,
pub block: BeaconBlock,
}
impl TestingBeaconBlockBuilder {