Skip to content

feat(deps): update graph dependencies#635

Merged
cjorge-graphops merged 2 commits intomainfrom
renovate/graph
Mar 10, 2026
Merged

feat(deps): update graph dependencies#635
cjorge-graphops merged 2 commits intomainfrom
renovate/graph

Conversation

@graphops-renovate
Copy link
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/graphprotocol/indexer-agent patch v0.25.5 -> v0.25.6

Warning

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.6

Compare Source

Release notes

  • Allocation lifecycle: new actions resize and present-poi

    Added 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 the resize command. 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 AUTO or OVERSIGHT modes, the reconciliation loop will continue to queue actions using reallocate. This is necessary because query fees can currently only be collected once an allocation is closed (a limitation of indexer-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:

    • Setting the flag: --rav-collection-max-batch-size <BATCH_SIZE>
    • Setting the env var: 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:

    • Setting the flag: --auto-allocation-max-batch-size <BATCH_SIZE>
    • Setting the env var: 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:

    • Setting the flag: --legacy-mnemonics "old mnemonic words ..."
    • Setting the env var: 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

graphops-renovate bot and others added 2 commits March 10, 2026 13:30
| datasource | package                             | from    | to      |
| ---------- | ----------------------------------- | ------- | ------- |
| docker     | ghcr.io/graphprotocol/indexer-agent | v0.25.5 | v0.25.6 |
@graphops-renovate
Copy link
Contributor Author

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@cjorge-graphops cjorge-graphops merged commit 3ce06c8 into main Mar 10, 2026
5 checks passed
@cjorge-graphops cjorge-graphops deleted the renovate/graph branch March 10, 2026 16:29
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.

1 participant