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(eventindexer): galaxe api, 2 indexing, http only mode, event query optimizations #14122

Merged
merged 6 commits into from
Jul 7, 2023

Conversation

cyberhorsey
Copy link
Contributor

@cyberhorsey cyberhorsey commented Jul 7, 2023

  • can run eventindexer in http-only mode to scale horizontally to accomodate large requests
  • new repo events to avoid large queries when we only care about one event existing
  • four new api routes for galaxe to call to confirm task completion
  • l2 support
  • bridge event indexing for message sent
  • swap event indexing for Swap

@cyberhorsey cyberhorsey changed the title feat(eventindexer): galaxe api minus l2 indexing, http only mode, event query optimizations feat(eventindexer): galaxe api, 2 indexing, http only mode, event query optimizations Jul 7, 2023
@codecov
Copy link

codecov bot commented Jul 7, 2023

Codecov Report

Merging #14122 (00df930) into main (fcc154e) will decrease coverage by 0.50%.
The diff coverage is 22.66%.

@@            Coverage Diff             @@
##             main   #14122      +/-   ##
==========================================
- Coverage   51.62%   51.12%   -0.50%     
==========================================
  Files         149      152       +3     
  Lines        3878     3953      +75     
  Branches      336      336              
==========================================
+ Hits         2002     2021      +19     
- Misses       1765     1821      +56     
  Partials      111      111              
Flag Coverage Δ *Carryforward flag
bridge-ui 94.26% <ø> (ø) Carriedforward from fcc154e
eventindexer 64.07% <22.66%> (-9.76%) ⬇️
protocol 0.00% <ø> (ø) Carriedforward from fcc154e
relayer 59.13% <ø> (ø) Carriedforward from fcc154e
ui 100.00% <ø> (ø) Carriedforward from fcc154e

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

Impacted Files Coverage Δ
packages/eventindexer/http/user_bridged.go 0.00% <0.00%> (ø)
packages/eventindexer/http/user_proposed_block.go 0.00% <0.00%> (ø)
packages/eventindexer/http/user_proved_block.go 0.00% <0.00%> (ø)
packages/eventindexer/repo/event.go 65.16% <91.66%> (+4.12%) ⬆️
packages/eventindexer/http/routes.go 100.00% <100.00%> (ø)

... and 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 Jul 7, 2023
Merged via the queue into main with commit 9c6d918 Jul 7, 2023
12 checks passed
@davidtaikocha davidtaikocha deleted the galaxe_api branch July 7, 2023 15:10
@github-actions github-actions bot mentioned this pull request Jul 7, 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.

None yet

3 participants