bigshortbets / indexer

Subsquid indexer aligned with P2P Market metadata
MIT License
1 stars 3 forks source link

Add Historical Oracle Price Data Storage and Querying #64

Closed codeautopilot[bot] closed 1 month ago

codeautopilot[bot] commented 1 month ago

Resolves #63

This PR adds the functionality to store and query historical oracle price data for each market. It includes updates to the database schema, TypeORM model, GraphQL schema, resolver, event processor, and migration file.