Skip to content

Commit a0428fc

Browse files
committed
remove publisher id from internal publisher update
1 parent bbc699f commit a0428fc

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

lazer/publisher_sdk/proto/publisher_update.proto

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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

lazer/publisher_sdk/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-lazer-publisher-sdk"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
description = "Pyth Lazer Publisher SDK types."
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)