mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
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:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user