Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
client
Commits
47a7068c
Commit
47a7068c
authored
2 years ago
by
benjamin
Browse files
Options
Downloads
Patches
Plain Diff
updated channel messages proto to include the timestamp
parent
51c0e575
No related branches found
No related tags found
3 merge requests
!510
Release
,
!419
rewrote the health tracker to both consider if there are waiting rounds and...
,
!340
Project/channels
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
channels/channelMessages.proto
+6
-0
6 additions, 0 deletions
channels/channelMessages.proto
with
6 additions
and
0 deletions
channels/channelMessages.proto
+
6
−
0
View file @
47a7068c
...
@@ -36,6 +36,12 @@ message ChannelMessage{
...
@@ -36,6 +36,12 @@ message ChannelMessage{
// round with that have the same nickname, payload, and lease will not have
// round with that have the same nickname, payload, and lease will not have
// the same message ID.
// the same message ID.
bytes
Nonce
=
6
;
bytes
Nonce
=
6
;
// LocalTimestamp is the timestamp when the "send call" is made based upon the
// local clock. If this differs by more than 5 seconds +/- from when the round
// it sent on is queued, then a random mutation on the queued time (+/- 200ms)
// will be used by local clients instead
int64
LocalTimestamp
=
7
;
}
}
// UserMessage is a message sent by a user who is a member within the channel.
// UserMessage is a message sent by a user who is a member within the channel.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment