Skip to content

Commit 849cffe

Browse files
authored
Merge pull request #102 from pyth-network/add-ignored
Add ignored
2 parents 42efedf + 1bb1547 commit 849cffe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyth-sdk-solana/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-sdk-solana"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["Pyth Data Foundation"]
55
edition = "2018"
66
license = "Apache-2.0"

pyth-sdk-solana/src/state.rs

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ pub enum PriceStatus {
133133
Halted,
134134
/// The price feed is not currently updating because an auction is setting the price.
135135
Auction,
136+
/// A price component can be ignored if the confidence interval is too wide
137+
Ignored,
136138
}
137139

138140
impl Default for PriceStatus {

0 commit comments

Comments
 (0)