Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove revm-inspectors js-tracer dependencies #1038

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

yaziciahmet
Copy link
Contributor

Description

reth-rpc-eth-types 1.0.4 dependency was importing the revm-inspectors with the js-tracer enabled by default, which caused javascript engine boa_engine dependency and its related dependencies to be included in our codebase unnecessarily. The js-tracer is feature gated in version 1.0.5 of reth, but the problem was that it requires rust version 1.80, which is not supported by risc0 yet. Hence, I hand picked the reth commit that has rust version 1.79, but has the js-tracer feature gated.

Linked Issues

Copy link

codecov bot commented Aug 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.9%. Comparing base (bc41857) to head (ea67288).
Report is 1 commits behind head on nightly.

Additional details and impacted files

see 2 files with indirect coverage changes

@eyusufatik eyusufatik merged commit fdee65e into nightly Aug 23, 2024
12 checks passed
@eyusufatik eyusufatik deleted the yaziciahmet/remove-boa-dep branch August 23, 2024 11:37
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.

Remove js-tracer from revm-inspectors
3 participants