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/market-status/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# @chainlink/market-status-adapter
2
2
3
+
## 1.9.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#4868](https://github.com/smartcontractkit/external-adapters-js/pull/4868)[`729579a`](https://github.com/smartcontractkit/external-adapters-js/commit/729579a3ddd1021859627dcbf4696a2c6674bedb) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add option to force return 24/5 market status
| ✅ | market || The name of the market | string |||||
57
-
|| type || Type of the market status | string |`24/5`, `regular`|`regular`|||
58
-
|| weekend || DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone | string |||||
59
-
|| openMode || If `any`, returns OPEN if any market is open. If `all`, only returns OPEN if all markets are open. | string |`all`, `any`|`any`|||
60
-
|| closedMode || If `any`, returns CLOSED if any market is closed. If `all`, only returns CLOSED if all markets are closed. Processed after `openMode`. | string |`all`, `any`|`all`|||
55
+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
| ✅ | market || The name of the market | string |||||
58
+
|| type || Type of the market status | string |`24/5`, `regular`|`regular`|||
59
+
|| weekend || DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone | string |||||
60
+
|| force245MarketStatus || Return response in 24/5 market status | boolean |||||
61
+
|| openMode || If `any`, returns OPEN if any market is open. If `all`, only returns OPEN if all markets are open. | string |`all`, `any`|`any`|||
62
+
|| closedMode || If `any`, returns CLOSED if any market is closed. If `all`, only returns CLOSED if all markets are closed. Processed after `openMode`. | string |`all`, `any`|`all`|||
0 commit comments