Skip to content

Commit

Permalink
Release 1.134.0 (#3453)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
github-actions[bot] authored Oct 1, 2024
1 parent 93c6edf commit d6988cc
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-ghosts-remember.md

This file was deleted.

4 changes: 2 additions & 2 deletions MASTERLIST.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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) | |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/external-adapters-js",
"version": "1.133.0",
"version": "1.134.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
6 changes: 6 additions & 0 deletions packages/sources/elwood/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sources/elwood/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion packages/sources/elwood/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainlink/elwood-adapter",
"version": "3.0.3",
"version": "3.1.0",
"description": "Chainlink Elwood adapter.",
"keywords": [
"Chainlink",
Expand Down

0 comments on commit d6988cc

Please sign in to comment.