Skip to content

Commit 934e138

Browse files
Release 1.324.0 (#4877)
* Release 1.324.0 (deletions) * Release 1.324.0 (.) * Release 1.324.0 (packages/composites/market-status) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 6eaa7e7 commit 934e138

7 files changed

Lines changed: 27 additions & 27 deletions

File tree

.changeset/gold-falcons-rescue.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shy-chicken-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/external-adapters-js",
3-
"version": "1.323.0",
3+
"version": "1.324.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/market-status/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @chainlink/market-status-adapter
22

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
8+
9+
- [#4876](https://github.com/smartcontractkit/external-adapters-js/pull/4876) [`6eaa7e7`](https://github.com/smartcontractkit/external-adapters-js/commit/6eaa7e7949b1432d5914a792d55a756429f0270c) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add WTI
10+
311
## 1.8.0
412

513
### Minor Changes

packages/composites/market-status/README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MARKET_STATUS
22

3-
![1.8.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/market-status/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.9.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/composites/market-status/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
44

55
This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info.
66

@@ -33,11 +33,12 @@ There are no rate limits for this adapter.
3333

3434
### Input Params
3535

36-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37-
| :-------: | :-----: | :-----: | :---------------------------------------------------------------------------------: | :----: | :---------------: | :-------: | :--------: | :------------: |
38-
|| market | | The name of the market | string | | | | |
39-
| | type | | Type of the market status | string | `24/5`, `regular` | `regular` | | |
40-
| | weekend | | DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone | string | | | | |
36+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
37+
| :-------: | :------------------: | :-----: | :---------------------------------------------------------------------------------: | :-----: | :---------------: | :-------: | :--------: | :------------: |
38+
|| market | | The name of the market | string | | | | |
39+
| | type | | Type of the market status | string | `24/5`, `regular` | `regular` | | |
40+
| | weekend | | DHH-DHH:TZ, 520-020:America/New_York means Fri 20:00 to Sun 20:00 Eastern Time Zone | string | | | | |
41+
| | force245MarketStatus | | Return response in 24/5 market status | boolean | | | | |
4142

4243
### Example
4344

@@ -51,13 +52,14 @@ There are no examples for this endpoint.
5152

5253
### Input Params
5354

54-
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
55-
| :-------: | :--------: | :-----: | :------------------------------------------------------------------------------------------------------------------------------------: | :----: | :---------------: | :-------: | :--------: | :------------: |
56-
|| 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 |
56+
| :-------: | :------------------: | :-----: | :------------------------------------------------------------------------------------------------------------------------------------: | :-----: | :---------------: | :-------: | :--------: | :------------: |
57+
|| 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` | | |
6163

6264
### Example
6365

packages/composites/market-status/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainlink/market-status-adapter",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Chainlink market-status adapter.",
55
"keywords": [
66
"Chainlink",

0 commit comments

Comments
 (0)