Uniswap / v3-subgraph

Subgraph for Uniswap V3
GNU General Public License v3.0
338 stars 464 forks source link

Remove extra tick data, NFPM, and fee growth from subgraph #209

Closed mzywang closed 5 months ago

mzywang commented 5 months ago

Removes some extraneous calls which should speed up re-syncing time.

Tested correctness of the remaining tick fields, of which tickIdx liquidityGross and liquidityNet are still needed to liquidity distribution. Positions may be needed at a later point, but since we're not tracking them fully on v3, we can forgo this on our main subgraph and set up a separate subgraph at a later point solely responsible for indexing positions.