From 4d675086b3bf67eccb3cf608d6f4c8a425f50b96 Mon Sep 17 00:00:00 2001 From: Bartek Tofel Date: Thu, 8 Aug 2024 12:48:21 +0200 Subject: [PATCH] trace only reverted --- integration-tests/testconfig/default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/testconfig/default.toml b/integration-tests/testconfig/default.toml index d9887b846b7..9609c6175d3 100644 --- a/integration-tests/testconfig/default.toml +++ b/integration-tests/testconfig/default.toml @@ -135,7 +135,7 @@ FeeCapDefault = '200 gwei' # controls which transactions are decoded/traced. Possbile values are: none, all, reverted (default). # if transaction level doesn't match, then calling Decode() does nothing. It's advised to keep it set # to 'reverted' to limit noise. -tracing_level = "all" +tracing_level = "reverted" # saves each decoding/tracing results to DOT files; what exactly is saved depends on what we # were able te decode, we try to save maximum information possible. It can either be: # just tx hash, decoded transaction or call trace. Which transactions traces are saved depends