Skip to content

Commit

Permalink
Refactor invoker with subroutines (#213)
Browse files Browse the repository at this point in the history
* Refactor invoker with routines

* Refactor create into subroutines
  • Loading branch information
sorpaas authored Nov 15, 2023
1 parent bc94954 commit 9d0a2eb
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 771 deletions.
1 change: 0 additions & 1 deletion interpreter/tests/usability.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use evm_interpreter::{
Capture, Context, Control, Etable, ExitError, ExitSucceed, Log, Machine, Opcode,
RuntimeBackend, RuntimeBaseBackend, RuntimeEnvironment, RuntimeState, TransactionContext,
Transfer,
};
use primitive_types::{H160, H256, U256};
use std::rc::Rc;
Expand Down
Loading

0 comments on commit 9d0a2eb

Please sign in to comment.