Tracing implemented.

TODO:
- make it optional;
- track output;
- usher through to level higher than ExecutionResult.
This commit is contained in:
Gav Wood
2016-03-18 23:49:12 +01:00
parent 2309e19fd9
commit bd338a5741
3 changed files with 115 additions and 23 deletions

View File

@@ -65,7 +65,7 @@ pub enum Error {
/// Evm result.
///
/// Returns gas_left if execution is successfull, otherwise error.
/// Returns gas_left if execution is successful, otherwise error.
pub type Result = result::Result<U256, Error>;
/// Evm interface.