Skip to content

Commit 979f793

Browse files
committed
rename
1 parent a9dcdca commit 979f793

File tree

6 files changed

+310
-310
lines changed

6 files changed

+310
-310
lines changed

lazer/sdk/js/src/generated/proto.d.ts

Lines changed: 72 additions & 72 deletions
Large diffs are not rendered by default.

lazer/sdk/js/src/generated/proto.js

Lines changed: 232 additions & 232 deletions
Large diffs are not rendered by default.

lazer/sdk/proto/publisher_update.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syntax = "proto3";
22

3-
package pyth_lazer;
3+
package pyth_lazer_transaction;
44

55
message PublisherUpdatePayload {
66
repeated PublisherUpdate updates = 1;

lazer/sdk/proto/pyth_lazer.proto renamed to lazer/sdk/proto/pyth_lazer_transaction.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
syntax = "proto3";
22

3-
package pyth_lazer;
3+
package pyth_lazer_transaction;
44

55
import "publisher_update.proto";
66

lazer/sdk/rust/protocol/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use std::io::Result;
22

33
fn main() -> Result<()> {
44
let proto_files = vec![
5-
"../../proto/pyth_lazer.proto",
5+
"../../proto/pyth_lazer_transaction.proto",
66
"../../proto/publisher_update.proto",
77
];
88

lazer/sdk/rust/protocol/src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ pub mod binary_update;
55
pub mod message;
66
pub mod payload;
77
pub mod publisher;
8-
pub mod pyth_lazer {
9-
include!(concat!(env!("OUT_DIR"), "/pyth_lazer.rs"));
10-
}
118
pub mod router;
129
mod serde_price_as_i64;
1310
mod serde_str;
1411
pub mod subscription;
1512
pub mod symbol_state;
13+
pub mod transaction {
14+
include!(concat!(env!("OUT_DIR"), "/pyth_lazer_transaction.rs"));
15+
}
1616

1717
#[test]
1818
fn magics_in_big_endian() {

0 commit comments

Comments
 (0)