Skip to content

Commit

Permalink
feat: indexer indexes blocks and txs of mev-commit chain to any plugg…
Browse files Browse the repository at this point in the history
…able storage
  • Loading branch information
kant committed Aug 1, 2024
1 parent 11e33f9 commit b9a0fb9
Show file tree
Hide file tree
Showing 13 changed files with 1,368 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
ADDITIONAL_MODULES=(
"${GITHUB_WORKSPACE}/external/geth"
"${GITHUB_WORKSPACE}/indexer"
)
ALL_MODULES=$(printf "%s\n" "${WORKSPACE_MODULES}" "${ADDITIONAL_MODULES[@]}")
Expand Down
1 change: 1 addition & 0 deletions indexer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# indexer
Loading

0 comments on commit b9a0fb9

Please sign in to comment.