Skip to content

Conversation

@tomxey
Copy link
Contributor

@tomxey tomxey commented Dec 3, 2025

Description of change

Allow user to supply rest KV url on the CLI, like: --rest-kv-url=http://example.com/restkv/

Links to any relevant issues

fixes #9456

How the change has been tested

Describe the tests that you ran to verify your changes.

Make sure to provide instructions for the maintainer as well as any relevant configurations.

  • Basic tests (linting, compilation, formatting, unit/integration tests)
  • Patch-specific tests (correctness, functionality coverage)

Infrastructure QA (only required for crates that are maintained by @iotaledger/infrastructure)

  • Synchronization of the indexer from genesis for a network including migration objects.
  • Restart of indexer synchronization locally without resetting the database.
  • Restart of indexer synchronization on a production-like database.
  • Deployment of services using Docker.
  • Verification of API backward compatibility.

skipping QA as we will do it later when the functionality will be ready on the feature branch

Release Notes

  • Indexer: New CLI argument added: --rest-kv-url that can be used to configure Rest KV service, which can be used by the Indexer for fallback in case user queries for data that is already pruned

@tomxey tomxey self-assigned this Dec 3, 2025
@vercel
Copy link

vercel bot commented Dec 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

6 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
apps-backend Ignored Ignored Dec 3, 2025 0:47am
apps-ui-kit Ignored Ignored Dec 3, 2025 0:47am
iota-evm-bridge Ignored Ignored Dec 3, 2025 0:47am
iota-multisig-toolkit Ignored Ignored Dec 3, 2025 0:47am
rebased-explorer Ignored Ignored Dec 3, 2025 0:47am
wallet-dashboard Ignored Ignored Dec 3, 2025 0:47am

@iota-ci iota-ci added infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group. labels Dec 3, 2025
@tomxey tomxey marked this pull request as ready for review December 3, 2025 12:53
@tomxey tomxey requested a review from a team as a code owner December 3, 2025 12:53
@tomxey tomxey linked an issue Dec 3, 2025 that may be closed by this pull request
Base automatically changed from sc-platform/issue-9411-historical-fallback-reader-impl to infa/feat/indexer-historical-fallback-storage-support December 3, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(indexer): add configuration options for fallback

4 participants