Skip to content

Rename crypto live profile namespace#29

Merged
Pigbibi merged 1 commit into
mainfrom
codex/upgrade-crypto-live-pool-namespace
Jun 3, 2026
Merged

Rename crypto live profile namespace#29
Pigbibi merged 1 commit into
mainfrom
codex/upgrade-crypto-live-pool-namespace

Conversation

@Pigbibi
Copy link
Copy Markdown
Contributor

@Pigbibi Pigbibi commented Jun 3, 2026

Summary:

  • Rename live profile from crypto_leader_rotation to crypto_live_pool_rotation.
  • Move strategy module package to crypto_live_pool_rotation and update catalog, manifests, runtime adapter, docs, and tests.
  • Update artifact contract version to crypto_live_pool_rotation.live_pool.v1.

Tests:

  • timeout 120 env PYTHONPATH=src:/home/ubuntu/Projects/QuantPlatformKit/src /usr/bin/python3 -m unittest tests.test_catalog tests.test_contract_governance tests.test_entrypoints tests.test_rotation_authority -v
  • Result: OK, 2 existing pandas-dependent tests skipped because pandas is not installed in the base environment.

@Pigbibi Pigbibi merged commit 100cb5d into main Jun 3, 2026
1 check passed
@Pigbibi Pigbibi deleted the codex/upgrade-crypto-live-pool-namespace branch June 3, 2026 12:02
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a75b7d1e9d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

attribute_name="crypto_leader_rotation_entrypoint",
attribute_name="crypto_live_pool_rotation_entrypoint",
),
required_inputs=CRYPTO_CANONICAL_REQUIRED_INPUTS,
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep the previous profile as an alias

Existing deployments or platform configs that still pass the former public profile crypto_leader_rotation now stop resolving after this rename because the new catalog metadata leaves aliases empty. Since this package already routes profile lookups through the catalog/adapter resolution helpers and profile strings are persisted outside the codebase, keep the old profile as an alias for crypto_live_pool_rotation so callers can migrate without breaking runtime adapter and entrypoint lookup.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant