• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

iotaledger / iota / 27485108297

12 Jun 2026 04:02PM UTC coverage: 67.25% (+0.03%) from 67.221%
27485108297

push

github

web-flow
fix(indexer): nest snapshot deprecation notice correctly (#11879)

# Description of change

This patch ensures that the deprecation notice for snapshot-related cli
options are properly attached to the options.

## Links to any relevant issues

Fixes #11878 

## How the change has been tested

```sh
Usage: iota-indexer indexer [OPTIONS] <--data-ingestion-path <DATA_INGESTION_PATH>|--remote-store-url <REMOTE_STORE_URL>|--live-checkpoints-store-url <LIVE_CHECKPOINTS_STORE_URL>>

Options:
      ...
      --objects-snapshot-min-checkpoint-lag <SNAPSHOT_MIN_LAG>
          DEPRECATED: will be removed in v1.31.0. The objects_snapshot pipeline has been removed. This flag is a no-op
          
          [env: OBJECTS_SNAPSHOT_MIN_CHECKPOINT_LAG=]

      --objects-snapshot-sleep-duration <SLEEP_DURATION>
          DEPRECATED: will be removed in v1.31.0. The objects_snapshot pipeline has been removed. This flag is a no-op
     ....
      --reset-db
          

  -h, --help
          Print help (see a summary with '-h')

```

### Release Notes

- [x] Indexer: Fixes the CLI doc for the `indexer` subcommand which was
marked `DEPRECATED` erroneously.

157197 of 233751 relevant lines covered (67.25%)

473490.66 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

91.3
/crates/iota-core/src/execution_cache/writeback_cache.rs


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc