entropic-dev / entropic-dev/eos-spike

EOS bin: add "any backend" support (by default)

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

As discussed 2/11. Right now the EOS binary only picks from _either_ the [`LooseStore` or the `PackedStore`](https://github.com/entropic-dev/eos-spike/blob/6b258f61733dc07caec28aecb067fe2b891685a2/src/bin/eos.rs#L208-L209) – it would be great to add a new "any" (or "all") option to [`Backends`](https://github.com/entropic-dev/eos-spike/blob/6b258f61733dc07caec28aecb067fe2b891685a2/src/bin/eos.rs#L20-L23), 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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.