File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,8 @@ message PublisherUpdate {
99 // Array of updates, each of which target a single feed
1010 repeated FeedUpdate updates = 1 ;
1111
12- // ID of the Publisher that is sending the update
13- // Should match ID stored in Pyth Lazer
14- optional uint32 publisher_id = 2 ;
15-
1612 // Timestamp when this message was created
17- optional google.protobuf.Timestamp publisher_timestamp = 3 ;
13+ optional google.protobuf.Timestamp publisher_timestamp = 2 ;
1814}
1915
2016// Update to a feed. May contain different types of data depending on what kind of update it is
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-publisher-sdk"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2021"
55description = " Pyth Lazer Publisher SDK types."
66license = " Apache-2.0"
You can’t perform that action at this time.
0 commit comments