Merge remote-tracking branch 'upstream/master' into block-processing-tests

This commit is contained in:
Darren Langley
2019-04-19 07:11:45 +10:00
13 changed files with 303 additions and 325 deletions

View File

@@ -1,6 +1,7 @@
#![cfg(not(debug_assertions))]
use serde_derive::Deserialize;
use serde_yaml;
#[cfg(not(debug_assertions))]
use state_processing::{
per_block_processing, per_block_processing_without_verifying_block_signature,
per_slot_processing,
@@ -63,7 +64,6 @@ fn test_read_yaml() {
}
#[test]
#[cfg(not(debug_assertions))]
fn run_state_transition_tests_small() {
// Test sanity-check_small-config_32-vals.yaml
let mut file = {