Skip to content

feat(inspector): add test bootstrap for EVM variants#3292

Open
RyanBGG wants to merge 1 commit intobluealloy:mainfrom
RyanBGG:moreAboutIssue
Open

feat(inspector): add test bootstrap for EVM variants#3292
RyanBGG wants to merge 1 commit intobluealloy:mainfrom
RyanBGG:moreAboutIssue

Conversation

@RyanBGG
Copy link
Contributor

@RyanBGG RyanBGG commented Jan 8, 2026

Closes #3275

Added default_tests module with run_tests and run_extended_tests functions that EVM variants can use to verify their inspector integration.

Test suite covers CALL, CREATE, LOG, JUMP operations and precompile calls as mentioned in the review PR. Also added verify_callbacks helper to check if all inspector hooks are being called properly.

Usage example in inspector_tests.rs shows how to run the tests with a closure that sets up your EVM and returns the inspector.

@codspeed-hq
Copy link

codspeed-hq bot commented Jan 8, 2026

CodSpeed Performance Report

Merging this PR will not alter performance

Comparing RyanBGG:moreAboutIssue (3acf9a1) with main (d06f638)

Summary

✅ 173 untouched benchmarks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Inspector testing bootstrap for evm variants that extend revm

1 participant