From d6988ccb70bedb871efbf8964cd5697707f6bb2e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:30:26 +0100 Subject: [PATCH] Release 1.134.0 (#3453) * Release 1.134.0 (deletions) * Release 1.134.0 (.) * Release 1.134.0 (packages/sources/elwood) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/great-ghosts-remember.md | 5 ----- MASTERLIST.md | 4 ++-- package.json | 2 +- packages/sources/elwood/CHANGELOG.md | 6 ++++++ packages/sources/elwood/README.md | 2 +- packages/sources/elwood/package.json | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/great-ghosts-remember.md diff --git a/.changeset/great-ghosts-remember.md b/.changeset/great-ghosts-remember.md deleted file mode 100644 index 038a2487cb..0000000000 --- a/.changeset/great-ghosts-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@chainlink/elwood-adapter': minor ---- - -Check subscriptions before sending subscribe requests diff --git a/MASTERLIST.md b/MASTERLIST.md index 409531b50d..e1773b22d8 100644 --- a/MASTERLIST.md +++ b/MASTERLIST.md @@ -1,4 +1,4 @@ -## Release 1.133.0 +## Release 1.134.0 This document was generated automatically. Please see [Master List Generator](./packages/scripts#master-list-generator) for more info. @@ -81,7 +81,7 @@ This document was generated automatically. Please see [Master List Generator](./ | [dydx-rewards](packages/composites/dydx-rewards/README.md) | `2.0.16` | `composite` | v2 | Unknown | `ipfs-adapter` | `ETHEREUM_CHAIN_ID`, `ETHEREUM_RPC_URL (✅)`, `MARKET_MAKER_REWARDS_AMOUNT`, `PRIVATE_KEY (✅)`, `TRADER_REWARDS_AMOUNT`, `TRADER_SCORE_A`, `TRADER_SCORE_B`, `TRADER_SCORE_C`, `TREASURY_CLAIM_ADDRESS` | `rewards` | `rewards` | | [✅](packages/composites/dydx-rewards/test/unit) | [✅](packages/composites/dydx-rewards/test/integration) | | | [dydx-stark](packages/targets/dydx-stark/README.md) | `2.0.12` | `target` | v3 | `https://api.stage.dydx.exchange/v3/price` | `external-adapter-framework` | `API_ENDPOINT`, `ORACLE_NAME (✅)`, `PRIVATE_KEY (✅)`, `STARK_MESSAGE (✅)` | `send` | `send` | | [✅](packages/targets/dydx-stark/test/unit) | [✅](packages/targets/dydx-stark/test/integration) | | | [elven](packages/sources/elven/README.md) | `1.0.16` | `source` | v3 | `https://por.elven.com` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)`, `API_SECRET (✅)` | `hope` | `hope` | | | [✅](packages/sources/elven/test/integration) | | -| [elwood](packages/sources/elwood/README.md) | `3.0.3` | `source` | v3 | `https://api.chk.elwood.systems/v1/stream` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_ENDPOINT` | `crypto`, `crypto-lwba`, `crypto_lwba`, `cryptolwba`, `price` | `price` | ✅ | | [✅](packages/sources/elwood/test/integration) | | +| [elwood](packages/sources/elwood/README.md) | `3.1.0` | `source` | v3 | `https://api.chk.elwood.systems/v1/stream` | `external-adapter-framework` | `API_ENDPOINT`, `API_KEY (✅)`, `WS_API_ENDPOINT` | `crypto`, `crypto-lwba`, `crypto_lwba`, `cryptolwba`, `price` | `price` | ✅ | | [✅](packages/sources/elwood/test/integration) | | | [ens](packages/sources/ens/README.md) | `2.0.16` | `source` | v2 | Unknown | | `CHAIN_ID`, `RPC_URL (✅)` | `lookup` | `lookup` | | [✅](packages/sources/ens/test/unit) | [✅](packages/sources/ens/test/integration) | [✅](packages/sources/ens/test/e2e) | | [enzyme](packages/sources/enzyme/README.md) | `2.0.17` | `source` | v2 | Unknown | | `ETHEREUM_CHAIN_ID`, `ETHEREUM_RPC_URL (✅)` | `calcGav`, `calcNav`, `calcNetShareValueInAsset`, `calcNetValueForSharesHolder` | `calcNav` | | [✅](packages/sources/enzyme/test/unit) | [✅](packages/sources/enzyme/test/integration) | [✅](packages/sources/enzyme/test/e2e) | | [eodhistoricaldata](packages/sources/eodhistoricaldata/README.md) | `1.5.1` | `source` | v2 | `https://eodhistoricaldata.com` | | `API_ENDPOINT`, `API_KEY (✅)` | `price`, `stock`, `uk_etf` | `stock` | | [✅](packages/sources/eodhistoricaldata/test/unit) | [✅](packages/sources/eodhistoricaldata/test/integration) | | diff --git a/package.json b/package.json index 5b7aa6cf4e..31a0891f5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/external-adapters-js", - "version": "1.133.0", + "version": "1.134.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/sources/elwood/CHANGELOG.md b/packages/sources/elwood/CHANGELOG.md index a7b0319a9a..48f62c98ea 100644 --- a/packages/sources/elwood/CHANGELOG.md +++ b/packages/sources/elwood/CHANGELOG.md @@ -1,5 +1,11 @@ # @chainlink/elwood-adapter +## 3.1.0 + +### Minor Changes + +- [#3452](https://github.com/smartcontractkit/external-adapters-js/pull/3452) [`93c6edf`](https://github.com/smartcontractkit/external-adapters-js/commit/93c6edfdb4112b3e5031cedf227a94430148ccad) Thanks [@martin-cll](https://github.com/martin-cll)! - Check subscriptions before sending subscribe requests + ## 3.0.3 ### Patch Changes diff --git a/packages/sources/elwood/README.md b/packages/sources/elwood/README.md index cb61bde5cc..260df9797d 100644 --- a/packages/sources/elwood/README.md +++ b/packages/sources/elwood/README.md @@ -1,6 +1,6 @@ # ELWOOD -![3.0.3](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/elwood/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet) +![3.1.0](https://img.shields.io/github/package-json/v/smartcontractkit/external-adapters-js?filename=packages/sources/elwood/package.json) ![v3](https://img.shields.io/badge/framework%20version-v3-blueviolet) This document was generated automatically. Please see [README Generator](../../scripts#readme-generator) for more info. diff --git a/packages/sources/elwood/package.json b/packages/sources/elwood/package.json index 20c7425c79..6d99875f8e 100644 --- a/packages/sources/elwood/package.json +++ b/packages/sources/elwood/package.json @@ -1,6 +1,6 @@ { "name": "@chainlink/elwood-adapter", - "version": "3.0.3", + "version": "3.1.0", "description": "Chainlink Elwood adapter.", "keywords": [ "Chainlink",