You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BucketListIsConsistentWithDatabase checks the SQL offer table against the BucketList for consistency after every call to assumeState. This is too aggressive, as this check is expensive. We should instead only call this invariant after actually updating the offers table after BucketApply, not on every assumeState call.
The text was updated successfully, but these errors were encountered:
Currently,
BucketListIsConsistentWithDatabase
checks the SQL offer table against the BucketList for consistency after every call toassumeState
. This is too aggressive, as this check is expensive. We should instead only call this invariant after actually updating the offers table afterBucketApply
, not on everyassumeState
call.The text was updated successfully, but these errors were encountered: