31 releases (14 breaking)
new 0.14.1 | Dec 30, 2024 |
---|---|
0.13.0 | Dec 10, 2024 |
0.12.0 | Nov 28, 2024 |
0.5.4 | Jul 25, 2024 |
0.0.0-reserved | Jan 9, 2024 |
#14 in #evm
49,875 downloads per month
285KB
5.5K
SLoC
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.
lib.rs
:
revm Inspector implementations, such as call tracers
Feature Flags
js-tracer
: Enables a JavaScript tracer implementation. This pulls in extra dependencies (such asboa
,tokio
andserde_json
).
Dependencies
~29–39MB
~688K SLoC