-
Notifications
You must be signed in to change notification settings - Fork 169
Pool Indexer crate for uniswap-v3 liquidity from subgraphs #4422
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
Open
AryanGodara
wants to merge
19
commits into
main
Choose a base branch
from
aryan/pool-indexer-subgraph-mode
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
1ef71a2
add pool indexer crate, focused on subgraph seeding
AryanGodara 632f916
fix CI: truncate all tables in one statement
AryanGodara f21e002
fix metrics label, and failing CI job
AryanGodara 3239628
refactor: acc review comments, remove explainer doc-comments, update …
AryanGodara f68a76f
docs: add README for pool-indexer crate detailing setup and usage
AryanGodara 17d1f3e
add new tests for pool indexer functionality
AryanGodara 3bfee07
docs: clarify pool-indexer module comment
AryanGodara 3671eb8
fix: derive pool liquidity from Mint/Burn events instead of historica…
AryanGodara 61efadd
fix: pin V3 pool snapshot to indexer's actual block via wait_until ba…
AryanGodara d1bd61a
fix: supervise pool-indexer backfill tasks via JoinSet so panics exit…
AryanGodara d79e58e
fix: probe subgraph factory before seeding to catch URL/factory misma…
AryanGodara f6c1877
fix: gate UPSERT with total_delta <> 0 to close INSERT-with-zero leak…
AryanGodara 9fb748a
fix: aggregate decimals-missing pool drops into single DEBUG per resp…
AryanGodara c5bef57
fix: probe Factory entity (not Pool.factory) for subgraph attestation
AryanGodara f119dab
fix: catch_up checkpoint at seed_block to avoid re-applying Mint/Burn…
AryanGodara ce32bc1
fix: tolerate indexer bootstrap 503 in driver wait_until barrier
AryanGodara c9d8acd
fix: silently skip apply_position_delta for unknown pools (foreign-fa…
AryanGodara bfc5f39
chore: drop subgraph-bearer-token; use public subgraph endpoints
AryanGodara 31f4e16
refactor: model uniswap-v3 pool source as enum, not two Options
AryanGodara File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.