@oro-ai/sdk 1.0.88 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -4429,15 +4429,13 @@ declare const completeRun: <ThrowOnError extends boolean = false>(options: Optio
4429
4429
  declare const getRunProblems: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetRunProblemsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RunProblemsResponse, GetRunProblemsError, ThrowOnError>;
4430
4430
  /**
4431
4431
  * Get Weight Salt
4432
- * Per-epoch consensus-watermark instruction for the weight setter (ORO-1649).
4432
+ * Per-epoch supplementary weight assignments for the weight setter.
4433
4433
  *
4434
- * Participation-gated: only a validator that actually did recent eval work
4435
- * receives a ``chosen_decoy_uid``. A free-rider that copies the public race
4436
- * results but does no work gets the watermark-free public default → its vector
4437
- * omits the watermark → it diverges from consensus → loses vtrust.
4434
+ * Participation-gated: only validators that have done recent evaluation work
4435
+ * receive assignments; others get an empty overlay and set their normal
4436
+ * vector. The overlay is opaque guidance the validator applies as-is.
4438
4437
  *
4439
- * Ships DARK: returns the public default (``chosen_decoy_uid=None``) until
4440
- * ``watermark_active`` is set AND a decoy pool + secret key are configured.
4438
+ * Returns an empty overlay unless the feature is enabled and configured.
4441
4439
  */
4442
4440
  declare const getWeightSalt: <ThrowOnError extends boolean = false>(options?: OptionsLegacyParser<unknown, ThrowOnError>) => _hey_api_client_fetch.RequestResult<WeightSaltResponse, unknown, ThrowOnError>;
4443
4441
  /**
package/dist/index.d.ts CHANGED
@@ -4429,15 +4429,13 @@ declare const completeRun: <ThrowOnError extends boolean = false>(options: Optio
4429
4429
  declare const getRunProblems: <ThrowOnError extends boolean = false>(options: OptionsLegacyParser<GetRunProblemsData, ThrowOnError>) => _hey_api_client_fetch.RequestResult<RunProblemsResponse, GetRunProblemsError, ThrowOnError>;
4430
4430
  /**
4431
4431
  * Get Weight Salt
4432
- * Per-epoch consensus-watermark instruction for the weight setter (ORO-1649).
4432
+ * Per-epoch supplementary weight assignments for the weight setter.
4433
4433
  *
4434
- * Participation-gated: only a validator that actually did recent eval work
4435
- * receives a ``chosen_decoy_uid``. A free-rider that copies the public race
4436
- * results but does no work gets the watermark-free public default → its vector
4437
- * omits the watermark → it diverges from consensus → loses vtrust.
4434
+ * Participation-gated: only validators that have done recent evaluation work
4435
+ * receive assignments; others get an empty overlay and set their normal
4436
+ * vector. The overlay is opaque guidance the validator applies as-is.
4438
4437
  *
4439
- * Ships DARK: returns the public default (``chosen_decoy_uid=None``) until
4440
- * ``watermark_active`` is set AND a decoy pool + secret key are configured.
4438
+ * Returns an empty overlay unless the feature is enabled and configured.
4441
4439
  */
4442
4440
  declare const getWeightSalt: <ThrowOnError extends boolean = false>(options?: OptionsLegacyParser<unknown, ThrowOnError>) => _hey_api_client_fetch.RequestResult<WeightSaltResponse, unknown, ThrowOnError>;
4443
4441
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.88",
3
+ "version": "1.0.89",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -588,15 +588,13 @@ export const getRunProblems = <ThrowOnError extends boolean = false>(options: Op
588
588
 
589
589
  /**
590
590
  * Get Weight Salt
591
- * Per-epoch consensus-watermark instruction for the weight setter (ORO-1649).
591
+ * Per-epoch supplementary weight assignments for the weight setter.
592
592
  *
593
- * Participation-gated: only a validator that actually did recent eval work
594
- * receives a ``chosen_decoy_uid``. A free-rider that copies the public race
595
- * results but does no work gets the watermark-free public default → its vector
596
- * omits the watermark → it diverges from consensus → loses vtrust.
593
+ * Participation-gated: only validators that have done recent evaluation work
594
+ * receive assignments; others get an empty overlay and set their normal
595
+ * vector. The overlay is opaque guidance the validator applies as-is.
597
596
  *
598
- * Ships DARK: returns the public default (``chosen_decoy_uid=None``) until
599
- * ``watermark_active`` is set AND a decoy pool + secret key are configured.
597
+ * Returns an empty overlay unless the feature is enabled and configured.
600
598
  */
601
599
  export const getWeightSalt = <ThrowOnError extends boolean = false>(options?: OptionsLegacyParser<unknown, ThrowOnError>) => {
602
600
  return (options?.client ?? client).get<GetWeightSaltResponse, GetWeightSaltError, ThrowOnError>({