messari / subgraphs

Standardized subgraphs for blockchain data
MIT License
501 stars 236 forks source link

fix(#major); Optimism Governor; Update from V2 to V6 #2556

Closed 37b7 closed 2 months ago

37b7 commented 3 months ago

-> Update abi from V2 to V6. -> Indexing missing ProposalCreated (causing error in optimism governor subgraph : https://thegraph.com/hosted-service/subgraph/messari/optimism-governance )

event: ProposalCreated(indexed uint256,indexed address,address[],uint256[],string[],bytes[],uint256,uint256,string,uint8) event: ProposalCreated(indexed uint256,indexed address,indexed address,bytes,uint256,uint256,string,uint8) event: ProposalCreated(uint256,address,address,bytes,uint256,uint256,string)

danielkhoo commented 2 months ago

hi @37b7 , thanks for the PR. Unfortunately, due to the divergence of the Optimism gov contracts from the standard OpenZeppelin Governor interfaces, we have discontinued updates for the subgraph