feat: make js-tracer feature optional for node builder crate (#12178)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
tedison
2024-11-29 09:15:21 -05:00
committed by GitHub
parent 95b52b3be0
commit db6e5b5cd4
8 changed files with 19 additions and 3 deletions

View File

@ -105,6 +105,9 @@ asm-keccak = [
"reth-optimism-node/asm-keccak",
"reth-node-core/asm-keccak"
]
js-tracer = [
"reth-node-builder/js-tracer"
]
test-utils = [
"reth-tasks",
"reth-e2e-test-utils",