Avoid tracing DELEGATECALL and CALLCODE. Plus tests for it.

This commit is contained in:
Gav Wood
2016-03-20 19:20:37 +01:00
parent c2933e005a
commit 72b604b8e8
9 changed files with 177 additions and 29 deletions

View File

@@ -333,6 +333,9 @@ impl Spec {
/// Create a new Spec which conforms to the Morden chain except that it's a NullEngine consensus.
pub fn new_test() -> Spec { Self::from_json_utf8(include_bytes!("../../res/null_morden.json")) }
/// Create a new Spec which conforms to the Morden chain except that it's a NullEngine consensus.
pub fn new_homestead_test() -> Spec { Self::from_json_utf8(include_bytes!("../../res/null_homestead_morden.json")) }
}
#[cfg(test)]