Skip to content

Commit 79312d1

Browse files
Release 1.259.0 (#4473)
* Release 1.259.0 (deletions) * Release 1.259.0 (.) * Release 1.259.0 (packages/composites/ondo-calculated) --------- Co-authored-by: app-token-issuer-data-feeds[bot] <134377064+app-token-issuer-data-feeds[bot]@users.noreply.github.com>
1 parent 6fa0579 commit 79312d1

File tree

6 files changed

+23
-18
lines changed

6 files changed

+23
-18
lines changed

.changeset/chilled-weeks-punch.md

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

MASTERLIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Release 1.258.0
1+
## Release 1.259.0
22

33
This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info.
44

@@ -143,7 +143,7 @@ This document was generated automatically. Please see [Master List Generator](./
143143
| [oilpriceapi](packages/sources/oilpriceapi/README.md) | `2.1.47` | `source` | v2 | `https://api.oilpriceapi.com/v1/` | | `API_KEY (✅)` | `price` | `price` | | [✅](packages/sources/oilpriceapi/test/unit) | [✅](packages/sources/oilpriceapi/test/integration) | |
144144
| [onchain-gas](packages/sources/onchain-gas/README.md) | `1.3.47` | `source` | v2 | Unknown | | `ETHEREUM_RPC_URL (✅)`, `ETHEREUM_WS_RPC_URL (✅)` | `gas` | `gas` | ✅ | [✅](packages/sources/onchain-gas/test/unit) | [✅](packages/sources/onchain-gas/test/integration) | |
145145
| [ondo](packages/sources/ondo/README.md) | `1.0.3` | `source` | v3 | `https://api.gm.ondo.finance/` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `price` | `price` | | | [✅](packages/sources/ondo/test/integration) | |
146-
| [ondo-calculated](packages/composites/ondo-calculated/README.md) | `1.0.0` | `composite` | v3 | Unknown | `data-engine-adapter`, `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `DATA_ENGINE_EA_URL (✅)`, `ETHEREUM_RPC_CHAIN_ID`, `ETHEREUM_RPC_URL (✅)` | `price` | `price` | | [✅](packages/composites/ondo-calculated/test/unit) | [✅](packages/composites/ondo-calculated/test/integration) | |
146+
| [ondo-calculated](packages/composites/ondo-calculated/README.md) | `1.1.0` | `composite` | v3 | Unknown | `data-engine-adapter`, `external-adapter-framework` | `BACKGROUND_EXECUTE_MS`, `DATA_ENGINE_EA_URL (✅)`, `ETHEREUM_RPC_CHAIN_ID`, `ETHEREUM_RPC_URL (✅)` | `price` | `price` | | [✅](packages/composites/ondo-calculated/test/unit) | [✅](packages/composites/ondo-calculated/test/integration) | |
147147
| [onre](packages/sources/onre/README.md) | `1.1.4` | `source` | v3 | `https://core.api.onre.finance/data/nav` | `external-adapter-framework` | `API_ENDPOINT` | `nav`, `reserves` | `reserves` | | | [✅](packages/sources/onre/test/integration) | |
148148
| [openexchangerates](packages/sources/openexchangerates/README.md) | `3.0.0` | `source` | v3 | `https://openexchangerates.org/api/` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)` | `forex`, `price` | `forex` | | | [✅](packages/sources/openexchangerates/test/integration) | |
149149
| [paypal](packages/sources/paypal/README.md) | `1.2.47` | `source` | v2 | Unknown | | `CLIENT_ID (✅)`, `CLIENT_SECRET (✅)`, `MODE` | `getpayout`, `read`, `sendpayout`, `write` | `sendpayout` | | [✅](packages/sources/paypal/test/unit) | | [✅](packages/sources/paypal/test/e2e) |

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.258.0",
3+
"version": "1.259.0",
44
"license": "MIT",
55
"private": true,
66
"workspaces": [

packages/composites/ondo-calculated/CHANGELOG.md

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

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- [#4465](https://github.com/smartcontractkit/external-adapters-js/pull/4465) [`6fa0579`](https://github.com/smartcontractkit/external-adapters-js/commit/6fa0579d08fbe4a4106e7001b40f844f87d16176) Thanks [@mxiao-cll](https://github.com/mxiao-cll)! - Price smoothing
8+
39
## 1.0.0
410

511
### Major Changes

0 commit comments

Comments
 (0)