Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/tracer-update' into tracer-update
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHuc committed Sep 18, 2024
2 parents 80b9bd0 + 7bb6439 commit 34702e7
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion bridge-ui/src/components/layouts/MobileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type MobileMenuProps = {

export default function MobileMenu({ toggleMenu }: MobileMenuProps) {
return (
<div className="fixed inset-0 z-50 flex flex-col bg-[#121212] px-8 py-4 md:hidden">
<div className="fixed inset-0 z-[200] flex flex-col bg-[#121212] px-8 py-4 md:hidden">
<div className="flex items-center justify-between">
<Image
src={"/images/logo/linea.svg"}
Expand Down
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 34702e7

Please sign in to comment.