P2: No chain validation - any chain accepted for Phase 1 #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Phase 1 is supposed to support BNB Chain only, but there's no backend validation:
BacktestCreateandSimulationCreateschemas accept any chain stringCurrent Schema (schemas.py)
Solution
Add chain validation that only allows "bsc" for Phase 1.
Example
Acceptance Criteria