-
Notifications
You must be signed in to change notification settings - Fork 16
Milestone
Description
Things to Try to Include in Current Subgraph
api/l1delegator/[address].tsx
api/l1delegator/[address].tsxbondingManagerAddressroundsManagerAddresscurrentRoundpendingStakependingFeesdelegatorlocktranscoderStatus
EDIT: DON'T WORRY ABOUT THIS AS IT PERTAINS TO MAINNET
pages/migrate/broadcaster.tsx
pages/migrate/broadcaster.tsxsubmissionPricegetMigrateSenderParams
EDIT: DON'T WORRY ABOUT THIS AS IT THESE PAGES ARE PLANNED TO BE REMOVED
pages/migrate/orchestrator.tsx
pages/migrate/orchestrator.tsxgetMigrateDelegatorParams
EDIT: DON'T WORRY ABOUT THIS AS IT THESE PAGES ARE PLANNED TO BE REMOVED
lib/api/contracts.ts
getContract-> may be worth adding something like a protocolAddressBookschema to the subgraph
api/current-round.tsx
currentRound-> https://github.com/livepeer/subgraph/blob/main/schema.graphql#L34currentRoundStartBlock-> https://github.com/livepeer/subgraph/blob/main/schema.graphql#L151currentRoundInitialized-> https://github.com/livepeer/subgraph/blob/main/schema.graphql#L147
api/pending-stake.tsx
currentRound-> https://github.com/livepeer/subgraph/blob/main/schema.graphql#L34pendingStakependingFees
api/treasury/proposal/[proposalId]/state.tsx
clock-> What does this number refer to?proposalSnapshot-> What does this number refer to?getPastTotalSupply-> What does this number refer to?proposalVotes-> part of feat(treasury): index governor votes and tallies subgraph#175state-> What does this number refer to?quorum-> Unsure where to get thisquota-> Unsure where to get this
api/treasury/proposal/[proposalId]/votes.tsx
clock-> What does this number refer to?proposalSnapshot-> What does this number refer to?getVotes-> Likely can't get this from subgraphgetPastVotes-> Part of feat(treasury): index governor votes and tallies subgraph#175hasVoted-> Part of feat(treasury): index governor votes and tallies subgraph#175delegatedAt-> https://github.com/livepeer/subgraph/blob/main/schema.graphql#L189
api/treasury/votes/[address].tsx
proposalThreshold-> What does this number refer to?getPastVotes-> Part of feat(treasury): index governor votes and tallies subgraph#175delegates-> Likely https://github.com/livepeer/subgraph/blob/main/schema.graphql#L189
api/treasury/votes/[address]/registered.tsx
getDelegator-> https://github.com/livepeer/subgraph/blob/main/schema.graphql#L189 and https://github.com/livepeer/subgraph/blob/main/schema.graphql#L205hasCheckpoint-> Not positive, but believe it's this: https://github.com/livepeer/subgraph/blob/main/schema.graphql#L104
Also resolve this security issue: https://github.com/livepeer/explorer/security/advisories/GHSA-34gq-95m4-v244
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done