Use upgraded crypto live pool profile#57
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d250cd8fa3
ℹ️ 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".
|
|
||
|
|
||
| DEFAULT_STRATEGY_PROFILE = "crypto_leader_rotation" | ||
| DEFAULT_STRATEGY_PROFILE = "crypto_live_pool_rotation" |
There was a problem hiding this comment.
Update the pinned strategy package before changing the default
requirements-lock.txt:2 and requirements.txt:2 still install crypto-strategies@v0.4.7; I checked that tag's catalog/runtime adapter and it only registers crypto_leader_rotation. When the GitHub workflow or any live run relies on the default profile, resolve_strategy_definition(None) now selects crypto_live_pool_rotation, which the installed package cannot resolve, so the runtime will fail before the cycle starts. Please bump the dependency to a version that contains crypto_live_pool_rotation before making it the default.
Useful? React with 👍 / 👎.
Summary:
Tests: