Skip to content

Commit

Permalink
chore: remove inspector stack (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes authored Mar 9, 2024
1 parent e065fe9 commit 4558fb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 202 deletions.
5 changes: 0 additions & 5 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ pub mod access_list;
/// implementation of an opcode counter for the EVM.
pub mod opcode;

/// An inspector stack abstracting the implementation details of
/// each inspector and allowing to hook on block/transaction execution,
/// used in the main RETH executor.
pub mod stack;

/// An inspector for recording traces
pub mod tracing;

Expand Down
193 changes: 0 additions & 193 deletions src/stack.rs

This file was deleted.

6 changes: 2 additions & 4 deletions src/tracing/js/bindings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -959,13 +959,11 @@ where

#[cfg(test)]
mod tests {
use super::*;
use crate::tracing::js::builtins::BIG_INT_JS;
use boa_engine::{property::Attribute, Source};
use revm::db::{CacheDB, EmptyDB};

use crate::tracing::js::builtins::BIG_INT_JS;

use super::*;

#[test]
fn test_contract() {
let mut ctx = Context::default();
Expand Down

0 comments on commit 4558fb3

Please sign in to comment.