You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-4
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,33 @@
1
1
# Changelog
2
2
3
-
### 2.5.1
3
+
## 2.6.0
4
+
5
+
### Added
6
+
- Checks current slot when parsing a Price account and set status to unknown if price is stale. Being stale means it is not updated in `MAX_SLOT_DIFFERENCE` slots (currently 25).
7
+
- Adds status field in PriceData to access the current status (considering price getting stale) easier.
8
+
9
+
### Changed
10
+
- Converts Some type/status structs to enums to be able to use them in a cleaner way. It's backward compatible.
11
+
12
+
13
+
## 2.5.3
14
+
15
+
### Fixed
16
+
Updated tests for Pyth symbology change
17
+
18
+
## 2.5.1
4
19
5
20
### Changed
6
21
7
22
Improved error message when passing an invalid cluster name to `pythProgramKeyForCluster`
8
23
9
-
###2.5.0
24
+
## 2.5.0
10
25
11
26
### Changed
12
27
13
28
Restructure `drv2` field in `PriceData` to `minPublishers` and other future drv values
14
29
15
-
###2.4.0
30
+
## 2.4.0
16
31
17
32
### Changed
18
33
@@ -22,7 +37,7 @@ Product only define `price` and `confidence` fields if it currently has a valid
0 commit comments