Skip to content

Commit

Permalink
Add evm-bridge tracing feature (#2784)
Browse files Browse the repository at this point in the history
* Add evm-bridge tracing

* add newline
  • Loading branch information
zjb0807 authored Aug 12, 2024
1 parent c224c18 commit a45146c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion runtime/acala/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"]
# more types in the metadata.
full-metadata-docs = ["frame-support/full-metadata-docs"]

tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"]
tracing = [
"module-evm/tracing",
"module-evm-bridge/tracing",
"module-evm-rpc-runtime-api/tracing",
"runtime-common/tracing"
]
7 changes: 6 additions & 1 deletion runtime/karura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"]
# more types in the metadata.
full-metadata-docs = ["frame-support/full-metadata-docs"]

tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"]
tracing = [
"module-evm/tracing",
"module-evm-bridge/tracing",
"module-evm-rpc-runtime-api/tracing",
"runtime-common/tracing"
]
7 changes: 6 additions & 1 deletion runtime/mandala/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -447,4 +447,9 @@ no-metadata-docs = ["frame-support/no-metadata-docs"]
# more types in the metadata.
full-metadata-docs = ["frame-support/full-metadata-docs"]

tracing = ["module-evm/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing"]
tracing = [
"module-evm/tracing",
"module-evm-bridge/tracing",
"module-evm-rpc-runtime-api/tracing",
"runtime-common/tracing"
]

0 comments on commit a45146c

Please sign in to comment.