You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the discussion in vacp2p/rfc#448, the decision has been made to use int64 type to represent timestamp values across wakuv2 protocols where the time values going to indicate the Unix epoch time in milliseconds. This includes
* Timestamps refactored to int64 (nanoseconds resolution). Related to waku-org/nwaku#834
* Updated times to Timestamp type
* Refactored timestamps
* Made spec consistent with timestamp refactoring
* Fixed misunderstanding on proto3 types
* Fixed timestamps to sint64
* Fixed correct time to pb2 timestamps and Store protocol version changed to beta4
* Revert changes (not needed for now)
* Revert changes
We'll change to sint64 when we'll refactor chat2 to use Timestamp type for timestamps
Following the discussion in vacp2p/rfc#448, the decision has been made to use
int64
type to representtimestamp
values across wakuv2 protocols where the time values going to indicate the Unix epoch time in milliseconds. This includestimestamp
field ofWakuMessage
.senderTime
andreceiverTime
fields ofIndex
object used for pgaination in the store protocol.This change will touch the following parts of the codebase (non-exclusive):
Message
table schema: https://github.com/status-im/nim-waku/blob/master/waku/v2/node/storage/message/waku_message_store.nimAcceptance Criteria
Message
tableThe text was updated successfully, but these errors were encountered: