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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Make _account_data_id_gen always an AbstractStreamIdGenerator to appease mypy
As get_next_txn is part of AbstractStreamIdGenerator, not
AbstractStreamIdTracker. I'm not sure why we insisted in trying to type
it as a Tracker vs. a Generator, and then checking that elsewhere in the
codebase. The init function of AccountDataWorkerStore will always create
_account_data_id_gen as either a StreamIdGenerator or a
MultiWriterIdGenerator. Both of which are AbstractStreamidGenerators.
0 commit comments