Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync staging changes #41

Merged
merged 2 commits into from
Feb 26, 2024
Merged

Sync staging changes #41

merged 2 commits into from
Feb 26, 2024

Conversation

juanmardefago
Copy link
Collaborator

@juanmardefago juanmardefago commented Feb 22, 2024

Fixes:

  • Fixed GraphNetwork.totalDelegatedTokens
  • Fixed GraphNetwork.totalUnstakedTokensLocked
  • Fixed GraphAccountMetadata not being the same as in core network subgraph

Manifest changes:

  • Added auto pruning. This disables time travel queries.
  • Auto pruning settings:
    • 400 blocks for L1 (roughly over 1 hour on ethereum mainnet)
    • 15000 blocks for L2 (roughly over 1 hour on arbitrum one)
  • Bumped spec version to 1.0.0 to enable auto pruning

Dependencies changes:

  • Bumped contracts package from 5.3.3 to 6.2.0
  • Bumped graph-cli package from 0.48.0 to 0.68.0
  • Bumped graph-ts package from 0.29.3 to 0.32.0

Breaking changes:

  • Auto pruning removes support for time travel queries older than the specified blocks for L1 (400) and L2 (15000). This breaks any app relying on historical data from this subgraph.

@juanmardefago juanmardefago merged commit 3214b6d into master Feb 26, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants