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): Event indexer #13439

Merged
merged 31 commits into from
Mar 27, 2023
Merged

feat(eventindexer): Event indexer #13439

merged 31 commits into from
Mar 27, 2023

Conversation

cyberhorsey
Copy link
Contributor

@cyberhorsey cyberhorsey commented Mar 23, 2023

New backend service to index for various events without any processing or handling.

Exposes an API as well.

Currently this is used to capture BlockProven events, and return them via an API for the status page and for informational purposes.

i dont think the lint/build can pass until this is merged into main though.

@codecov
Copy link

codecov bot commented Mar 23, 2023

Codecov Report

Merging #13439 (bdd4ddb) into main (8ef5ce2) will increase coverage by 0.10%.
The diff coverage is n/a.

❗ Current head bdd4ddb differs from pull request most recent head 2f17c0d. Consider uploading reports for the commit 2f17c0d to get more accurate results

@@            Coverage Diff             @@
##             main   #13439      +/-   ##
==========================================
+ Coverage   35.44%   35.55%   +0.10%     
==========================================
  Files         121      122       +1     
  Lines        3718     3741      +23     
  Branches      497      497              
==========================================
+ Hits         1318     1330      +12     
- Misses       2312     2320       +8     
- Partials       88       91       +3     
Flag Coverage Δ *Carryforward flag
bridge-ui 94.01% <ø> (ø) Carriedforward from 53f447b
eventindexer ∅ <ø> (?) Carriedforward from 53f447b
protocol 0.00% <ø> (ø) Carriedforward from 53f447b
relayer 62.42% <ø> (-0.16%) ⬇️ Carriedforward from 53f447b
ui 100.00% <ø> (ø) Carriedforward from 53f447b

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

see 3 files with indirect coverage changes

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

packages/eventindexer/Dockerfile Outdated Show resolved Hide resolved
packages/eventindexer/cli/cli.go Outdated Show resolved Hide resolved
packages/eventindexer/indexer/filter_then_subscribe.go Outdated Show resolved Hide resolved
packages/eventindexer/indexer/filter_then_subscribe.go Outdated Show resolved Hide resolved
packages/eventindexer/indexer/subscribe.go Outdated Show resolved Hide resolved
packages/eventindexer/indexer/subscribe.go Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
packages/eventindexer/.golangci.yml Outdated Show resolved Hide resolved
packages/eventindexer/CHANGELOG.md Outdated Show resolved Hide resolved
packages/eventindexer/package.json Outdated Show resolved Hide resolved
packages/eventindexer/package.json Outdated Show resolved Hide resolved
packages/status-page/src/pages/home/Home.svelte Outdated Show resolved Hide resolved
jscriptcoder
jscriptcoder previously approved these changes Mar 27, 2023
cyberhorsey and others added 3 commits March 27, 2023 13:36
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
cyberhorsey and others added 7 commits March 27, 2023 13:37
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
@cyberhorsey cyberhorsey added this pull request to the merge queue Mar 27, 2023
Merged via the queue into main with commit 08b26d2 Mar 27, 2023
@cyberhorsey cyberhorsey deleted the event_indexer branch March 27, 2023 20:51
@github-actions github-actions bot mentioned this pull request Mar 27, 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

4 participants