Skip to content

Commit ebbb2f0

Browse files
Release 1.228.0 (#4309)
* Release 1.228.0 (deletions) * Release 1.228.0 (.) * Release 1.228.0 (packages/sources/data-engine) * Release 1.228.0 (packages/sources/finalto) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent a63b398 commit ebbb2f0

File tree

10 files changed

+93
-26
lines changed

10 files changed

+93
-26
lines changed

.changeset/hungry-walls-admire.md

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

.changeset/kind-turtles-build.md

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

MASTERLIST.md

Lines changed: 4 additions & 4 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.227.0",
3+
"version": "1.228.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/sources/data-engine/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @chainlink/data-engine-adapter
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#4307](https://github.com/smartcontractkit/external-adapters-js/pull/4307) [`4e7dfc0`](https://github.com/smartcontractkit/external-adapters-js/commit/4e7dfc0e62554c31de9f458600fde2fd78673141) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add v11 schema
8+
39
## 1.0.4
410

511
### Patch Changes

packages/sources/data-engine/README.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DATA_ENGINE
22

3-
![1.0.4](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/data-engine/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/data-engine/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

@@ -23,9 +23,9 @@ There are no rate limits for this adapter.
2323

2424
## Input Parameters
2525

26-
| Required? | Name | Description | Type | Options | Default |
27-
| :-------: | :------: | :-----------------: | :----: | :----------------------------------------------------------: | :---------: |
28-
| | endpoint | The endpoint to use | string | [crypto-v3](#crypto-v3-endpoint), [rwa-v8](#rwa-v8-endpoint) | `crypto-v3` |
26+
| Required? | Name | Description | Type | Options | Default |
27+
| :-------: | :------: | :-----------------: | :----: | :--------------------------------------------------------------------------------------------------------------: | :---------: |
28+
| | endpoint | The endpoint to use | string | [crypto-v3](#crypto-v3-endpoint), [deutscheboerse-v11](#deutscheboerse-v11-endpoint), [rwa-v8](#rwa-v8-endpoint) | `crypto-v3` |
2929

3030
## Crypto-v3 Endpoint
3131

@@ -77,4 +77,29 @@ Request:
7777

7878
---
7979

80+
## Deutscheboerse-v11 Endpoint
81+
82+
`deutscheboerse-v11` is the only supported name for this endpoint.
83+
84+
### Input Params
85+
86+
| Required? | Name | Aliases | Description | Type | Options | Default | Depends On | Not Valid With |
87+
| :-------: | :----: | :-----: | :-------------------------------------------------: | :----: | :-----: | :-----: | :--------: | :------------: |
88+
|| feedId | | The feedId for Deutsche Boerse feed with v11 schema | string | | | | |
89+
90+
### Example
91+
92+
Request:
93+
94+
```json
95+
{
96+
"data": {
97+
"endpoint": "deutscheboerse-v11",
98+
"feedId": "0x0008707410e2c111fb0e80cab2fa004b215eea2d95b106e700243f9ebcc8fbd9"
99+
}
100+
}
101+
```
102+
103+
---
104+
80105
MIT License

packages/sources/data-engine/package.json

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

packages/sources/finalto/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#4304](https://github.com/smartcontractkit/external-adapters-js/pull/4304) [`e8ea8b5`](https://github.com/smartcontractkit/external-adapters-js/commit/e8ea8b535733b4dc31c18205a65750656207111c) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Add stock quotes endpoint
8+
39
## 1.1.3
410

511
### Patch Changes

packages/sources/finalto/README.md

Lines changed: 45 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,49 @@
11
# FINALTO
22

3-
![1.1.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finalto/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet)
3+
![1.2.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/finalto/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

7+
# Known Issues
8+
9+
## Quote Endpoint Response Structure
10+
11+
The quote endpoint returns a response with nested data structures and some redundant fields. Below is an example response:
12+
13+
```json
14+
{
15+
"result": 272.04499999999996,
16+
"data": {
17+
"result": 272.04499999999996,
18+
"bid": 272.02,
19+
"mid": 272.04499999999996,
20+
"ask": 272.07,
21+
"mid_price": 272.045,
22+
"bid_price": 272.02,
23+
"bid_volume": 10000,
24+
"ask_price": 272.07,
25+
"ask_volume": 10000
26+
}
27+
}
28+
```
29+
30+
## Field Relationships
31+
32+
### Price Fields
33+
34+
- **`result`**, **`data.result`**, and **`data.mid`**: All three fields contain the same value, calculated as `(bid + ask) / 2` (simple arithmetic mean)
35+
- **`data.mid_price`**: Contains the liquidity-weighted mid price, which differs from the simple arithmetic mean
36+
37+
### Redundant Fields
38+
39+
- **`data.bid`** = **`data.bid_price`** (same value)
40+
- **`data.ask`** = **`data.ask_price`** (same value)
41+
42+
### Volume Fields
43+
44+
- **`data.bid_volume`**: Volume available at the bid price
45+
- **`data.ask_volume`**: Volume available at the ask price
46+
747
## Environment Variables
848

949
| Required? | Name | Description | Type | Options | Default |
@@ -22,13 +62,13 @@ There are no rate limits for this adapter.
2262

2363
## Input Parameters
2464

25-
| Required? | Name | Description | Type | Options | Default |
26-
| :-------: | :------: | :-----------------: | :----: | :---------------------------------------------------------------------------------------------------------------------------------: | :-----: |
27-
| | endpoint | The endpoint to use | string | [commodities](#quote-endpoint), [forex](#quote-endpoint), [fx](#quote-endpoint), [quote](#quote-endpoint), [stock](#quote-endpoint) | `quote` |
65+
| Required? | Name | Description | Type | Options | Default |
66+
| :-------: | :------: | :-----------------: | :----: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----: |
67+
| | endpoint | The endpoint to use | string | [commodities](#quote-endpoint), [forex](#quote-endpoint), [fx](#quote-endpoint), [quote](#quote-endpoint), [stock](#quote-endpoint), [stock_quotes](#quote-endpoint) | `quote` |
2868

2969
## Quote Endpoint
3070

31-
Supported names for this endpoint are: `commodities`, `forex`, `fx`, `quote`, `stock`.
71+
Supported names for this endpoint are: `commodities`, `forex`, `fx`, `quote`, `stock`, `stock_quotes`.
3272

3373
### Input Params
3474

packages/sources/finalto/package.json

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

0 commit comments

Comments
 (0)