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

V3 Subgraph: Define events emitted by Uniswap V3 Core contracts. #41

Closed
kkennis opened this issue Mar 31, 2021 · 2 comments
Closed

V3 Subgraph: Define events emitted by Uniswap V3 Core contracts. #41

kkennis opened this issue Mar 31, 2021 · 2 comments

Comments

@kkennis
Copy link
Contributor

kkennis commented Mar 31, 2021

A subgraph is an ETL that ingests events from Ethereum and outputs an indexed database queryable via GraphQL.

This ticket involves the ingestion step; we need to know which events from the Uniswap V3 core contracts are relevant to us.

@jackzampolin has listed the raw events here - https://www.notion.so/Raw-Events-from-v3-core-36384c8c10a74f3f9191747fac244e75 - so this task would involve figuring out which ones are relevant and which ones we might want to track. This will also help us inform our eventual query architecture.

Acceptance Criteria:

  • List of relevant events from the Uniswap defined in notion, on separate page from 'Raw Events' page
@jackzampolin
Copy link

Also on github we have a repo: https://github.com/PeggyJV/uniswap-v3-subgraph

@kkennis kkennis self-assigned this Apr 6, 2021
@jackzampolin
Copy link

Closing as complete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants