Skip to content

Commit

Permalink
Removing GAS module
Browse files Browse the repository at this point in the history
  • Loading branch information
Filter94 committed Sep 18, 2024
1 parent 40996c1 commit 7bb6439
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion config/common/traces-limits-besu-v2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ EC_DATA = 262144
EUC = 65536
EXP = 8192
EXT = 1048576
GAS = 65536
HUB = 2097152
LOG_DATA = 65536
LOG_INFO = 4096
Expand Down
1 change: 0 additions & 1 deletion config/common/traces-limits-v2.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ EC_DATA = 262144
EUC = 65536
EXP = 8192
EXT = 65536
GAS = 65536
HUB = 2097152
LOG_DATA = 65536
LOG_INFO = 4096
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ class CoordinatorConfigTest {
TracingModuleV2.EUC to 65536u,
TracingModuleV2.EXP to 8192u,
TracingModuleV2.EXT to 65536u,
TracingModuleV2.GAS to 65536u,
TracingModuleV2.HUB to 2097152u,
TracingModuleV2.LOG_DATA to 65536u,
TracingModuleV2.LOG_INFO to 4096u,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ enum class TracingModuleV2 : TracingModule {
EUC,
EXP,
EXT,
GAS,
HUB,
LOG_DATA,
LOG_INFO,
Expand Down Expand Up @@ -144,7 +143,6 @@ enum class TracingModuleV2 : TracingModule {
EUC,
EXP,
EXT,
GAS,
HUB,
LOG_DATA,
LOG_INFO,
Expand Down

0 comments on commit 7bb6439

Please sign in to comment.