essential-contributions / essential-node

Derive current head from essential builder and sync state between nodes
Apache License 2.0
2 stars 1 forks source link

Add a query and associated API for querying a contiguous range of keys #164

Open mitchmindtree opened 1 week ago

mitchmindtree commented 1 week ago

By contiguous, we mean a continuous list of keys of some fixed length.

E.g. Given a starting key [0, 1, 2] and a length 3, we query the following:

Given the starting key [0, 9, 8] and a length of 4, we query the following:

If the query would overflow the fixed key length value range, we should error.