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
As discussed 2/11. Right now the EOS binary only picks from either the LooseStore or the PackedStore – it would be great to add a new "any" (or "all") option to Backends, and set it as the default.
ReadableStore is implemented for (R0: ReadableStore, R1: ReadableStore) so it should be possible to pass (loose, packed) to cmd_get & friends instead of a single store.
The text was updated successfully, but these errors were encountered:
As discussed 2/11. Right now the EOS binary only picks from either the
LooseStore
or thePackedStore
– it would be great to add a new "any" (or "all") option toBackends
, and set it as the default.ReadableStore
is implemented for(R0: ReadableStore, R1: ReadableStore)
so it should be possible to pass(loose, packed)
tocmd_get
& friends instead of a single store.The text was updated successfully, but these errors were encountered: