Std-json format for VM traces (#7262)

* Std-json logging.

* fixed merge with master
This commit is contained in:
Tomasz Drwięga
2018-01-18 10:32:22 +01:00
committed by Marek Kotewicz
parent 30737fe580
commit 709fbff067
13 changed files with 408 additions and 104 deletions

View File

@@ -198,7 +198,7 @@ impl Ext for FakeExt {
self.sstore_clears += 1;
}
fn trace_next_instruction(&mut self, _pc: usize, _instruction: u8) -> bool {
fn trace_next_instruction(&mut self, _pc: usize, _instruction: u8, _gas: U256) -> bool {
self.tracing
}
}