File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-publisher-sdk"
3- version = " 0.12.0 "
3+ version = " 0.12.1 "
44edition = " 2021"
55description = " Pyth Lazer Publisher SDK types."
66license = " Apache-2.0"
77repository = " https://github.com/pyth-network/pyth-crosschain"
88
99[dependencies ]
10- pyth-lazer-protocol = { version = " 0.15.0 " , path = " ../../sdk/rust/protocol" }
10+ pyth-lazer-protocol = { version = " 0.15.1 " , path = " ../../sdk/rust/protocol" }
1111anyhow = " 1.0.98"
1212protobuf = " 3.7.2"
1313serde_json = " 1.0.140"
Original file line number Diff line number Diff line change 11[package ]
22name = " pyth-lazer-protocol"
3- version = " 0.15.0 "
3+ version = " 0.15.1 "
44edition = " 2021"
55description = " Pyth Lazer SDK - protocol types."
66license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ pub struct PythLazerAgentJrpcV1 {
1919#[ serde( rename_all = "snake_case" ) ]
2020pub enum JrpcCall {
2121 PushUpdate ( FeedUpdateParams ) ,
22+ PushUpdates ( Vec < FeedUpdateParams > ) ,
2223 GetMetadata ( GetMetadataParams ) ,
2324}
2425
You can’t perform that action at this time.
0 commit comments