Merge branch 'master' into keccak_fn

This commit is contained in:
debris
2017-08-31 11:53:26 +02:00
55 changed files with 704 additions and 120 deletions

View File

@@ -19,6 +19,7 @@
use std::cmp;
use std::cell::RefCell;
use hash::{KECCAK_NULL_RLP, KECCAK_EMPTY_LIST_RLP, keccak};
use heapsize::HeapSizeOf;
use util::*;
use basic_types::{LogBloom, ZERO_LOGBLOOM};
use time::get_time;