Skip to content

v0.1.5 - Allocation migration readiness and miner version gate

Choose a tag to compare

@nauttiilus nauttiilus released this 16 Jul 10:35

This release prepares Nodexo for the allocation-ledger migration while keeping current chain-backed rental locks active.

Validator

  • Adds subnet-config support for scoring.min_miner_version.
  • Validators can gate unrented miners below the configured minimum version from scoring and rentable inventory.
  • Already-rented miners remain active and scoring until their rental ends.
  • Validator scoring now treats fresh API allocation locks as rented for scoring compatibility.
  • Validator auto-update will handle this update when enabled.

Miner

  • No immediate miner update is required while the minimum miner version remains permissive.
  • Updating to 0.1.5 / 1005 is recommended.
  • If a miner is currently rented, do not force an update during the rental. Auto-update will schedule the update after the rental ends.

Current rollout

  • Live subnet config currently keeps min_miner_version=1001.
  • Allocation writes remain chain-backed for now.
  • A later config change can raise the minimum miner version and then switch allocation writes to API mode.