Merge branch 'master' of github.com:ethcore/parity into simplified_block_opening

This commit is contained in:
debris
2016-06-09 11:09:12 -07:00
53 changed files with 1220 additions and 397 deletions

View File

@@ -51,6 +51,8 @@ use error::Error as EthError;
/// Options concerning what analytics we run on the call.
#[derive(Eq, PartialEq, Default, Clone, Copy, Debug)]
pub struct CallAnalytics {
/// Make a transaction trace.
pub transaction_tracing: bool,
/// Make a VM trace.
pub vm_tracing: bool,
/// Make a diff.