Querying a storenode
should not require keeping local history
#481
Labels
enhancement
New feature or request
storenode
should not require keeping local history
#481
Currently querying a
storenode
for history requires mountingstore
protocol. Currently this implies that every node querying history will itself act as astorenode
and keep local history. The configuration for keeping history and querying for history needs to be separated.Previously this separate configuration was allowed, but resulted in
nil
access errors (#439) prompting a change in how/when protocols are mounted. It should be possible, though, to havestore
protocol mounted and query for historical messages fromstorenode
without having to keep local history.Acceptance criteria
wakunode2
can be configured with astorenode
and successfully query thatstorenode
for historical messages without having to be a "full"storenode
that keeps local history itself.The text was updated successfully, but these errors were encountered: