Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(status-page): disable L3 on boolean env var #13838

Merged
merged 2 commits into from
May 30, 2023

Conversation

cyberhorsey
Copy link
Contributor

No description provided.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall, this Pull Request looks good. Here are a few things that you may consider:

  • In packages/eventindexer/indexer/save_block_proven_event.go and packages/eventindexer/indexer/save_block_verified_event.go, consider using constants for the log messages instead of concatenating string literals.
  • In packages/status-page/.default.env, you may want to add a comment to explain the purpose of the new variable VITE_ENABLE_L3.
  • In packages/status-page/src/App.svelte, consider using a ternary operator for the if statement instead of an if block.
  • In packages/status-page/src/pages/home/Home.svelte, consider using a guard clause for the toggleLayer function instead of an if statement.

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Merging #13838 (0dc55e2) into main (d72b97f) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main   #13838      +/-   ##
==========================================
- Coverage   47.45%   47.39%   -0.06%     
==========================================
  Files         133      133              
  Lines        3416     3416              
  Branches      310      310              
==========================================
- Hits         1621     1619       -2     
- Misses       1685     1687       +2     
  Partials      110      110              
Flag Coverage Δ *Carryforward flag
bridge-ui 96.16% <ø> (ø) Carriedforward from d72b97f
eventindexer 76.74% <ø> (-0.78%) ⬇️
protocol 0.00% <ø> (ø) Carriedforward from d72b97f
relayer 60.59% <ø> (ø) Carriedforward from d72b97f
ui 100.00% <ø> (ø) Carriedforward from d72b97f

*This pull request uses carry forward flags. Click here to find out more.

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@davidtaikocha davidtaikocha added this pull request to the merge queue May 30, 2023
Merged via the queue into main with commit fed0ca0 May 30, 2023
@davidtaikocha davidtaikocha deleted the event_status_fixes_a3 branch May 30, 2023 01:53
@github-actions github-actions bot mentioned this pull request May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants