feat(deps): update graph dependencies#635
Merged
cjorge-graphops merged 2 commits intomainfrom Mar 10, 2026
Merged
Conversation
| datasource | package | from | to | | ---------- | ----------------------------------- | ------- | ------- | | docker | ghcr.io/graphprotocol/indexer-agent | v0.25.5 | v0.25.6 |
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
cjorge-graphops
approved these changes
Mar 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.25.5->v0.25.6Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
graphprotocol/indexer (ghcr.io/graphprotocol/indexer-agent)
v0.25.6Compare Source
Release notes
Allocation lifecycle: new actions
resizeandpresent-poiAdded new actions to support long-lived allocations. Indexers can now present POIs on chain to collect indexing rewards without having to close their allocations (
present-poi). Additionally allocations can be resized while open with theresizecommand. These actions are available both as direct commands and through the action queue:graph indexer actions queue resize ...graph indexer actions queue present-poi ...graph indexer allocations resize ...graph indexer allocations present-poi ...When using the agent in
AUTOorOVERSIGHTmodes, the reconciliation loop will continue to queue actions usingreallocate. This is necessary because query fees can currently only be collected once an allocation is closed (a limitation ofindexer-service-rs). Once this limitation is removed in a future update, the reconciliation loop will switch to present-poi to reduce gas costs.Batched RAV collection
The agent now supports batching multiple RAVs in a single collect transaction. By default the agent will batch collections in bundles of up to 50 RAVs. This behavior can be adjusted by:
--rav-collection-max-batch-size <BATCH_SIZE>INDEXER_AGENT_RAV_COLLECTION_MAX_BATCH_SIZE=<BATCH_SIZE>Limit batch size in action queue transaction bundles
The agent can now limit the number of actions processed per batch to prevent failures when there are many allocations (by going over the max block gas limit). Remaining actions will be processed in subsequent batches. This feature is disabled by default and can be enabled by:
--auto-allocation-max-batch-size <BATCH_SIZE>INDEXER_AGENT_AUTO_ALLOCATION_MAX_BATCH_SIZE=<BATCH_SIZE>Allow providing old mnemonics to collect pending pre-horizon RAVs
Before Graph Horizon RAV collection required signing a message using allocation-specific keys derived from the operator’s mnemonic. After rotating to a new operator wallet, RAVs for old allocations would fail to collect because the new operator's mnemonic cannot derive the correct signing key. This can be circumvented now by providing the old operator mnemonic by:
--legacy-mnemonics "old mnemonic words ..."INDEXER_AGENT_LEGACY_MNEMONICS="old mnemonic words ...”What's Changed
New Contributors
Full Changelog: graphprotocol/indexer@v0.25.4...v0.25.6
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.