fix: refresh roster data before validation to prevent stale cache #60
No reviewers
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#60
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "hotfix/stale-roster-cache"
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?
Summary
TransactionBuildercached roster data indefinitely via_roster_loadedflag, causing/ilmovevalidation to report incorrect roster counts when builders persisted across multiple invocations/ilmoveshowed 7/6 MiL slots despite only having 5/6 — stale cached data from a previous builder session was being used for validationvalidate_transaction()now always callsload_roster_data(force_refresh=True)to fetch fresh roster data before validatingroster_serviceinTransactionBuilder.__init__()to improve testabilityTest plan
/clearilmove+ retry (succeeded immediately)🤖 Generated with Claude Code
2bb19d8dfdtoffa0366441