We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42efedf + 1bb1547 commit 849cffeCopy full SHA for 849cffe
pyth-sdk-solana/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyth-sdk-solana"
3
-version = "0.7.0"
+version = "0.7.1"
4
authors = ["Pyth Data Foundation"]
5
edition = "2018"
6
license = "Apache-2.0"
pyth-sdk-solana/src/state.rs
@@ -133,6 +133,8 @@ pub enum PriceStatus {
133
Halted,
134
/// The price feed is not currently updating because an auction is setting the price.
135
Auction,
136
+ /// A price component can be ignored if the confidence interval is too wide
137
+ Ignored,
138
}
139
140
impl Default for PriceStatus {
0 commit comments