Skip to content

Commit 557a79e

Browse files
authored
chore: add price_info log in local store update (#144)
This log can be helpful for publishers who want to confirm whether their price updates are being received by the agent or not.
1 parent a538fc1 commit 557a79e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-agent"
3-
version = "2.11.0"
3+
version = "2.11.1"
44
edition = "2021"
55

66
[[bin]]

Diff for: src/agent/state/local.rs

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ where
8484
) -> Result<()> {
8585
tracing::debug!(
8686
identifier = bs58::encode(price_identifier.to_bytes()).into_string(),
87+
price_update = ?price_info,
8788
"Local store received price update."
8889
);
8990

0 commit comments

Comments
 (0)