Synthetixio / synthetix-subgraph

All sources for the handful of Synthetix subgraphs indexed by The Graph
https://docs.synthetix.io/historical-data/#subgraphs
MIT License
62 stars 63 forks source link

updates for alphad release (SIP-185) #174

Closed dbeal-eth closed 2 years ago

dbeal-eth commented 2 years ago

updates the debtState entity to read from debtCache, and adds ability to get results in multiple periods

also some minor fixes which have been nedede for a little bit

test: https://thegraph.com/hosted-service/subgraph/dbeal-eth/optimism-periodic-updates?version=current

{
  debtStates(first: 5, orderBy:timestamp,orderDirection:desc,where:{period:3600}) {
    id
    timestamp
    debtRatio
    debtEntry
    totalIssuedSynths
    period
  }
}