Crate revm_inspectors

Crate revm_inspectors 

Source
Expand description

revm Inspector implementations, such as call tracers

§Feature Flags

  • js-tracer: Enables a JavaScript tracer implementation. This pulls in extra dependencies (such as boa, tokio and serde_json).

§revm-inspectors

Common revm inspector implementations.

Originally part of reth as the reth-revm-inspectors crate.

§Users

§License
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in these crates by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Modules§

access_list
An inspector implementation for an EIP2930 Accesslist
edge_cov
An inspector for tracking edge coverage.
opcode
implementation of an opcode counter for the EVM.
storage
An inspector for tracking storage access.
tracing
An inspector for recording traces
transfer
An inspector for recording internal transfers.

Enums§

ColorChoice
Selection for overriding color output