From 3e35e04dcd6ddbcffbbd29172a9dcd05582c5842 Mon Sep 17 00:00:00 2001 From: zjb0807 Date: Mon, 12 Aug 2024 08:15:52 +0800 Subject: [PATCH 1/2] Add evm-bridge tracing --- runtime/acala/Cargo.toml | 7 ++++++- runtime/karura/Cargo.toml | 7 ++++++- runtime/mandala/Cargo.toml | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/runtime/acala/Cargo.toml b/runtime/acala/Cargo.toml index deb2a93a8..36d570704 100644 --- a/runtime/acala/Cargo.toml +++ b/runtime/acala/Cargo.toml @@ -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" +] diff --git a/runtime/karura/Cargo.toml b/runtime/karura/Cargo.toml index 4c26403e3..19c1d0169 100644 --- a/runtime/karura/Cargo.toml +++ b/runtime/karura/Cargo.toml @@ -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" +] \ No newline at end of file diff --git a/runtime/mandala/Cargo.toml b/runtime/mandala/Cargo.toml index 776918b1f..a04916f17 100644 --- a/runtime/mandala/Cargo.toml +++ b/runtime/mandala/Cargo.toml @@ -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" +] \ No newline at end of file From 3d8337182993ad087d77c36fdfbc64a3c5be1f32 Mon Sep 17 00:00:00 2001 From: zjb0807 Date: Mon, 12 Aug 2024 08:16:57 +0800 Subject: [PATCH 2/2] add newline --- runtime/karura/Cargo.toml | 2 +- runtime/mandala/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/karura/Cargo.toml b/runtime/karura/Cargo.toml index 19c1d0169..681c432e9 100644 --- a/runtime/karura/Cargo.toml +++ b/runtime/karura/Cargo.toml @@ -428,4 +428,4 @@ tracing = [ "module-evm-bridge/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing" -] \ No newline at end of file +] diff --git a/runtime/mandala/Cargo.toml b/runtime/mandala/Cargo.toml index a04916f17..b02e90f87 100644 --- a/runtime/mandala/Cargo.toml +++ b/runtime/mandala/Cargo.toml @@ -452,4 +452,4 @@ tracing = [ "module-evm-bridge/tracing", "module-evm-rpc-runtime-api/tracing", "runtime-common/tracing" -] \ No newline at end of file +]