Closed kasparkallas closed 5 months ago
We want to index subgraphs to Goldsky with less entities created in the database.
To do so, we will indroduce history pruning.
Updated subgraph tooling and spec.
If you rely on time-travel queries then this will be a breaking change. Contact us if you need continued access to time-travel queries!
Example of a time-travel query:
{ challenges(block: { number: 8000000 }) { challenger outcome application { id } } }
Read more:
Reminder to update the CHANGELOG.md for any of the modified packages in this PR.
Link: https://xkcd.com/1954
Why?
We want to index subgraphs to Goldsky with less entities created in the database.
How?
To do so, we will indroduce history pruning.
Other
Updated subgraph tooling and spec.
Warning!
If you rely on time-travel queries then this will be a breaking change. Contact us if you need continued access to time-travel queries!
Example of a time-travel query:
Read more: