mirror of
https://github.com/vacp2p/rfc.git
synced 2025-03-01 07:00:29 +00:00
fix: use sint64 for timestamps
Co-authored-by: richΛrd <info@richardramos.me>
This commit is contained in:
parent
fcc214f0a2
commit
21f52015e9
@ -82,8 +82,8 @@ message StoreQueryRequest {
|
||||
// Filter criteria for content-filtered queries
|
||||
optional string pubsub_topic = 10;
|
||||
repeated string content_topics = 11;
|
||||
optional int64 time_start = 12;
|
||||
optional int64 time_end = 13;
|
||||
optional sint64 time_start = 12;
|
||||
optional sint64 time_end = 13;
|
||||
|
||||
// List of key criteria for lookup queries
|
||||
repeated bytes message_hashes = 20 // Message hashes (keys) to lookup
|
||||
|
Loading…
x
Reference in New Issue
Block a user