port ethcore

This commit is contained in:
Robert Habermeier
2016-09-01 14:29:59 +02:00
parent eb7b62a61c
commit 5dd56aa070
47 changed files with 113 additions and 77 deletions

View File

@@ -17,6 +17,7 @@
use super::test_common::*;
use evm;
use ethjson;
use rlp::{UntrustedRlp, View};
fn do_json_test(json_data: &[u8]) -> Vec<String> {
let tests = ethjson::transaction::Test::load(json_data).unwrap();