Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
e743ef3 to
86075d3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2305 +/- ##
==========================================
+ Coverage 77.36% 84.67% +7.30%
==========================================
Files 130 130
Lines 9465 10800 +1335
==========================================
+ Hits 7323 9145 +1822
+ Misses 2142 1655 -487
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Final benchmark: Git Info:
Leader Stats: Follower Stats: Plots: |
PR Type
Enhancement
Description
Implemented JS Tracer for EVM execution
Added support for custom JavaScript tracing
Integrated JsInspector in EVM execution flow
Added E2E tests for JS tracing functionality
Diagram Walkthrough
File Walkthrough
evm.rs
Integrate JsInspector into EVM execution flowsrc/eth/executor/evm.rs
e2e-json-rpc.test.ts
Add E2E tests for JavaScript tracing functionalitye2e/test/external/e2e-json-rpc.test.ts
Cargo.toml
Enable JS tracer feature in revm-inspectorsCargo.toml