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: packages/composites/ondo-calculated/CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# @chainlink/ondo-calculated-adapter
2
2
3
+
## 2.0.0
4
+
5
+
### Major Changes
6
+
7
+
-[#4567](https://github.com/smartcontractkit/external-adapters-js/pull/4567)[`dc405b2`](https://github.com/smartcontractkit/external-adapters-js/commit/dc405b297e07f5ad4f083466d1e9afd8b878c0b7) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Read trading session from trading hours instead of hard-coded values
8
+
9
+
When upgrading to this version:
10
+
11
+
1. Point TRADING_HOURS_ADAPTER_URL to a trading hours EA with minimum version of 0.6.0
12
+
2. If you have DATA_ENGINE_EA_URL set, rename it to DATA_ENGINE_ADAPTER_URL
13
+
3. Wait for CLL's go ahead message
14
+
15
+
### Minor Changes
16
+
17
+
-[#4577](https://github.com/smartcontractkit/external-adapters-js/pull/4577)[`42f5434`](https://github.com/smartcontractkit/external-adapters-js/commit/42f5434fab7f710f7b95b450e7242309d49dcec5) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Reset internal state after in-activity
18
+
19
+
-[#4576](https://github.com/smartcontractkit/external-adapters-js/pull/4576)[`f3a5ca0`](https://github.com/smartcontractkit/external-adapters-js/commit/f3a5ca0826ae56f5b966d144b7f1274ce049b682) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Return source of session data
| ✅ | asset || Maps to the asset in ondo’s on-chain registry | string |||||
41
+
| ✅ | regularStreamId || Data Streams regular hour feed ID for the underlying asset | string |||||
42
+
| ✅ | extendedStreamId || Data Streams extended hour feed ID for the underlying asset | string |||||
43
+
| ✅ | overnightStreamId || Data Streams overnight hour feed ID for the underlying asset | string |||||
44
+
| ✅ | sessionMarket || The name of the market for session times, for example nyse. This is passed to the tradinghours adapter as the `market` parameter. | string |||||
45
+
| ✅ | sessionMarketType || The type of the market for session times, for example 24/5. This is passed to the tradinghours adapter as the `type` parameter. | string |||||
46
+
| ✅ | sessionBoundaries || (backup) A list of time where market trasition from 1 session to the next in the format of HH:MM. This is only used when the adapter is unable to fetch session times from the tradinghours EA | string[]|||||
47
+
| ✅ | sessionBoundariesTimeZone || ANA Time Zone Database format | string |||||
48
+
|| smoother || Smoothing algorithm to apply to the price | string |`ema`, `kalman`|`kalman`|||
49
+
|| decimals || Decimals of output result | number ||`8`|||
0 commit comments