fix: roster validation includes pending trades, fixes sWAR field #9

Merged
cal merged 2 commits from bugfix/roster-validation-fixes into main 2026-02-16 05:00:32 +00:00

2 Commits

Author SHA1 Message Date
Cal Corum
c1ae955155 Bump version to 2.29.9
All checks were successful
Build Docker Image / build (pull_request) Successful in 1m21s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 22:58:55 -06:00
Cal Corum
f29cccd3ab fix: roster validation now includes pending trades and fixes sWAR field name
Some checks failed
Build Docker Image / build (pull_request) Failing after 15s
RosterValidation used total_wara instead of total_sWAR, causing /legal
to silently fail. Transaction embed and submit validation now pass
next_week to validate_transaction() so pending trades are included in
roster count projections. Moved lazy imports to top-level in
transaction_embed.py. Fixed dropadd integration test fixtures that
exceeded sWAR cap.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 22:57:06 -06:00