Skip to content

Commit b9a0fb9

Browse files
author
kant
committed
feat: indexer indexes blocks and txs of mev-commit chain to any pluggable storage
1 parent 11e33f9 commit b9a0fb9

13 files changed

Lines changed: 1368 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
8888
ADDITIONAL_MODULES=(
8989
"${GITHUB_WORKSPACE}/external/geth"
90+
"${GITHUB_WORKSPACE}/indexer"
9091
)
9192
9293
ALL_MODULES=$(printf "%s\n" "${WORKSPACE_MODULES}" "${ADDITIONAL_MODULES[@]}")

indexer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# indexer

0 commit comments

Comments
 (0)