Skip to content

Upgrade crypto live pool artifact namespace#84

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

Upgrade crypto live pool artifact namespace#84
Pigbibi merged 1 commit into
mainfrom
codex/upgrade-crypto-live-pool-namespace

Conversation

@Pigbibi
Copy link
Copy Markdown
Collaborator

@Pigbibi Pigbibi commented Jun 3, 2026

Summary:

  • Upgrade artifact namespace from crypto-leader-rotation to crypto-live-pool-pipelines.
  • Rename strategy artifact contract to crypto_live_pool_rotation.live_pool.v1 and Firestore document to CRYPTO_LIVE_POOL_ROTATION_LIVE_POOL.
  • Update config defaults, publish workflow, release contract validation, docs, fixtures, and tests.

Tests:

  • timeout 120 env PYTHONPATH=/home/ubuntu/Projects/CryptoLivePoolPipelines /usr/bin/python3 -m unittest tests.test_monthly_publish_workflow_config tests.test_monthly_report_bundle -v
  • timeout 120 env PYTHONPATH=/home/ubuntu/Projects/CryptoLivePoolPipelines /tmp/crypto-live-pool-test-venv/bin/python -m unittest tests.test_release_contract tests.test_release_status_summary -v
  • Result: OK.

@Pigbibi Pigbibi merged commit e87bcf0 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: 1876345f93

ℹ️ 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".

DOWNLOAD_TOP_LIQUID: ${{ vars.DOWNLOAD_TOP_LIQUID || '90' }}
FIRESTORE_COLLECTION: ${{ vars.FIRESTORE_COLLECTION || 'strategy' }}
FIRESTORE_DOCUMENT: ${{ vars.FIRESTORE_DOCUMENT || 'CRYPTO_LEADER_ROTATION_LIVE_POOL' }}
FIRESTORE_DOCUMENT: ${{ vars.FIRESTORE_DOCUMENT || 'CRYPTO_LIVE_POOL_ROTATION_LIVE_POOL' }}
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 Preserve the existing Firestore pointer during migration

When the scheduled monthly workflow runs in an environment that has not explicitly set FIRESTORE_DOCUMENT, it will now publish only to strategy/CRYPTO_LIVE_POOL_ROTATION_LIVE_POOL; the previous v1 contract documented strategy/CRYPTO_LEADER_ROTATION_LIVE_POOL as the compatibility pointer for downstream readers. Without a dual-write, alias, or staged migration, those existing readers will keep seeing the old document and stop receiving monthly pool updates after this workflow publishes.

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