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.
As discussed 2/11. Right now the EOS binary only picks from either the
LooseStoreor thePackedStore– it would be great to add a new "any" (or "all") option toBackends, and set it as the default.ReadableStoreis implemented for(R0: ReadableStore, R1: ReadableStore)so it should be possible to pass(loose, packed)tocmd_get& friends instead of a single store.