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
After #1216 is merged we should settle the naming of the bao store and the doc store in variables, struct fields and generics. Currently it is very inconsistent because things were not changed to keep rebasing feasible.
Here's a first suggestion:
BAO store: blobs, blob_store or bao_store? with generic B
Docs store: docs or docs_store? with generic D
The text was updated successfully, but these errors were encountered:
After #1216 is merged we should settle the naming of the bao store and the doc store in variables, struct fields and generics. Currently it is very inconsistent because things were not changed to keep rebasing feasible.
Here's a first suggestion:
blobs
,blob_store
orbao_store
? with genericB
docs
ordocs_store
? with genericD
The text was updated successfully, but these errors were encountered: