Skip to content

Commit

Permalink
Switch timestamp to uint64 (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav authored Feb 28, 2025
1 parent 2537a8c commit 8777dbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/capabilities/pb/triggers.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/capabilities/pb/triggers.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ message OCRAttributedOnchainSignature {

message OCRTriggerReport {
string eventID = 1; // unique, scoped to the trigger capability
int64 timestamp = 2; // used to enforce freshness
uint64 timestamp = 2; // used to enforce freshness
values.Map outputs = 3; // contains trigger-specific data
}

0 comments on commit 8777dbc

Please sign in to comment.