INDEXER_RS_MIN_GRT_PER_30_DAYS in bin/dipper-service/src/config.rs mirrors indexer-rs's [dips.min_grt_per_30_days] table, pinned to one commit in the docstring. When upstream changes those values, our const silently goes stale and operators run against ceilings that no longer match what indexers publish — the exact misalignment #619 set out to fix.
Possible remediation: a CI job that fetches the upstream TOML and fails if the values diverge from our const.
INDEXER_RS_MIN_GRT_PER_30_DAYSinbin/dipper-service/src/config.rsmirrors indexer-rs's[dips.min_grt_per_30_days]table, pinned to one commit in the docstring. When upstream changes those values, our const silently goes stale and operators run against ceilings that no longer match what indexers publish — the exact misalignment #619 set out to fix.Possible remediation: a CI job that fetches the upstream TOML and fails if the values diverge from our const.