hypercore-protocol / hypercore-next

Hypercore 10 is an append only log with multi-writer primitives built in.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow oob snapshot gets

mafintosh opened this issue · comments

snapshot.get(length + 1) should not give a SNAPSHOT_NOT_AVAILABLE error. that should only happen if the index is inconsistent.